ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4jets/JetMap.h>
Public Types | |
typedef std::map< unsigned int, Jet * > | typ_JetMap |
typedef typ_JetMap::const_iterator | ConstIter |
typedef typ_JetMap::iterator | Iter |
typedef std::set< Jet::SRC > ::const_iterator | ConstSrcIter |
typedef std::set< Jet::SRC > ::iterator | SrcIter |
Public Member Functions | |
JetMap () | |
~JetMap () override | |
void | identify (std::ostream &os=std::cout) const override |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
PHObject * | CloneMe () const override |
Virtual copy constructor. | |
virtual void | set_algo (Jet::ALGO) |
virtual Jet::ALGO | get_algo () const |
virtual void | set_par (float) |
virtual float | get_par () const |
virtual bool | empty_src () const |
virtual void | insert_src (Jet::SRC) |
virtual ConstSrcIter | begin_src () const |
virtual ConstSrcIter | find_src (Jet::SRC src) const |
virtual ConstSrcIter | end_src () const |
virtual SrcIter | begin_src () |
virtual SrcIter | find_src (Jet::SRC src) |
virtual SrcIter | end_src () |
virtual bool | empty () const |
virtual size_t | size () const |
virtual size_t | count (unsigned int) const |
virtual void | clear () |
virtual const Jet * | get (unsigned int) const |
virtual Jet * | get (unsigned int) |
virtual Jet * | insert (Jet *) |
virtual size_t | erase (unsigned int) |
virtual ConstIter | begin () const |
virtual ConstIter | find (unsigned int idkey) const |
virtual ConstIter | end () const |
virtual Iter | begin () |
virtual Iter | find (unsigned int idkey) |
virtual Iter | end () |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual void | Reset () |
Clear Event. | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Private Member Functions | |
ClassDefOverride (JetMap, 1) | |
Definition at line 14 of file JetMap.h.
View newest version in sPHENIX GitHub at line 14 of file JetMap.h
typedef typ_JetMap::const_iterator JetMap::ConstIter |
typedef std::set<Jet::SRC>::const_iterator JetMap::ConstSrcIter |
typedef typ_JetMap::iterator JetMap::Iter |
typedef std::set<Jet::SRC>::iterator JetMap::SrcIter |
typedef std::map<unsigned int, Jet*> JetMap::typ_JetMap |
|
inline |
|
inlineoverride |
|
virtual |
Reimplemented in JetMapv1.
Definition at line 44 of file JetMap.cc.
View newest version in sPHENIX GitHub at line 44 of file JetMap.cc
References DummyJetMapMap.
Referenced by JetRecoEval::all_jets_from(), JetEvaluator::fillOutputNtuples(), JetTruthEval::get_truth_jet(), AnaTutorialECCE::getReconstructedJets(), AnaTutorial::getReconstructedJets(), eIDMLInterface::getReconstructedJets(), AnaTutorialECCE::getTruthJets(), AnaTutorial::getTruthJets(), eIDMLInterface::getTruthJets(), JetMapv1::JetMapv1(), DetermineTowerBackground::process_event(), PHG4DSTReader::process_event(), MyJetAnalysis::process_event(), DumpJetMap::process_Node(), QAG4SimulationJet::process_Spectrum(), and QAG4SimulationJet::process_TruthMatching().
|
virtual |
|
virtual |
|
virtual |
|
private |
|
inlinevirtual |
|
inlineoverridevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Reimplemented in JetMapv1.
Definition at line 54 of file JetMap.cc.
View newest version in sPHENIX GitHub at line 54 of file JetMap.cc
References DummyJetMapMap.
Referenced by JetRecoEval::all_jets_from(), JetEvaluator::fillOutputNtuples(), JetTruthEval::get_truth_jet(), AnaTutorialECCE::getReconstructedJets(), AnaTutorial::getReconstructedJets(), eIDMLInterface::getReconstructedJets(), AnaTutorialECCE::getTruthJets(), AnaTutorial::getTruthJets(), eIDMLInterface::getTruthJets(), JetMapv1::JetMapv1(), DetermineTowerBackground::process_event(), PHG4DSTReader::process_event(), MyJetAnalysis::process_event(), DumpJetMap::process_Node(), QAG4SimulationJet::process_Spectrum(), and QAG4SimulationJet::process_TruthMatching().
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
overridevirtual |
Reimplemented in JetMapv1.
Definition at line 64 of file JetMap.h.
View newest version in sPHENIX GitHub at line 64 of file JetMap.h
Referenced by JetReco::FillJetNode(), and JetHepMCLoader::process_event().
Reimplemented in JetMapv1.
Definition at line 44 of file JetMap.h.
View newest version in sPHENIX GitHub at line 44 of file JetMap.h
Referenced by JetReco::FillJetNode(), and JetHepMCLoader::process_event().
|
inlineoverridevirtual |
Reimplemented in JetMapv1.
Definition at line 35 of file JetMap.h.
View newest version in sPHENIX GitHub at line 35 of file JetMap.h
Referenced by JetReco::FillJetNode(), and JetHepMCLoader::process_event().
|
inlinevirtual |
Reimplemented in JetMapv1.
Definition at line 38 of file JetMap.h.
View newest version in sPHENIX GitHub at line 38 of file JetMap.h
Referenced by JetReco::FillJetNode(), and JetHepMCLoader::process_event().
|
inlinevirtual |
Reimplemented in JetMapv1.
Definition at line 57 of file JetMap.h.
View newest version in sPHENIX GitHub at line 57 of file JetMap.h
Referenced by PHG4DSTReader::process_event(), DumpJetMap::process_Node(), and QAG4SimulationJet::process_Spectrum().