![]()  | 
						
							 
								EIC Software
							  
							
								Reference for 
								EIC 
								simulation and reconstruction software on GitHub
							  
						 | 
					
#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4eval/JetRecoEval.h>
 Collaboration diagram for JetRecoEval:Public Member Functions | |
| JetRecoEval (PHCompositeNode *topNode, const std::string &recojetname, const std::string &truthjetname) | |
| virtual | ~JetRecoEval () | 
| void | next_event (PHCompositeNode *topNode) | 
| reinitialize the eval for a new event   | |
| void | do_caching (bool do_cache) | 
| activate or deactivate the memory caching inside the evaluation module   | |
| void | set_strict (bool strict) | 
| unsigned int | get_errors () | 
| get a count of the errors discovered thus far   | |
| void | set_verbosity (int verbosity) | 
| adjust the messaging from the evalutaion module   | |
| JetTruthEval * | get_truth_eval () | 
| get a copy of the lower level eval and its memory cache   | |
| SvtxEvalStack * | get_svtx_eval_stack () | 
| get a copy of the lower level eval and its memory cache   | |
| CaloEvalStack * | get_cemc_eval_stack () | 
| get a copy of the lower level eval and its memory cache   | |
| CaloEvalStack * | get_hcalin_eval_stack () | 
| get a copy of the lower level eval and its memory cache   | |
| CaloEvalStack * | get_hcalout_eval_stack () | 
| get a copy of the lower level eval and its memory cache   | |
| CaloEvalStack * | get_femc_eval_stack () | 
| get a copy of the lower level eval and its memory cache   | |
| CaloEvalStack * | get_fhcal_eval_stack () | 
| get a copy of the lower level eval and its memory cache   | |
| CaloEvalStack * | get_eemc_eval_stack () | 
| get a copy of the lower level eval and its memory cache   | |
| std::set< PHG4Shower * > | all_truth_showers (Jet *recojet) | 
| what truth showers contributed to this reconstructed jet?   | |
| std::set< PHG4Particle * > | all_truth_particles (Jet *recojet) | 
| what truth particles contributed to this reconstructed jet?   | |
| std::set< Jet * > | all_truth_jets (Jet *recojet) | 
| what truth jets contributed to this reconstructed jet?   | |
| Jet * | max_truth_jet_by_energy (Jet *recojet) | 
| which truth jet contributed the most energy to this reconstructed jet?   | |
| std::set< Jet * > | all_jets_from (Jet *truthjet) | 
| what reconstructed jets had contributions from this truth jet?   | |
| Jet * | best_jet_from (Jet *truthjet) | 
| which reconstructed jet had the largest energy contribution from this truth jet?   | |
| Jet * | unique_reco_jet_from_truth (Jet *truthjet) | 
| Jet * | unique_truth_jet_from_reco (Jet *recojet) | 
| float | get_energy_contribution (Jet *recojet, Jet *truthjet) | 
| what was the energy contribution to this reconstructed jet from this truth jet?   | |
| float | get_energy_contribution (Jet *recojet, Jet::SRC src) | 
| what was the energy contribution to this reconstructed jet from a particular source   | |
| void | set_track_nodename (const std::string &name) | 
| std::set< PHG4Hit * > | all_truth_hits (Jet *recojet) | 
| which truth hits contributed to this reconstructed jet?   | |
Private Member Functions | |
| void | get_node_pointers (PHCompositeNode *topNode) | 
Definition at line 29 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 29 of file JetRecoEval.h
| JetRecoEval::JetRecoEval | ( | PHCompositeNode * | topNode, | 
| const std::string & | recojetname, | ||
| const std::string & | truthjetname | ||
| ) | 
example recojetname: AntiKt_Tower_r03 example truthjetname: AntiKt_Truth_r03
Definition at line 37 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 37 of file JetRecoEval.cc
References get_node_pointers().
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 75 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 75 of file JetRecoEval.cc
References _errors, and _verbosity.
what reconstructed jets had contributions from this truth jet?
Definition at line 885 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 885 of file JetRecoEval.cc
References _cache_all_jets_from, _do_cache, _errors, _recojets, _strict, all_truth_jets(), JetMap::begin(), JetMap::end(), and Jet::get_id().
Referenced by best_jet_from().
 Here is the call graph for this function:
 Here is the caller graph for this function:which truth hits contributed to this reconstructed jet?
Definition at line 1576 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 1576 of file JetRecoEval.cc
References _cache_all_truth_hits, _cemcclusters, _cemctowers, _do_cache, _eemcclusters, _eemctowers, _errors, _femcclusters, _femctowers, _fhcalclusters, _fhcaltowers, _hcalinclusters, _hcalintowers, _hcaloutclusters, _hcalouttowers, _strict, _trackmap, SvtxTrackEval::all_truth_hits(), CaloRawTowerEval::all_truth_hits(), CaloRawClusterEval::all_truth_hits(), Jet::begin_comp(), Jet::CEMC_CLUSTER, Jet::CEMC_TOWER, Jet::EEMC_CLUSTER, Jet::EEMC_TOWER, Jet::end_comp(), exit(), Jet::FEMC_CLUSTER, Jet::FEMC_TOWER, Jet::FHCAL_CLUSTER, Jet::FHCAL_TOWER, SvtxTrackMap::get(), get_cemc_eval_stack(), get_eemc_eval_stack(), get_femc_eval_stack(), get_fhcal_eval_stack(), get_hcalin_eval_stack(), get_hcalout_eval_stack(), CaloEvalStack::get_rawcluster_eval(), CaloEvalStack::get_rawtower_eval(), get_svtx_eval_stack(), SvtxEvalStack::get_track_eval(), RawClusterContainer::getCluster(), RawTowerContainer::getTower(), Jet::HCALIN_CLUSTER, Jet::HCALIN_TOWER, Jet::HCALOUT_CLUSTER, Jet::HCALOUT_TOWER, PHWHERE, and Jet::TRACK.
 Here is the call graph for this function:what truth jets contributed to this reconstructed jet?
Definition at line 775 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 775 of file JetRecoEval.cc
References _cache_all_truth_jets, _do_cache, _errors, _jettrutheval, _strict, all_truth_particles(), JetTruthEval::get_truth_jet(), and particle.
Referenced by all_jets_from(), and max_truth_jet_by_energy().
 Here is the call graph for this function:
 Here is the caller graph for this function:| std::set< PHG4Particle * > JetRecoEval::all_truth_particles | ( | Jet * | recojet | ) | 
what truth particles contributed to this reconstructed jet?
Definition at line 439 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 439 of file JetRecoEval.cc
References _cache_all_truth_particles, _cemcclusters, _cemctowers, _do_cache, _eemcclusters, _eemctowers, _errors, _femcclusters, _femctowers, _fhcalclusters, _fhcaltowers, _hcalinclusters, _hcalintowers, _hcaloutclusters, _hcalouttowers, _strict, _trackmap, SvtxTrackEval::all_truth_particles(), CaloRawTowerEval::all_truth_primary_particles(), CaloRawClusterEval::all_truth_primary_particles(), Jet::begin_comp(), Jet::CEMC_CLUSTER, Jet::CEMC_TOWER, Jet::EEMC_CLUSTER, Jet::EEMC_TOWER, Jet::end_comp(), exit(), Jet::FEMC_CLUSTER, Jet::FEMC_TOWER, Jet::FHCAL_CLUSTER, Jet::FHCAL_TOWER, SvtxTrackMap::get(), get_cemc_eval_stack(), get_eemc_eval_stack(), get_femc_eval_stack(), get_fhcal_eval_stack(), get_hcalin_eval_stack(), get_hcalout_eval_stack(), CaloEvalStack::get_rawcluster_eval(), CaloEvalStack::get_rawtower_eval(), get_svtx_eval_stack(), SvtxEvalStack::get_track_eval(), RawClusterContainer::getCluster(), RawTowerContainer::getTower(), Jet::HCALIN_CLUSTER, Jet::HCALIN_TOWER, Jet::HCALOUT_CLUSTER, Jet::HCALOUT_TOWER, PHWHERE, and Jet::TRACK.
Referenced by all_truth_jets().
 Here is the call graph for this function:
 Here is the caller graph for this function:| std::set< PHG4Shower * > JetRecoEval::all_truth_showers | ( | Jet * | recojet | ) | 
what truth showers contributed to this reconstructed jet?
Definition at line 109 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 109 of file JetRecoEval.cc
References _cache_all_truth_showers, _cemcclusters, _cemctowers, _do_cache, _eemcclusters, _eemctowers, _errors, _femcclusters, _femctowers, _fhcalclusters, _fhcaltowers, _hcalinclusters, _hcalintowers, _hcaloutclusters, _hcalouttowers, _strict, _trackmap, CaloRawTowerEval::all_truth_primary_showers(), CaloRawClusterEval::all_truth_primary_showers(), Jet::begin_comp(), Jet::CEMC_CLUSTER, Jet::CEMC_TOWER, Jet::EEMC_CLUSTER, Jet::EEMC_TOWER, Jet::end_comp(), exit(), Jet::FEMC_CLUSTER, Jet::FEMC_TOWER, Jet::FHCAL_CLUSTER, Jet::FHCAL_TOWER, get_cemc_eval_stack(), get_eemc_eval_stack(), get_femc_eval_stack(), get_fhcal_eval_stack(), get_hcalin_eval_stack(), get_hcalout_eval_stack(), CaloEvalStack::get_rawcluster_eval(), CaloEvalStack::get_rawtower_eval(), RawClusterContainer::getCluster(), RawTowerContainer::getTower(), Jet::HCALIN_CLUSTER, Jet::HCALIN_TOWER, Jet::HCALOUT_CLUSTER, Jet::HCALOUT_TOWER, PHWHERE, and Jet::TRACK.
 Here is the call graph for this function:which reconstructed jet had the largest energy contribution from this truth jet?
Definition at line 946 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 946 of file JetRecoEval.cc
References _cache_best_jet_from, _do_cache, _errors, _strict, all_jets_from(), and get_energy_contribution().
Referenced by JetEvaluator::fillOutputNtuples(), QAG4SimulationJet::process_TruthMatching(), unique_reco_jet_from_truth(), and unique_truth_jet_from_reco().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
activate or deactivate the memory caching inside the evaluation module
Definition at line 43 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 43 of file JetRecoEval.h
References _do_cache, _jettrutheval, and JetTruthEval::do_caching().
Referenced by JetEvalStack::do_caching().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
get a copy of the lower level eval and its memory cache
Definition at line 74 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 74 of file JetRecoEval.h
References _jettrutheval, and JetTruthEval::get_cemc_eval_stack().
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), JetEvalStack::get_cemc_eval_stack(), and get_energy_contribution().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
get a copy of the lower level eval and its memory cache
Definition at line 89 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 89 of file JetRecoEval.h
References _jettrutheval, and JetTruthEval::get_eemc_eval_stack().
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), and get_energy_contribution().
 Here is the call graph for this function:
 Here is the caller graph for this function:what was the energy contribution to this reconstructed jet from this truth jet?
Definition at line 1056 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 1056 of file JetRecoEval.cc
References _cache_get_energy_contribution, _cemcclusters, _cemctowers, _do_cache, _eemcclusters, _eemctowers, _errors, _femcclusters, _femctowers, _fhcalclusters, _fhcaltowers, _hcalinclusters, _hcalintowers, _hcaloutclusters, _hcalouttowers, _strict, _trackmap, JetTruthEval::all_truth_particles(), Jet::begin_comp(), Jet::CEMC_CLUSTER, Jet::CEMC_TOWER, Jet::EEMC_CLUSTER, Jet::EEMC_TOWER, Jet::end_comp(), Jet::FEMC_CLUSTER, Jet::FEMC_TOWER, Jet::FHCAL_CLUSTER, Jet::FHCAL_TOWER, SvtxTrackMap::get(), get_cemc_eval_stack(), get_eemc_eval_stack(), CaloRawTowerEval::get_energy_contribution(), CaloRawClusterEval::get_energy_contribution(), get_femc_eval_stack(), get_fhcal_eval_stack(), get_hcalin_eval_stack(), get_hcalout_eval_stack(), SvtxTrack::get_p(), CaloEvalStack::get_rawcluster_eval(), CaloEvalStack::get_rawtower_eval(), get_svtx_eval_stack(), SvtxEvalStack::get_track_eval(), PHG4Particle::get_track_id(), get_truth_eval(), RawClusterContainer::getCluster(), RawTowerContainer::getTower(), Jet::HCALIN_CLUSTER, Jet::HCALIN_TOWER, Jet::HCALOUT_CLUSTER, Jet::HCALOUT_TOWER, SvtxTrackEval::max_truth_particle_by_nclusters(), and Jet::TRACK.
Referenced by best_jet_from(), JetEvaluator::fillOutputNtuples(), max_truth_jet_by_energy(), and QAG4SimulationJet::process_Spectrum().
 Here is the call graph for this function:
 Here is the caller graph for this function:what was the energy contribution to this reconstructed jet from a particular source
Definition at line 1338 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 1338 of file JetRecoEval.cc
References _cache_get_energy_contribution_src, _cemcclusters, _cemctowers, _do_cache, _eemcclusters, _eemctowers, _errors, _femcclusters, _femctowers, _fhcalclusters, _fhcaltowers, _hcalinclusters, _hcalintowers, _hcaloutclusters, _hcalouttowers, _strict, _trackmap, Jet::CEMC_CLUSTER, Jet::CEMC_TOWER, Jet::EEMC_CLUSTER, Jet::EEMC_TOWER, Jet::FEMC_CLUSTER, Jet::FEMC_TOWER, Jet::FHCAL_CLUSTER, Jet::FHCAL_TOWER, SvtxTrackMap::get(), RawCluster::get_energy(), RawTower::get_energy(), SvtxTrack::get_p(), RawClusterContainer::getCluster(), RawTowerContainer::getTower(), Jet::HCALIN_CLUSTER, Jet::HCALIN_TOWER, Jet::HCALOUT_CLUSTER, Jet::HCALOUT_TOWER, Jet::lower_bound_comp(), Jet::TRACK, and Jet::upper_bound_comp().
 Here is the call graph for this function:
      
  | 
  inline | 
get a count of the errors discovered thus far
Definition at line 58 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 58 of file JetRecoEval.h
References _errors, _jettrutheval, and JetTruthEval::get_errors().
 Here is the call graph for this function:
      
  | 
  inline | 
get a copy of the lower level eval and its memory cache
Definition at line 83 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 83 of file JetRecoEval.h
References _jettrutheval, and JetTruthEval::get_femc_eval_stack().
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and JetEvalStack::get_femc_eval_stack().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
get a copy of the lower level eval and its memory cache
Definition at line 86 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 86 of file JetRecoEval.h
References _jettrutheval, and JetTruthEval::get_fhcal_eval_stack().
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and JetEvalStack::get_fhcal_eval_stack().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
get a copy of the lower level eval and its memory cache
Definition at line 77 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 77 of file JetRecoEval.h
References _jettrutheval, and JetTruthEval::get_hcalin_eval_stack().
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and JetEvalStack::get_hcalin_eval_stack().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
get a copy of the lower level eval and its memory cache
Definition at line 80 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 80 of file JetRecoEval.h
References _jettrutheval, and JetTruthEval::get_hcalout_eval_stack().
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and JetEvalStack::get_hcalout_eval_stack().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 1912 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 1912 of file JetRecoEval.cc
References _cemcclusters, _cemctowers, _eemcclusters, _eemctowers, _femcclusters, _femctowers, _fhcalclusters, _fhcaltowers, _hcalinclusters, _hcalintowers, _hcaloutclusters, _hcalouttowers, _recojetname, _recojets, _trackmap, _truthjetname, _truthjets, exit(), m_TrackNodeName, and PHWHERE.
Referenced by JetRecoEval(), and next_event().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
get a copy of the lower level eval and its memory cache
Definition at line 71 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 71 of file JetRecoEval.h
References _jettrutheval, and JetTruthEval::get_svtx_eval_stack().
Referenced by all_truth_hits(), all_truth_particles(), get_energy_contribution(), and JetEvalStack::get_stvx_eval_stack().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
get a copy of the lower level eval and its memory cache
Definition at line 68 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 68 of file JetRecoEval.h
References _jettrutheval.
Referenced by get_energy_contribution(), and JetEvalStack::get_truth_eval().
 Here is the caller graph for this function:which truth jet contributed the most energy to this reconstructed jet?
Definition at line 830 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 830 of file JetRecoEval.cc
References _cache_max_truth_jet_by_energy, _do_cache, _errors, _strict, all_truth_jets(), and get_energy_contribution().
Referenced by JetEvaluator::fillOutputNtuples(), AnaTutorial::getReconstructedJets(), MyJetAnalysis::process_event(), QAG4SimulationJet::process_TruthMatching(), unique_reco_jet_from_truth(), and unique_truth_jet_from_reco().
 Here is the call graph for this function:
 Here is the caller graph for this function:| void JetRecoEval::next_event | ( | PHCompositeNode * | topNode | ) | 
reinitialize the eval for a new event
Definition at line 86 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 86 of file JetRecoEval.cc
References _cache_all_jets_from, _cache_all_truth_hits, _cache_all_truth_jets, _cache_all_truth_particles, _cache_all_truth_showers, _cache_best_jet_from, _cache_get_energy_contribution, _cache_get_energy_contribution_src, _cache_max_truth_jet_by_energy, _jettrutheval, get_node_pointers(), and JetTruthEval::next_event().
Referenced by JetEvalStack::next_event().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
strict mode will assert when an error is detected non-strict mode will notice and report at the End()
Definition at line 51 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 51 of file JetRecoEval.h
References _jettrutheval, _strict, and JetTruthEval::set_strict().
Referenced by JetEvalStack::set_strict().
 Here is the call graph for this function:
 Here is the caller graph for this function:| void JetRecoEval::set_track_nodename | ( | const std::string & | name | ) | 
Definition at line 103 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 103 of file JetRecoEval.cc
References _jettrutheval, m_TrackNodeName, name, and JetTruthEval::set_track_nodename().
 Here is the call graph for this function:
      
  | 
  inline | 
adjust the messaging from the evalutaion module
Definition at line 61 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 61 of file JetRecoEval.h
References _jettrutheval, _verbosity, and JetTruthEval::set_verbosity().
Referenced by JetEvalStack::set_verbosity().
 Here is the call graph for this function:
 Here is the caller graph for this function:which reconstructed jet had the largest energy contribution from this truth jet in a unique match?
Definition at line 1001 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 1001 of file JetRecoEval.cc
References _errors, _strict, best_jet_from(), Jet::get_id(), and max_truth_jet_by_energy().
Referenced by QAG4SimulationJet::process_TruthMatching().
 Here is the call graph for this function:
 Here is the caller graph for this function:which truth jet had the largest energy contribution from this reco jet in a unique match?
Definition at line 1028 of file JetRecoEval.cc.
View newest version in sPHENIX GitHub at line 1028 of file JetRecoEval.cc
References _errors, _strict, best_jet_from(), Jet::get_id(), and max_truth_jet_by_energy().
Referenced by QAG4SimulationJet::process_TruthMatching().
 Here is the call graph for this function:
 Here is the caller graph for this function:Definition at line 164 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 164 of file JetRecoEval.h
Referenced by all_jets_from(), and next_event().
used in get_energy_contribution (Jet* recojet, Jet::SRC src);
Definition at line 168 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 168 of file JetRecoEval.h
Referenced by all_truth_hits(), and next_event().
Definition at line 162 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 162 of file JetRecoEval.h
Referenced by all_truth_jets(), and next_event().
      
  | 
  private | 
Definition at line 161 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 161 of file JetRecoEval.h
Referenced by all_truth_particles(), and next_event().
      
  | 
  private | 
Definition at line 160 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 160 of file JetRecoEval.h
Referenced by all_truth_showers(), and next_event().
Definition at line 165 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 165 of file JetRecoEval.h
Referenced by best_jet_from(), and next_event().
Definition at line 166 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 166 of file JetRecoEval.h
Referenced by get_energy_contribution(), and next_event().
Definition at line 167 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 167 of file JetRecoEval.h
Referenced by get_energy_contribution(), and next_event().
Definition at line 163 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 163 of file JetRecoEval.h
Referenced by max_truth_jet_by_energy(), and next_event().
      
  | 
  private | 
Definition at line 143 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 143 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 142 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 142 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 159 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 159 of file JetRecoEval.h
Referenced by all_jets_from(), all_truth_hits(), all_truth_jets(), all_truth_particles(), all_truth_showers(), best_jet_from(), do_caching(), get_energy_contribution(), and max_truth_jet_by_energy().
      
  | 
  private | 
Definition at line 153 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 153 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 152 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 152 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 157 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 157 of file JetRecoEval.h
Referenced by all_jets_from(), all_truth_hits(), all_truth_jets(), all_truth_particles(), all_truth_showers(), best_jet_from(), get_energy_contribution(), get_errors(), max_truth_jet_by_energy(), unique_reco_jet_from_truth(), unique_truth_jet_from_reco(), and ~JetRecoEval().
      
  | 
  private | 
Definition at line 149 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 149 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 148 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 148 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 151 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 151 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 150 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 150 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 145 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 145 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 144 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 144 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 147 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 147 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 146 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 146 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 134 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 134 of file JetRecoEval.h
Referenced by all_truth_jets(), do_caching(), get_cemc_eval_stack(), get_eemc_eval_stack(), get_errors(), get_femc_eval_stack(), get_fhcal_eval_stack(), get_hcalin_eval_stack(), get_hcalout_eval_stack(), get_svtx_eval_stack(), get_truth_eval(), next_event(), set_strict(), set_track_nodename(), and set_verbosity().
      
  | 
  private | 
Definition at line 135 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 135 of file JetRecoEval.h
Referenced by get_node_pointers().
      
  | 
  private | 
Definition at line 138 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 138 of file JetRecoEval.h
Referenced by all_jets_from(), and get_node_pointers().
      
  | 
  private | 
Definition at line 155 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 155 of file JetRecoEval.h
Referenced by all_jets_from(), all_truth_hits(), all_truth_jets(), all_truth_particles(), all_truth_showers(), best_jet_from(), get_energy_contribution(), max_truth_jet_by_energy(), set_strict(), unique_reco_jet_from_truth(), and unique_truth_jet_from_reco().
      
  | 
  private | 
Definition at line 141 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 141 of file JetRecoEval.h
Referenced by all_truth_hits(), all_truth_particles(), all_truth_showers(), get_energy_contribution(), and get_node_pointers().
      
  | 
  private | 
Definition at line 136 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 136 of file JetRecoEval.h
Referenced by get_node_pointers().
      
  | 
  private | 
Definition at line 139 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 139 of file JetRecoEval.h
Referenced by get_node_pointers().
      
  | 
  private | 
Definition at line 156 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 156 of file JetRecoEval.h
Referenced by set_verbosity(), and ~JetRecoEval().
      
  | 
  private | 
Definition at line 169 of file JetRecoEval.h.
View newest version in sPHENIX GitHub at line 169 of file JetRecoEval.h
Referenced by get_node_pointers(), and set_track_nodename().