![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/jetbase/JetMap.h>
Inheritance diagram for JetMap:
Collaboration diagram for JetMap:Public Types | |
| typedef std::map< unsigned int, Jet * > | typ_JetMap |
| typedef typ_JetMap::const_iterator | ConstIter |
| typedef typ_JetMap::iterator | Iter |
| typedef std::vector< Jet * > | vec_JetMap |
| typedef std::set< Jet::SRC > ::const_iterator | ConstSrcIter |
| typedef std::set< Jet::SRC > ::iterator | SrcIter |
Public Member Functions | |
| JetMap ()=default | |
| ~JetMap () override=default | |
| 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 () |
| virtual std::vector< Jet * > | vec ()=0 |
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 | Integrate () const |
| virtual int | Integrate (PHObject *) |
| virtual void | CopyFrom (const PHObject *obj) |
Private Member Functions | |
| ClassDefOverride (JetMap, 1) | |
Definition at line 16 of file JetMap.h.
View newest version in sPHENIX GitHub at line 16 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 |
| typedef std::vector<Jet*> JetMap::vec_JetMap |
|
default |
|
overridedefault |
|
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 JetMultSub::EstimateRho(), JetEnergies::fillOutputNtuples(), RandomConeAna::get_leading_jet_eta_phi(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), TreeMaker::GetRecoJets(), AnaTutorial::getReconstructedJets(), TreeMaker::GetTruthJets(), AnaTutorial::getTruthJets(), JetBkgdSub::LeadingR04TruthJet(), RandomConeAna::LeadingR04TruthJet(), TracksInJets::process_event(), HFJetTruthTrigger::process_event(), BJetModule::process_event(), TruthPhotonJet::process_event(), JetUnderlyingEvent::process_event(), PhotonJet::process_event(), LeptoquarksReco::process_event(), TruthJetTagging::process_event(), JetMultSub::process_event(), JetSeedCount::process_event(), JetNconstituents::process_event(), analysis::process_event(), jetrtrack::process_event(), BDiJetModule::process_event(), JetBkgdSub::process_event(), JetKinematicCheck::process_event(), JetValidation::process_event(), DumpJetMap::process_Node(), and SoftLeptonTaggingTruth::process_Spectrum().
Here is the caller graph for this function:
|
virtual |
|
virtual |
Reimplemented in JetMapv1.
Definition at line 14 of file JetMap.cc.
View newest version in sPHENIX GitHub at line 14 of file JetMap.cc
Referenced by JetMapv1::JetMapv1(), and JetMapv1::operator=().
Here is the caller graph for this function:
|
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 JetMultSub::EstimateRho(), JetEnergies::fillOutputNtuples(), RandomConeAna::get_leading_jet_eta_phi(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), TreeMaker::GetRecoJets(), AnaTutorial::getReconstructedJets(), TreeMaker::GetTruthJets(), AnaTutorial::getTruthJets(), JetBkgdSub::LeadingR04TruthJet(), RandomConeAna::LeadingR04TruthJet(), TracksInJets::process_event(), HFJetTruthTrigger::process_event(), BJetModule::process_event(), TruthPhotonJet::process_event(), JetUnderlyingEvent::process_event(), PhotonJet::process_event(), LeptoquarksReco::process_event(), TruthJetTagging::process_event(), JetMultSub::process_event(), JetSeedCount::process_event(), JetNconstituents::process_event(), analysis::process_event(), jetrtrack::process_event(), BDiJetModule::process_event(), JetBkgdSub::process_event(), JetKinematicCheck::process_event(), JetValidation::process_event(), DumpJetMap::process_Node(), and SoftLeptonTaggingTruth::process_Spectrum().
Here is the caller graph for this function:
|
virtual |
|
virtual |
Reimplemented in JetMapv1.
Definition at line 24 of file JetMap.cc.
View newest version in sPHENIX GitHub at line 24 of file JetMap.cc
Referenced by JetMapv1::JetMapv1(), and JetMapv1::operator=().
Here is the caller graph for this function:
|
virtual |
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in JetMapv1.
Definition at line 40 of file JetMap.h.
View newest version in sPHENIX GitHub at line 40 of file JetMap.h
References Jet::NONE.
Referenced by JetMapv1::operator=(), and DumpJetMap::process_Node().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in JetMapv1.
Definition at line 43 of file JetMap.h.
View newest version in sPHENIX GitHub at line 43 of file JetMap.h
Referenced by JetMapv1::operator=(), HFJetTruthTrigger::process_event(), LeptoquarksReco::process_event(), and DumpJetMap::process_Node().
Here is the caller graph for this function:
|
overridevirtual |
|
inlinevirtual |
|
inlineoverridevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in JetMapv1.
Definition at line 62 of file JetMap.h.
View newest version in sPHENIX GitHub at line 62 of file JetMap.h
Referenced by TreeMaker::CopyAndMakeJets(), JetMultSub::EstimateRho(), HFJetTruthTrigger::process_event(), DumpJetMap::process_Node(), and SoftLeptonTaggingTruth::process_Spectrum().
Here is the caller graph for this function: