Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/jetbase/Jet.h>
Classes | |
struct | IterJetTCA |
Public Member Functions | |
Jet () | |
~Jet () 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 unsigned int | get_id () const |
virtual void | set_id (unsigned int) |
virtual float | get_px () const |
virtual void | set_px (float) |
virtual float | get_py () const |
virtual void | set_py (float) |
virtual float | get_pz () const |
virtual void | set_pz (float) |
virtual float | get_e () const |
virtual void | set_e (float) |
virtual float | get_p () const |
virtual float | get_pt () const |
virtual float | get_et () const |
virtual float | get_eta () const |
virtual float | get_phi () const |
virtual float | get_mass () const |
virtual float | get_mass2 () const |
virtual float | get_property (Jet::PROPERTY) const |
virtual void | set_property (Jet::PROPERTY, float) |
virtual size_t | size_properties () const |
virtual void | resize_properties (size_t) |
virtual std::vector< float > & | get_property_vec () |
virtual bool | has_property (Jet::PROPERTY) const |
virtual void | print_property (std::ostream &) const |
virtual void | clear_comp () |
virtual void | insert_comp (Jet::SRC, unsigned int) |
virtual void | insert_comp (Jet::SRC, unsigned int, bool) |
virtual void | insert_comp (TYPE_comp_vec &) |
virtual void | insert_comp (TYPE_comp_vec &, bool) |
virtual size_t | size_comp () const |
virtual size_t | num_comp (SRC=Jet::SRC::VOID) |
virtual void | print_comp (std::ostream &, bool) |
virtual std::vector< Jet::SRC > | comp_src_vec () |
virtual std::map< Jet::SRC, size_t > | comp_src_sizemap () |
virtual void | set_comp_sort_flag (bool=false) |
virtual ITER_comp_vec | comp_begin () |
virtual ITER_comp_vec | comp_begin (Jet::SRC) |
virtual ITER_comp_vec | comp_end () |
virtual ITER_comp_vec | comp_end (Jet::SRC) |
virtual TYPE_comp_vec & | get_comp_vec () |
virtual bool | empty_comp () const |
virtual size_t | count_comp (Jet::SRC) const |
virtual ConstIter | begin_comp () const |
virtual ConstIter | lower_bound_comp (Jet::SRC source) const |
virtual ConstIter | upper_bound_comp (Jet::SRC source) const |
virtual ConstIter | find (Jet::SRC source) const |
virtual ConstIter | end_comp () const |
virtual Iter | begin_comp () |
virtual Iter | lower_bound_comp (Jet::SRC source) |
virtual Iter | upper_bound_comp (Jet::SRC source) |
virtual Iter | find (Jet::SRC source) |
virtual Iter | end_comp () |
virtual size_t | erase_comp (Jet::SRC) |
virtual void | erase_comp (Iter) |
virtual void | erase_comp (Iter, Iter) |
ClassDefOverride (Jet, 1) | |
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) |
typedef typ_comp_ids::const_iterator Jet::ConstIter |
typedef typ_comp_ids::iterator Jet::Iter |
typedef TYPE_comp_vec::iterator Jet::ITER_comp_vec |
typedef std::multimap<Jet::SRC, unsigned int> Jet::typ_comp_ids |
typedef std::pair<Jet::SRC, unsigned int> Jet::TYPE_comp |
typedef std::vector<TYPE_comp> Jet::TYPE_comp_vec |
enum Jet::ALGO |
enum Jet::PROPERTY |
prop_JetCharge |
jet charge |
prop_BFrac |
b-jet fraction |
prop_SeedD |
discriminator D = max tower E / average E , used to identify seeds in 1st iteration of UE determination |
prop_SeedItr |
used to tag as seed jet in 1st or 2nd iteration of UE determination |
prop_zg |
SoftDrop quantities. |
prop_Rg | |
prop_mu | |
prop_gamma |
photon tag property |
prop_JetHadronFlavor | |
prop_JetHadronZT | |
prop_area |
jet area |
no_property |
Definition at line 117 of file Jet.h.
View newest version in sPHENIX GitHub at line 117 of file Jet.h
enum Jet::SRC |
Definition at line 74 of file Jet.h.
View newest version in sPHENIX GitHub at line 74 of file Jet.h
|
inline |
|
inlineoverride |
|
virtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 46 of file Jet.cc.
View newest version in sPHENIX GitHub at line 46 of file Jet.cc
References DummyJetMap.
Referenced by LeptoquarksReco::AddJetInformation(), Jetv2::begin_comp(), TreeMaker::CopyAndMakeJets(), TracksInJets::process_event(), JetUnderlyingEvent::process_event(), PhotonJet::process_event(), JetNconstituents::process_event(), jetrtrack::process_event(), and TruthJetTagging::TruthPhotonTagging().
|
virtual |
Jet::ClassDefOverride | ( | Jet | , |
1 | |||
) |
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 207 of file Jet.h.
View newest version in sPHENIX GitHub at line 207 of file Jet.h
Referenced by ResonanceJetTagging::findMCTaggedJets(), and ResonanceJetTagging::findTaggedJets().
|
inlineoverridevirtual |
|
virtual |
Reimplemented in Jetv1, and Jetv2.
Definition at line 26 of file Jet.cc.
View newest version in sPHENIX GitHub at line 26 of file Jet.cc
References DummyJetCompVec.
Referenced by Jetv1::comp_begin(), and JetRecoEval::get_energy_contribution().
|
virtual |
|
virtual |
Reimplemented in Jetv1, and Jetv2.
Definition at line 30 of file Jet.cc.
View newest version in sPHENIX GitHub at line 30 of file Jet.cc
References DummyJetCompVec.
Referenced by Jetv1::comp_end(), and JetRecoEval::get_energy_contribution().
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 50 of file Jet.cc.
View newest version in sPHENIX GitHub at line 50 of file Jet.cc
References DummyJetMap.
Referenced by LeptoquarksReco::AddJetInformation(), TreeMaker::CopyAndMakeJets(), Jetv2::end_comp(), TracksInJets::process_event(), JetUnderlyingEvent::process_event(), PhotonJet::process_event(), JetNconstituents::process_event(), jetrtrack::process_event(), and TruthJetTagging::TruthPhotonTagging().
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 54 of file Jet.cc.
View newest version in sPHENIX GitHub at line 54 of file Jet.cc
References DummyJetMap.
Referenced by Jetv2::find().
|
virtual |
Reimplemented in Jetv1, and Jetv2.
Definition at line 34 of file Jet.cc.
View newest version in sPHENIX GitHub at line 34 of file Jet.cc
References DummyJetCompVec.
Referenced by JetRecoEval::all_truth_hits(), JetRecoEval::all_truth_particles(), JetTruthEval::all_truth_particles(), JetRecoEval::all_truth_showers(), FastJetAlgoSub::cluster_and_fill(), Jetv1::get_comp_vec(), JetRecoEval::get_energy_contribution(), BuildResonanceJetTaggingTree::loopHFHadronic(), and JetBkgdSub::process_event().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 169 of file Jet.h.
View newest version in sPHENIX GitHub at line 169 of file Jet.h
Referenced by LeptoquarksReco::AddJetInformation(), FastJetAlgoSub::cluster_and_fill(), TreeMaker::CopyAndMakeJets(), JetEvaluator::fillOutputNtuples(), JetEnergies::fillOutputNtuples(), JetProbeInput::get_input(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), TreeMaker::GetRecoJets(), AnaTutorial::getReconstructedJets(), TreeMaker::GetTruthJets(), AnaTutorial::getTruthJets(), BuildResonanceJetTaggingTree::loopHFHadronic(), TracksInJets::process_event(), TruthPhotonJet::process_event(), PhotonJet::process_event(), JetMultSub::process_event(), JetSeedCount::process_event(), MyJetAnalysis::process_event(), JetValidation::process_event(), QAG4SimulationJet::process_Spectrum(), SoftLeptonTaggingTruth::process_Spectrum(), and QAG4SimulationJet::process_TruthMatching().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 174 of file Jet.h.
View newest version in sPHENIX GitHub at line 174 of file Jet.h
Referenced by LeptoquarksReco::AddJetInformation(), JetHepMCLoader::process_event(), QAG4SimulationJet::process_Spectrum(), SoftLeptonTaggingTruth::process_Spectrum(), and QAG4SimulationJet::process_TruthMatching().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 175 of file Jet.h.
View newest version in sPHENIX GitHub at line 175 of file Jet.h
Referenced by LeptoquarksReco::AddJetInformation(), TreeMaker::CopyAndMakeJets(), JetMultSub::EstimateRho(), JetEvaluator::fillOutputNtuples(), JetEnergies::fillOutputNtuples(), RandomConeAna::get_leading_jet_eta_phi(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), TreeMaker::GetRecoJets(), AnaTutorial::getReconstructedJets(), TreeMaker::GetTruthJets(), AnaTutorial::getTruthJets(), TruthJetTagging::hadron_tagging(), HFJetTruthTrigger::hadron_tagging(), QAG4SimulationJet::jet_acceptance_cut(), SoftLeptonTaggingTruth::jet_acceptance_cut(), JetProbeInput::JetProbeInput(), BuildResonanceJetTaggingTree::loopHFHadronic(), HFJetTruthTrigger::parton_tagging(), TracksInJets::process_event(), HFJetTruthTrigger::process_event(), BJetModule::process_event(), TruthPhotonJet::process_event(), PhotonJet::process_event(), JetMultSub::process_event(), JetHepMCLoader::process_event(), JetNconstituents::process_event(), jetrtrack::process_event(), analysis::process_event(), BDiJetModule::process_event(), MyJetAnalysis::process_event(), JetBkgdSub::process_event(), JetKinematicCheck::process_event(), JetValidation::process_event(), QAG4SimulationJet::process_Spectrum(), SoftLeptonTaggingTruth::process_Spectrum(), and QAG4SimulationJet::process_TruthMatching().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 157 of file Jet.h.
View newest version in sPHENIX GitHub at line 157 of file Jet.h
Referenced by JetRecoEval::all_jets_from(), JetMultSub::EstimateRho(), JetEvaluator::fillOutputNtuples(), JetEnergies::fillOutputNtuples(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), AnaTutorial::getReconstructedJets(), AnaTutorial::getTruthJets(), JetMapv1::JetMapv1(), BuildResonanceJetTaggingTree::loopHFHadronic(), JetMapv1::operator=(), PhotonJet::process_event(), BDiJetModule::process_event(), JetValidation::process_event(), JetRecoEval::unique_reco_jet_from_truth(), and JetRecoEval::unique_truth_jet_from_reco().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 177 of file Jet.h.
View newest version in sPHENIX GitHub at line 177 of file Jet.h
Referenced by LeptoquarksReco::AddJetInformation(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), BuildResonanceJetTaggingTree::loopHFHadronic(), TruthPhotonJet::process_event(), PhotonJet::process_event(), QAG4SimulationJet::process_Spectrum(), and SoftLeptonTaggingTruth::process_Spectrum().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 172 of file Jet.h.
View newest version in sPHENIX GitHub at line 172 of file Jet.h
Referenced by LeptoquarksReco::AddJetInformation(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), AnaTutorial::getReconstructedJets(), AnaTutorial::getTruthJets(), TruthPhotonJet::process_event(), and PhotonJet::process_event().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 176 of file Jet.h.
View newest version in sPHENIX GitHub at line 176 of file Jet.h
Referenced by LeptoquarksReco::AddJetInformation(), TreeMaker::CopyAndMakeJets(), JetEvaluator::fillOutputNtuples(), JetEnergies::fillOutputNtuples(), RandomConeAna::get_leading_jet_eta_phi(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), TreeMaker::GetRecoJets(), AnaTutorial::getReconstructedJets(), TreeMaker::GetTruthJets(), AnaTutorial::getTruthJets(), TruthJetTagging::hadron_tagging(), HFJetTruthTrigger::hadron_tagging(), JetProbeInput::JetProbeInput(), BuildResonanceJetTaggingTree::loopHFHadronic(), HFJetTruthTrigger::parton_tagging(), TracksInJets::process_event(), BJetModule::process_event(), TruthPhotonJet::process_event(), PhotonJet::process_event(), JetMultSub::process_event(), analysis::process_event(), jetrtrack::process_event(), BDiJetModule::process_event(), MyJetAnalysis::process_event(), JetBkgdSub::process_event(), JetKinematicCheck::process_event(), JetValidation::process_event(), QAG4SimulationJet::process_Spectrum(), SoftLeptonTaggingTruth::process_Spectrum(), and QAG4SimulationJet::process_TruthMatching().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 184 of file Jet.h.
View newest version in sPHENIX GitHub at line 184 of file Jet.h
Referenced by BJetModule::process_event(), JetSeedCount::process_event(), and BDiJetModule::process_event().
|
virtual |
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 173 of file Jet.h.
View newest version in sPHENIX GitHub at line 173 of file Jet.h
Referenced by LeptoquarksReco::AddJetInformation(), TreeMaker::CopyAndMakeJets(), JetMultSub::EstimateRho(), JetEvaluator::fillOutputNtuples(), JetEnergies::fillOutputNtuples(), RandomConeAna::get_leading_jet_eta_phi(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), TreeMaker::GetRecoJets(), AnaTutorial::getReconstructedJets(), TreeMaker::GetTruthJets(), AnaTutorial::getTruthJets(), TruthJetTagging::hadron_tagging(), HFJetTruthTrigger::hadron_tagging(), JetProbeInput::JetProbeInput(), JetBkgdSub::LeadingR04TruthJet(), RandomConeAna::LeadingR04TruthJet(), BuildResonanceJetTaggingTree::loopHFHadronic(), HFJetTruthTrigger::parton_tagging(), TracksInJets::process_event(), HFJetTruthTrigger::process_event(), BJetModule::process_event(), TruthPhotonJet::process_event(), JetUnderlyingEvent::process_event(), PhotonJet::process_event(), JetMultSub::process_event(), JetNconstituents::process_event(), analysis::process_event(), jetrtrack::process_event(), BDiJetModule::process_event(), MyJetAnalysis::process_event(), JetBkgdSub::process_event(), JetKinematicCheck::process_event(), JetValidation::process_event(), and TruthJetTagging::TruthPhotonTagging().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 160 of file Jet.h.
View newest version in sPHENIX GitHub at line 160 of file Jet.h
Referenced by FastJetAlgoSub::cluster_and_fill(), TreeMaker::CopyAndMakeJets(), JetProbeInput::get_input(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), AnaTutorial::getReconstructedJets(), AnaTutorial::getTruthJets(), BuildResonanceJetTaggingTree::loopHFHadronic(), TracksInJets::process_event(), TruthPhotonJet::process_event(), PhotonJet::process_event(), JetMultSub::process_event(), MyJetAnalysis::process_event(), and SoftLeptonTaggingTruth::process_Spectrum().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 163 of file Jet.h.
View newest version in sPHENIX GitHub at line 163 of file Jet.h
Referenced by FastJetAlgoSub::cluster_and_fill(), TreeMaker::CopyAndMakeJets(), JetProbeInput::get_input(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), AnaTutorial::getReconstructedJets(), AnaTutorial::getTruthJets(), BuildResonanceJetTaggingTree::loopHFHadronic(), TracksInJets::process_event(), TruthPhotonJet::process_event(), PhotonJet::process_event(), JetMultSub::process_event(), MyJetAnalysis::process_event(), and SoftLeptonTaggingTruth::process_Spectrum().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 166 of file Jet.h.
View newest version in sPHENIX GitHub at line 166 of file Jet.h
Referenced by FastJetAlgoSub::cluster_and_fill(), TreeMaker::CopyAndMakeJets(), JetProbeInput::get_input(), PhotonJet::GetRecoHadronsAndJets(), PhotonJet::GetRecoHadronsAndJetsAA(), AnaTutorial::getReconstructedJets(), AnaTutorial::getTruthJets(), BuildResonanceJetTaggingTree::loopHFHadronic(), TracksInJets::process_event(), TruthPhotonJet::process_event(), PhotonJet::process_event(), JetMultSub::process_event(), MyJetAnalysis::process_event(), and SoftLeptonTaggingTruth::process_Spectrum().
|
inlinevirtual |
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in Jetv2, and Jetv1.
Definition at line 39 of file Jet.cc.
View newest version in sPHENIX GitHub at line 39 of file Jet.cc
Referenced by HFJetTruthTrigger::process_event(), QAG4SimulationJet::process_Spectrum(), SoftLeptonTaggingTruth::process_Spectrum(), and QAG4SimulationJet::process_TruthMatching().
|
inlinevirtual |
Reimplemented in Jetv1, and Jetv2.
Definition at line 208 of file Jet.h.
View newest version in sPHENIX GitHub at line 208 of file Jet.h
Referenced by ResonanceJetTagging::findMCTaggedJets(), ResonanceJetTagging::findTaggedJets(), TrackJetInput::get_input(), TowerJetInput::get_input(), ParticleFlowJetInput::get_input(), ClusterJetInput::get_input(), TruthJetInput::get_input(), and JetHepMCLoader::process_event().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlineoverridevirtual |
|
virtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 57 of file Jet.cc.
View newest version in sPHENIX GitHub at line 57 of file Jet.cc
References DummyJetMap.
Referenced by Jetv2::lower_bound_comp().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 170 of file Jet.h.
View newest version in sPHENIX GitHub at line 170 of file Jet.h
Referenced by TreeMaker::CopyAndMakeJets(), ResonanceJetTagging::findMCTaggedJets(), ResonanceJetTagging::findTaggedJets(), TrackJetInput::get_input(), TowerJetInput::get_input(), ParticleFlowJetInput::get_input(), JetProbeInput::get_input(), ClusterJetInput::get_input(), TruthJetInput::get_input(), JetUnderlyingEvent::process_event(), JetMultSub::process_event(), JetHepMCLoader::process_event(), and JetBkgdSub::process_event().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 158 of file Jet.h.
View newest version in sPHENIX GitHub at line 158 of file Jet.h
Referenced by TreeMaker::CopyAndMakeJets(), ResonanceJetTagging::findMCTaggedJets(), and ResonanceJetTagging::findTaggedJets().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 185 of file Jet.h.
View newest version in sPHENIX GitHub at line 185 of file Jet.h
Referenced by TruthJetTagging::hadron_tagging(), HFJetTruthTrigger::hadron_tagging(), HFJetTruthTrigger::parton_tagging(), and TruthJetTagging::process_event().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 161 of file Jet.h.
View newest version in sPHENIX GitHub at line 161 of file Jet.h
Referenced by FastJetAlgo::cluster_and_fill(), TreeMaker::CopyAndMakeJets(), ResonanceJetTagging::findMCTaggedJets(), ResonanceJetTagging::findTaggedJets(), TrackJetInput::get_input(), TowerJetInput::get_input(), JetProbeInput::get_input(), ParticleFlowJetInput::get_input(), ClusterJetInput::get_input(), TruthJetInput::get_input(), CopyAndSubtractJets::process_event(), JetUnderlyingEvent::process_event(), JetMultSub::process_event(), JetHepMCLoader::process_event(), and JetBkgdSub::process_event().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 164 of file Jet.h.
View newest version in sPHENIX GitHub at line 164 of file Jet.h
Referenced by TreeMaker::CopyAndMakeJets(), ResonanceJetTagging::findMCTaggedJets(), ResonanceJetTagging::findTaggedJets(), TrackJetInput::get_input(), TowerJetInput::get_input(), ParticleFlowJetInput::get_input(), JetProbeInput::get_input(), ClusterJetInput::get_input(), TruthJetInput::get_input(), JetUnderlyingEvent::process_event(), JetMultSub::process_event(), JetHepMCLoader::process_event(), and JetBkgdSub::process_event().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 167 of file Jet.h.
View newest version in sPHENIX GitHub at line 167 of file Jet.h
Referenced by TreeMaker::CopyAndMakeJets(), ResonanceJetTagging::findMCTaggedJets(), ResonanceJetTagging::findTaggedJets(), TrackJetInput::get_input(), TowerJetInput::get_input(), ParticleFlowJetInput::get_input(), JetProbeInput::get_input(), ClusterJetInput::get_input(), TruthJetInput::get_input(), JetUnderlyingEvent::process_event(), JetMultSub::process_event(), JetHepMCLoader::process_event(), and JetBkgdSub::process_event().
|
inlinevirtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 213 of file Jet.h.
View newest version in sPHENIX GitHub at line 213 of file Jet.h
Referenced by LeptoquarksReco::AddJetInformation(), JetMultSub::EstimateRho(), JetEvaluator::fillOutputNtuples(), JetEnergies::fillOutputNtuples(), TracksInJets::process_event(), JetMultSub::process_event(), JetNconstituents::process_event(), BDiJetModule::process_event(), MyJetAnalysis::process_event(), JetBkgdSub::process_event(), JetValidation::process_event(), QAG4SimulationJet::process_Spectrum(), and SoftLeptonTaggingTruth::process_Spectrum().
|
inlinevirtual |
|
virtual |
Reimplemented in Jetv2, and Jetv1.
Definition at line 60 of file Jet.cc.
View newest version in sPHENIX GitHub at line 60 of file Jet.cc
References DummyJetMap.
Referenced by Jetv2::upper_bound_comp().