Analysis Software
Documentation for sPHENIX simulation software
|
#include <analysis/blob/master/IsolatedTrackAnalysis/src/IsolatedTrackAnalysis.h>
Public Member Functions | |
IsolatedTrackAnalysis (const std::string &name="IsolatedTrackAnalysis", const std::string &fname="IsolatedTrackAnalysis.root") | |
~IsolatedTrackAnalysis () override | |
int | Init (PHCompositeNode *topNode) override |
int | InitRun (PHCompositeNode *topNode) override |
int | process_event (PHCompositeNode *topNode) override |
int | ResetEvent (PHCompositeNode *topNode) override |
Clean up after each event. | |
int | End (PHCompositeNode *topNode) override |
Called at the end of all processing. | |
void | setMinEMClusterEnergy (float minEMClusterEnergy) |
void | setMinIHClusterEnergy (float minIHClusterEnergy) |
void | setMinOHClusterEnergy (float minOHClusterEnergy) |
void | setMinCemcTowerEnergy (float minCemcTowerEnergy) |
void | setMinHcalTowerEnergy (float minHcalTowerEnergy) |
void | setMinSimTowerEnergy (float minSimTowerEnergy) |
void | analyzeTracks (bool doAnalyzeTracks) |
void | analyzeClusters (bool doAnalyzeClusters) |
void | analyzeTowers (bool doAnalyzeTowers) |
void | analyzeSimTowers (bool doAnalyzeSimTowers) |
void | analyzeHepMCTruth (bool doAnalyzeHepMCTruth) |
void | analyzeG4Truth (bool doAnalyzeG4Truth) |
void | analyzeCentrality (bool doAnalyzeCentrality) |
void | analyzeAddTruth (bool doAnalyzeAddTruth) |
Public Member Functions inherited from SubsysReco | |
~SubsysReco () override | |
virtual int | EndRun (const int) |
Called at the end of each run. | |
virtual int | Reset (PHCompositeNode *) |
Reset. | |
void | Print (const std::string &="ALL") const override |
Public Member Functions inherited from Fun4AllBase | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. | |
virtual void | Name (const std::string &name) |
Sets the name of this module. | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual int | Verbosity () const |
Gets the verbosity of this module. | |
Private Member Functions | |
void | getTracks (PHCompositeNode *topNode) |
Methods for grabbing the data. | |
void | getClusters (PHCompositeNode *topNode) |
void | getTowers (PHCompositeNode *topNode) |
void | getSimTowers (PHCompositeNode *topNode) |
void | getHepMCTruth (PHCompositeNode *topNode) |
void | getG4Truth (PHCompositeNode *topNode) |
void | getCentrality (PHCompositeNode *topNode) |
void | getAddTruth (PHCompositeNode *topNode) |
void | initializeTrees () |
void | initializeVariables () |
float | calculateProjectionEta (SvtxTrackState *projectedState) |
float | calculateProjectionPhi (SvtxTrackState *projectedState) |
void | calculateDCA (SvtxTrack *track, SvtxVertexMap *vertexmap, float &dca3dxy, float &dca3dz, float &dca3dxysigma, float &dca3dzsigma) |
Private Attributes | |
std::string | m_outputFileName |
String to contain the outfile name containing the trees. | |
float | m_minEMClusterEnergy |
A float for cutting on EMCal cluster energy. | |
float | m_minIHClusterEnergy |
A float for cutting on iHCal cluster energy. | |
float | m_minOHClusterEnergy |
A float for cutting on oHCal cluster energy. | |
float | m_minCemcTowerEnergy |
A float for cutting on EMCal tower energy. | |
float | m_minHcalTowerEnergy |
A float for cutting on HCal tower energy. | |
float | m_minSimTowerEnergy |
A float for cutting on sim tower energy. | |
bool | m_analyzeTracks |
A boolean for running over tracks. | |
bool | m_analyzeClusters |
A boolean for running over clusters. | |
bool | m_analyzeTowers |
A boolean for running over towers. | |
bool | m_analyzeSimTowers |
A boolean for running over sim towers. | |
bool | m_analyzeHepMCTruth |
A boolean for collecting hepmc information. | |
bool | m_analyzeG4Truth |
A boolean for collecting g4 information. | |
bool | m_analyzeCentrality |
A boolean for collecting centrality information. | |
bool | m_analyzeAddTruth |
TFile * | m_outputFile |
TFile to hold the following TTrees and histograms. | |
TTree * | m_tracktree |
TTree * | m_clustertree |
TTree * | m_towertree |
TTree * | m_simtowertree |
TTree * | m_hepmctree |
TTree * | m_g4tree |
TTree * | m_centraltree |
TTree * | m_addtruthtree |
SvtxEvalStack * | m_svtxEvalStack = nullptr |
CentralityInfo * | central = nullptr |
int | counter |
Counter. | |
float | m_cemcRadius |
float | m_ihcalRadius |
float | m_ohcalRadius |
int | m_trkmult |
int | m_vtxmult |
int | m_clsmult_cemc |
int | m_clsmult_ihcal |
int | m_clsmult_ohcal |
int | m_twrmult_cemc |
int | m_twrmult_ihcal |
int | m_twrmult_ohcal |
int | m_simtwrmult_cemc |
int | m_simtwrmult_ihcal |
int | m_simtwrmult_ohcal |
int | m_g4 |
int | m_hepmc |
float | m_tr_p [2000] |
float | m_tr_pt [2000] |
float | m_tr_eta [2000] |
float | m_tr_phi [2000] |
int | m_tr_charge [2000] |
float | m_tr_chisq [2000] |
int | m_tr_ndf [2000] |
int | m_tr_silicon_hits [2000] |
float | m_tr_dca_xy [2000] |
float | m_tr_dca_xy_error [2000] |
float | m_tr_dca_z [2000] |
float | m_tr_dca_z_error [2000] |
float | m_tr_x [2000] |
float | m_tr_y [2000] |
float | m_tr_z [2000] |
int | m_tr_vertex_id [2000] |
int | m_vertex_id [100] |
float | m_vx [100] |
float | m_vy [100] |
float | m_vz [100] |
float | m_tr_cemc_eta [2000] |
float | m_tr_cemc_phi [2000] |
float | m_tr_ihcal_eta [2000] |
float | m_tr_ihcal_phi [2000] |
float | m_tr_ohcal_eta [2000] |
Outer HCAL. | |
float | m_tr_ohcal_phi [2000] |
int | m_tr_truth_is_primary [2000] |
int | m_tr_truth_pid [2000] |
float | m_tr_truth_e [2000] |
float | m_tr_truth_pt [2000] |
float | m_tr_truth_eta [2000] |
float | m_tr_truth_phi [2000] |
int | m_tr_truth_track_id [2000] |
float | centrality |
float | m_cl_cemc_e [5000] |
float | m_cl_cemc_eta [5000] |
float | m_cl_cemc_phi [5000] |
float | m_cl_cemc_r [5000] |
float | m_cl_cemc_z [5000] |
float | m_cl_ihcal_e [1000] |
float | m_cl_ihcal_eta [1000] |
float | m_cl_ihcal_phi [1000] |
float | m_cl_ihcal_r [1000] |
float | m_cl_ihcal_z [1000] |
float | m_cl_ohcal_e [1000] |
float | m_cl_ohcal_eta [1000] |
float | m_cl_ohcal_phi [1000] |
float | m_cl_ohcal_r [1000] |
float | m_cl_ohcal_z [1000] |
float | m_twr_cemc_e [25000] |
float | m_twr_cemc_eta [25000] |
float | m_twr_cemc_phi [25000] |
int | m_twr_cemc_ieta [25000] |
int | m_twr_cemc_iphi [25000] |
float | m_twr_ihcal_e [2000] |
float | m_twr_ihcal_eta [2000] |
float | m_twr_ihcal_phi [2000] |
int | m_twr_ihcal_ieta [2000] |
int | m_twr_ihcal_iphi [2000] |
float | m_twr_ohcal_e [2000] |
float | m_twr_ohcal_eta [2000] |
float | m_twr_ohcal_phi [2000] |
int | m_twr_ohcal_ieta [2000] |
int | m_twr_ohcal_iphi [2000] |
float | m_simtwr_cemc_e [25000] |
float | m_simtwr_cemc_eta [25000] |
float | m_simtwr_cemc_phi [25000] |
int | m_simtwr_cemc_ieta [25000] |
int | m_simtwr_cemc_iphi [25000] |
float | m_simtwr_ihcal_e [2000] |
float | m_simtwr_ihcal_eta [2000] |
float | m_simtwr_ihcal_phi [2000] |
int | m_simtwr_ihcal_ieta [2000] |
int | m_simtwr_ihcal_iphi [2000] |
float | m_simtwr_ohcal_e [2000] |
float | m_simtwr_ohcal_eta [2000] |
float | m_simtwr_ohcal_phi [2000] |
int | m_simtwr_ohcal_ieta [2000] |
int | m_simtwr_ohcal_iphi [2000] |
int | m_hepmc_pid [20000] |
float | m_hepmc_e [20000] |
float | m_hepmc_pt [20000] |
float | m_hepmc_eta [20000] |
float | m_hepmc_phi [20000] |
int | m_g4_pid [20000] |
float | m_g4_e [20000] |
float | m_g4_pt [20000] |
float | m_g4_eta [20000] |
float | m_g4_phi [20000] |
int | m_g4_track_id [20000] |
int | m_g4_parent_id [20000] |
int | n_child = 0 |
int | child_pid [100000] |
int | child_parent_id [100000] |
int | child_vertex_id [100000] |
float | child_px [100000] |
float | child_py [100000] |
float | child_pz [100000] |
float | child_energy [100000] |
int | n_vertex = 0 |
int | vertex_id [100000] |
float | vertex_x [100000] |
float | vertex_y [100000] |
float | vertex_z [100000] |
int | _nBH = 0 |
float | _BH_e [20000] |
float | _BH_px [20000] |
float | _BH_py [20000] |
float | _BH_pz [20000] |
int | _BH_track_id [20000] |
Additional Inherited Members | |
Public Types inherited from Fun4AllBase | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0, VERBOSITY_SOME = 1, VERBOSITY_MORE = 2, VERBOSITY_EVEN_MORE = 3, VERBOSITY_A_LOT = 4, VERBOSITY_MAX = std::numeric_limits<int>::max() - 10 } |
Protected Member Functions inherited from SubsysReco | |
SubsysReco (const std::string &name="NONAME") | |
Definition at line 33 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 33 of file IsolatedTrackAnalysis.h
IsolatedTrackAnalysis::IsolatedTrackAnalysis | ( | const std::string & | name = "IsolatedTrackAnalysis" , |
const std::string & | fname = "IsolatedTrackAnalysis.root" |
||
) |
Definition at line 78 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 78 of file IsolatedTrackAnalysis.cc
References initializeTrees().
|
override |
Definition at line 100 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 100 of file IsolatedTrackAnalysis.cc
References m_addtruthtree, m_centraltree, m_clustertree, m_g4tree, m_hepmctree, m_simtowertree, m_towertree, and m_tracktree.
|
inline |
Definition at line 60 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 60 of file IsolatedTrackAnalysis.h
References m_analyzeAddTruth.
|
inline |
Definition at line 59 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 59 of file IsolatedTrackAnalysis.h
References m_analyzeCentrality.
|
inline |
Definition at line 54 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 54 of file IsolatedTrackAnalysis.h
References m_analyzeClusters.
Referenced by Fun4All_IsolatedTrackAnalysis().
|
inline |
Definition at line 58 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 58 of file IsolatedTrackAnalysis.h
References m_analyzeG4Truth.
Referenced by Fun4All_IsolatedTrackAnalysis().
|
inline |
Definition at line 57 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 57 of file IsolatedTrackAnalysis.h
References m_analyzeHepMCTruth.
Referenced by Fun4All_IsolatedTrackAnalysis().
|
inline |
Definition at line 56 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 56 of file IsolatedTrackAnalysis.h
References m_analyzeSimTowers.
Referenced by Fun4All_IsolatedTrackAnalysis().
|
inline |
Definition at line 55 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 55 of file IsolatedTrackAnalysis.h
References m_analyzeTowers.
Referenced by Fun4All_IsolatedTrackAnalysis().
|
inline |
Definition at line 53 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 53 of file IsolatedTrackAnalysis.h
References m_analyzeTracks.
Referenced by Fun4All_IsolatedTrackAnalysis().
|
private |
Definition at line 820 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 820 of file IsolatedTrackAnalysis.cc
References SvtxVertexMap::get(), SvtxTrack::get_error(), SvtxTrack::get_px(), SvtxTrack::get_py(), SvtxTrack::get_pz(), SvtxTrack::get_vertex_id(), SvtxTrack::get_x(), SvtxTrack::get_y(), SvtxTrack::get_z(), i, j, ActsTests::PropagationDatasets::phi, Acts::Test::pos, and physmon_track_finding_ttbar::r.
Referenced by getTracks().
|
private |
Definition at line 802 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 802 of file IsolatedTrackAnalysis.cc
References SvtxTrackState::get_x(), SvtxTrackState::get_y(), SvtxTrackState::get_z(), ActsTests::PropagationDatasets::theta, ambiguity_solver_full_chain::x, y, and physmon_track_finding_ttbar::z.
Referenced by getTracks().
|
private |
Definition at line 812 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 812 of file IsolatedTrackAnalysis.cc
References SvtxTrackState::get_x(), SvtxTrackState::get_y(), ambiguity_solver_full_chain::x, and y.
Referenced by getTracks().
|
overridevirtual |
Called at the end of all processing.
Reimplemented from SubsysReco.
Definition at line 175 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 175 of file IsolatedTrackAnalysis.cc
References Fun4AllReturnCodes::EVENT_OK, m_addtruthtree, m_centraltree, m_clustertree, m_g4tree, m_hepmctree, m_outputFile, m_simtowertree, m_towertree, and m_tracktree.
|
private |
Definition at line 738 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 738 of file IsolatedTrackAnalysis.cc
References _BH_e, _BH_px, _BH_py, _BH_pz, _BH_track_id, _nBH, assert, gtest_filter_unittest::child, child_energy, child_parent_id, child_pid, child_px, child_py, child_pz, child_vertex_id, PHG4Particle::get_e(), PHG4Hit::get_edep(), PHG4VtxPoint::get_id(), PHG4Particle::get_parent_id(), PHG4Particle::get_pid(), PHG4Particle::get_px(), PHG4Hit::get_px(), PHG4Particle::get_py(), PHG4Hit::get_py(), PHG4Particle::get_pz(), PHG4Hit::get_pz(), PHG4Particle::get_track_id(), PHG4Hit::get_trkid(), PHG4Particle::get_vtx_id(), PHG4VtxPoint::get_x(), PHG4VtxPoint::get_y(), PHG4VtxPoint::get_z(), PHG4HitContainer::getHits(), PHG4TruthInfoContainer::GetParticle(), PHG4TruthInfoContainer::GetSecondaryParticleRange(), PHG4TruthInfoContainer::GetVtxRange(), m_addtruthtree, n_child, n_vertex, merge_hashes::p, PHWHERE, vertex_id, vertex_x, vertex_y, and vertex_z.
Referenced by process_event().
|
private |
Definition at line 197 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 197 of file IsolatedTrackAnalysis.cc
References central, centrality, CentralityInfo::get_centile(), and m_centraltree.
Referenced by process_event().
|
private |
Definition at line 356 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 356 of file IsolatedTrackAnalysis.cc
References entry, RawCluster::get_energy(), RawCluster::get_phi(), RawCluster::get_r(), RawCluster::get_z(), RawClusterContainer::getClustersMap(), RawClusterUtility::GetECoreVec(), m_cl_cemc_e, m_cl_cemc_eta, m_cl_cemc_phi, m_cl_cemc_r, m_cl_cemc_z, m_cl_ihcal_e, m_cl_ihcal_eta, m_cl_ihcal_phi, m_cl_ihcal_r, m_cl_ihcal_z, m_cl_ohcal_e, m_cl_ohcal_eta, m_cl_ohcal_phi, m_cl_ohcal_r, m_cl_ohcal_z, m_clsmult_cemc, m_clsmult_ihcal, m_clsmult_ohcal, m_clustertree, m_minEMClusterEnergy, m_minIHClusterEnergy, m_minOHClusterEnergy, Acts::Test::origin(), and PHWHERE.
Referenced by process_event().
|
private |
Get this particles momentum, etc.
Definition at line 678 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 678 of file IsolatedTrackAnalysis.cc
References PHG4Particle::get_e(), PHG4Particle::get_parent_id(), PHG4Particle::get_pid(), PHG4Particle::get_px(), PHG4Particle::get_py(), PHG4Particle::get_pz(), PHG4Particle::get_track_id(), PHG4TruthInfoContainer::GetParticle(), PHG4TruthInfoContainer::GetPrimaryParticleRange(), PHG4TruthInfoContainer::GetSecondaryParticleRange(), PHG4TruthInfoContainer::is_primary(), m_g4, m_g4_e, m_g4_eta, m_g4_parent_id, m_g4_phi, m_g4_pid, m_g4_pt, m_g4_track_id, m_g4tree, and PHWHERE.
Referenced by process_event().
|
private |
Get the event
Get the event characteristics, inherited from HepMC classes
Loop over all the truth particles and get their information
Fill the truth tree
Definition at line 633 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 633 of file IsolatedTrackAnalysis.cc
References PHHepMCGenEventMap::begin(), PHHepMCGenEventMap::end(), PHHepMCGenEvent::get_embedding_id(), PHHepMCGenEvent::getEvent(), m_hepmc, m_hepmc_e, m_hepmc_eta, m_hepmc_phi, m_hepmc_pid, m_hepmc_pt, m_hepmctree, and PHWHERE.
Referenced by process_event().
|
private |
Definition at line 549 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 549 of file IsolatedTrackAnalysis.cc
References RawTowerGeom::get_bineta(), RawTowerGeom::get_binphi(), RawTower::get_energy(), RawTowerGeom::get_eta(), RawTower::get_key(), RawTowerGeom::get_phi(), RawTowerContainer::getTowers(), it, m_minSimTowerEnergy, m_simtowertree, m_simtwr_cemc_e, m_simtwr_cemc_eta, m_simtwr_cemc_ieta, m_simtwr_cemc_iphi, m_simtwr_cemc_phi, m_simtwr_ihcal_e, m_simtwr_ihcal_eta, m_simtwr_ihcal_ieta, m_simtwr_ihcal_iphi, m_simtwr_ihcal_phi, m_simtwr_ohcal_e, m_simtwr_ohcal_eta, m_simtwr_ohcal_ieta, m_simtwr_ohcal_iphi, m_simtwr_ohcal_phi, m_simtwrmult_cemc, m_simtwrmult_ihcal, and m_simtwrmult_ohcal.
Referenced by process_event().
|
private |
Definition at line 465 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 465 of file IsolatedTrackAnalysis.cc
References RawTowerGeom::get_bineta(), RawTowerGeom::get_binphi(), RawTower::get_energy(), RawTowerGeom::get_eta(), RawTower::get_key(), RawTowerGeom::get_phi(), RawTowerContainer::getTowers(), it, m_minCemcTowerEnergy, m_minHcalTowerEnergy, m_towertree, m_twr_cemc_e, m_twr_cemc_eta, m_twr_cemc_ieta, m_twr_cemc_iphi, m_twr_cemc_phi, m_twr_ihcal_e, m_twr_ihcal_eta, m_twr_ihcal_ieta, m_twr_ihcal_iphi, m_twr_ihcal_phi, m_twr_ohcal_e, m_twr_ohcal_eta, m_twr_ohcal_ieta, m_twr_ohcal_iphi, m_twr_ohcal_phi, m_twrmult_cemc, m_twrmult_ihcal, and m_twrmult_ohcal.
Referenced by process_event().
|
private |
Methods for grabbing the data.
Definition at line 208 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 208 of file IsolatedTrackAnalysis.cc
References calculateDCA(), calculateProjectionEta(), calculateProjectionPhi(), SvtxTrack::end_states(), entry, SvtxTrack::find_state(), SvtxTrack::get_charge(), SvtxTrack::get_chisq(), PHG4Particle::get_e(), SvtxTrack::get_eta(), SvtxVertex::get_id(), SvtxTrack::get_ndf(), SvtxTrack::get_p(), SvtxTrack::get_phi(), PHG4Particle::get_pid(), SvtxTrack::get_pt(), PHG4Particle::get_px(), PHG4Particle::get_py(), PHG4Particle::get_pz(), SvtxTrack::get_silicon_seed(), SvtxEvalStack::get_track_eval(), PHG4Particle::get_track_id(), SvtxTrack::get_vertex_id(), SvtxVertex::get_x(), SvtxTrack::get_x(), SvtxVertex::get_y(), SvtxTrack::get_y(), SvtxVertex::get_z(), SvtxTrack::get_z(), PHG4TruthInfoContainer::is_primary(), m_cemcRadius, m_ihcalRadius, m_ohcalRadius, m_svtxEvalStack, m_tr_cemc_eta, m_tr_cemc_phi, m_tr_charge, m_tr_chisq, m_tr_dca_xy, m_tr_dca_xy_error, m_tr_dca_z, m_tr_dca_z_error, m_tr_eta, m_tr_ihcal_eta, m_tr_ihcal_phi, m_tr_ndf, m_tr_ohcal_eta, m_tr_ohcal_phi, m_tr_p, m_tr_phi, m_tr_pt, m_tr_silicon_hits, m_tr_truth_e, m_tr_truth_eta, m_tr_truth_is_primary, m_tr_truth_phi, m_tr_truth_pid, m_tr_truth_pt, m_tr_truth_track_id, m_tr_vertex_id, m_tr_x, m_tr_y, m_tr_z, m_tracktree, m_trkmult, m_vertex_id, m_vtxmult, m_vx, m_vy, m_vz, SvtxTrackEval::max_truth_particle_by_nclusters(), SvtxEvalStack::next_event(), PHWHERE, and TrackSeed::size_cluster_keys().
Referenced by process_event().
|
overridevirtual |
Called during initialization. Typically this is where you can book histograms, and e.g. register them to Fun4AllServer (so they can be output to file using Fun4AllServer::dumpHistos() method).
Reimplemented from SubsysReco.
Definition at line 113 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 113 of file IsolatedTrackAnalysis.cc
References counter, Fun4AllReturnCodes::EVENT_OK, m_outputFile, and m_outputFileName.
|
private |
Outer HCAL
Definition at line 882 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 882 of file IsolatedTrackAnalysis.cc
References _BH_e, _BH_px, _BH_py, _BH_pz, _BH_track_id, _nBH, centrality, child_energy, child_parent_id, child_pid, child_px, child_py, child_pz, child_vertex_id, m_addtruthtree, m_centraltree, m_cl_cemc_e, m_cl_cemc_eta, m_cl_cemc_phi, m_cl_cemc_r, m_cl_cemc_z, m_cl_ihcal_e, m_cl_ihcal_eta, m_cl_ihcal_phi, m_cl_ihcal_r, m_cl_ihcal_z, m_cl_ohcal_e, m_cl_ohcal_eta, m_cl_ohcal_phi, m_cl_ohcal_r, m_cl_ohcal_z, m_clsmult_cemc, m_clsmult_ihcal, m_clsmult_ohcal, m_clustertree, m_g4, m_g4_e, m_g4_eta, m_g4_parent_id, m_g4_phi, m_g4_pid, m_g4_pt, m_g4_track_id, m_g4tree, m_hepmc, m_hepmc_e, m_hepmc_eta, m_hepmc_phi, m_hepmc_pid, m_hepmc_pt, m_hepmctree, m_simtowertree, m_simtwr_cemc_e, m_simtwr_cemc_eta, m_simtwr_cemc_ieta, m_simtwr_cemc_iphi, m_simtwr_cemc_phi, m_simtwr_ihcal_e, m_simtwr_ihcal_eta, m_simtwr_ihcal_ieta, m_simtwr_ihcal_iphi, m_simtwr_ihcal_phi, m_simtwr_ohcal_e, m_simtwr_ohcal_eta, m_simtwr_ohcal_ieta, m_simtwr_ohcal_iphi, m_simtwr_ohcal_phi, m_simtwrmult_cemc, m_simtwrmult_ihcal, m_simtwrmult_ohcal, m_towertree, m_tr_cemc_eta, m_tr_cemc_phi, m_tr_charge, m_tr_chisq, m_tr_dca_xy, m_tr_dca_xy_error, m_tr_dca_z, m_tr_dca_z_error, m_tr_eta, m_tr_ihcal_eta, m_tr_ihcal_phi, m_tr_ndf, m_tr_ohcal_eta, m_tr_ohcal_phi, m_tr_p, m_tr_phi, m_tr_pt, m_tr_silicon_hits, m_tr_truth_e, m_tr_truth_eta, m_tr_truth_is_primary, m_tr_truth_phi, m_tr_truth_pid, m_tr_truth_pt, m_tr_truth_track_id, m_tr_vertex_id, m_tr_x, m_tr_y, m_tr_z, m_tracktree, m_trkmult, m_twr_cemc_e, m_twr_cemc_eta, m_twr_cemc_ieta, m_twr_cemc_iphi, m_twr_cemc_phi, m_twr_ihcal_e, m_twr_ihcal_eta, m_twr_ihcal_ieta, m_twr_ihcal_iphi, m_twr_ihcal_phi, m_twr_ohcal_e, m_twr_ohcal_eta, m_twr_ohcal_ieta, m_twr_ohcal_iphi, m_twr_ohcal_phi, m_twrmult_cemc, m_twrmult_ihcal, m_twrmult_ohcal, m_vertex_id, m_vtxmult, m_vx, m_vy, m_vz, n_child, n_vertex, vertex_id, vertex_x, vertex_y, and vertex_z.
Referenced by IsolatedTrackAnalysis().
|
private |
|
overridevirtual |
Called for first event when run number is known. Typically this is where you may want to fetch data from database, because you know the run number.
Reimplemented from SubsysReco.
Definition at line 123 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 123 of file IsolatedTrackAnalysis.cc
References Fun4AllReturnCodes::EVENT_OK, RawTowerGeomContainer_Cylinderv1::get_radius(), m_analyzeTracks, m_cemcRadius, m_ihcalRadius, and m_ohcalRadius.
|
overridevirtual |
Called for each event. This is where you do the real work.
Reimplemented from SubsysReco.
Definition at line 149 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 149 of file IsolatedTrackAnalysis.cc
References counter, Fun4AllReturnCodes::EVENT_OK, getAddTruth(), getCentrality(), getClusters(), getG4Truth(), getHepMCTruth(), getSimTowers(), getTowers(), getTracks(), m_analyzeAddTruth, m_analyzeCentrality, m_analyzeClusters, m_analyzeG4Truth, m_analyzeHepMCTruth, m_analyzeSimTowers, m_analyzeTowers, and m_analyzeTracks.
|
overridevirtual |
Clean up after each event.
Reimplemented from SubsysReco.
Definition at line 169 of file IsolatedTrackAnalysis.cc.
View newest version in sPHENIX GitHub at line 169 of file IsolatedTrackAnalysis.cc
References Fun4AllReturnCodes::EVENT_OK.
|
inline |
Definition at line 49 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 49 of file IsolatedTrackAnalysis.h
References m_minCemcTowerEnergy.
|
inline |
Definition at line 46 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 46 of file IsolatedTrackAnalysis.h
References m_minEMClusterEnergy.
|
inline |
Definition at line 50 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 50 of file IsolatedTrackAnalysis.h
References m_minHcalTowerEnergy.
|
inline |
Definition at line 47 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 47 of file IsolatedTrackAnalysis.h
References m_minIHClusterEnergy.
|
inline |
Definition at line 48 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 48 of file IsolatedTrackAnalysis.h
References m_minOHClusterEnergy.
|
inline |
Definition at line 51 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 51 of file IsolatedTrackAnalysis.h
References m_minSimTowerEnergy.
Referenced by Fun4All_IsolatedTrackAnalysis().
|
private |
Definition at line 338 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 338 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 339 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 339 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 340 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 340 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 341 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 341 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 342 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 342 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 337 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 337 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 121 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 121 of file IsolatedTrackAnalysis.h
Referenced by getCentrality().
|
private |
Definition at line 219 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 219 of file IsolatedTrackAnalysis.h
Referenced by getCentrality(), and initializeTrees().
|
private |
Definition at line 325 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 325 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 320 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 320 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 319 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 319 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 322 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 322 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 323 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 323 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 324 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 324 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 321 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 321 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 124 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 124 of file IsolatedTrackAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 118 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 118 of file IsolatedTrackAnalysis.h
Referenced by End(), getAddTruth(), initializeTrees(), and ~IsolatedTrackAnalysis().
|
private |
A boolean for collecting additional truth information NOTE: this requires a large about of storage space
Definition at line 107 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 107 of file IsolatedTrackAnalysis.h
Referenced by analyzeAddTruth(), and process_event().
|
private |
A boolean for collecting centrality information.
Definition at line 103 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 103 of file IsolatedTrackAnalysis.h
Referenced by analyzeCentrality(), and process_event().
|
private |
A boolean for running over clusters.
Definition at line 88 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 88 of file IsolatedTrackAnalysis.h
Referenced by analyzeClusters(), and process_event().
|
private |
A boolean for collecting g4 information.
Definition at line 100 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 100 of file IsolatedTrackAnalysis.h
Referenced by analyzeG4Truth(), and process_event().
|
private |
A boolean for collecting hepmc information.
Definition at line 97 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 97 of file IsolatedTrackAnalysis.h
Referenced by analyzeHepMCTruth(), and process_event().
|
private |
A boolean for running over sim towers.
Definition at line 94 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 94 of file IsolatedTrackAnalysis.h
Referenced by analyzeSimTowers(), and process_event().
|
private |
A boolean for running over towers.
Definition at line 91 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 91 of file IsolatedTrackAnalysis.h
Referenced by analyzeTowers(), and process_event().
|
private |
A boolean for running over tracks.
Definition at line 85 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 85 of file IsolatedTrackAnalysis.h
Referenced by analyzeTracks(), InitRun(), and process_event().
|
private |
Definition at line 145 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 145 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and InitRun().
|
private |
Definition at line 117 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 117 of file IsolatedTrackAnalysis.h
Referenced by End(), getCentrality(), initializeTrees(), and ~IsolatedTrackAnalysis().
|
private |
Definition at line 226 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 226 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 227 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 227 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 228 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 228 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 229 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 229 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 230 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 230 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 233 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 233 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 234 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 234 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 235 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 235 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 236 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 236 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 237 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 237 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 240 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 240 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 241 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 241 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 242 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 242 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 243 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 243 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 244 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 244 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 152 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 152 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 153 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 153 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 154 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 154 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and initializeTrees().
|
private |
Definition at line 112 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 112 of file IsolatedTrackAnalysis.h
Referenced by End(), getClusters(), initializeTrees(), and ~IsolatedTrackAnalysis().
|
private |
Definition at line 161 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 161 of file IsolatedTrackAnalysis.h
Referenced by getG4Truth(), and initializeTrees().
|
private |
Definition at line 305 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 305 of file IsolatedTrackAnalysis.h
Referenced by getG4Truth(), and initializeTrees().
|
private |
Definition at line 307 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 307 of file IsolatedTrackAnalysis.h
Referenced by getG4Truth(), and initializeTrees().
|
private |
Definition at line 310 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 310 of file IsolatedTrackAnalysis.h
Referenced by getG4Truth(), and initializeTrees().
|
private |
Definition at line 308 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 308 of file IsolatedTrackAnalysis.h
Referenced by getG4Truth(), and initializeTrees().
|
private |
Definition at line 304 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 304 of file IsolatedTrackAnalysis.h
Referenced by getG4Truth(), and initializeTrees().
|
private |
Definition at line 306 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 306 of file IsolatedTrackAnalysis.h
Referenced by getG4Truth(), and initializeTrees().
|
private |
Definition at line 309 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 309 of file IsolatedTrackAnalysis.h
Referenced by getG4Truth(), and initializeTrees().
|
private |
Definition at line 116 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 116 of file IsolatedTrackAnalysis.h
Referenced by End(), getG4Truth(), initializeTrees(), and ~IsolatedTrackAnalysis().
|
private |
Definition at line 162 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 162 of file IsolatedTrackAnalysis.h
Referenced by getHepMCTruth(), and initializeTrees().
|
private |
Definition at line 295 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 295 of file IsolatedTrackAnalysis.h
Referenced by getHepMCTruth(), and initializeTrees().
|
private |
Definition at line 297 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 297 of file IsolatedTrackAnalysis.h
Referenced by getHepMCTruth(), and initializeTrees().
|
private |
Definition at line 298 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 298 of file IsolatedTrackAnalysis.h
Referenced by getHepMCTruth(), and initializeTrees().
|
private |
Definition at line 294 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 294 of file IsolatedTrackAnalysis.h
Referenced by getHepMCTruth(), and initializeTrees().
|
private |
Definition at line 296 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 296 of file IsolatedTrackAnalysis.h
Referenced by getHepMCTruth(), and initializeTrees().
|
private |
Definition at line 115 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 115 of file IsolatedTrackAnalysis.h
Referenced by End(), getHepMCTruth(), initializeTrees(), and ~IsolatedTrackAnalysis().
|
private |
Definition at line 146 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 146 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and InitRun().
|
private |
A float for cutting on EMCal tower energy.
Definition at line 76 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 76 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and setMinCemcTowerEnergy().
|
private |
A float for cutting on EMCal cluster energy.
Definition at line 67 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 67 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and setMinEMClusterEnergy().
|
private |
A float for cutting on HCal tower energy.
Definition at line 79 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 79 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and setMinHcalTowerEnergy().
|
private |
A float for cutting on iHCal cluster energy.
Definition at line 70 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 70 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and setMinIHClusterEnergy().
|
private |
A float for cutting on oHCal cluster energy.
Definition at line 73 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 73 of file IsolatedTrackAnalysis.h
Referenced by getClusters(), and setMinOHClusterEnergy().
|
private |
A float for cutting on sim tower energy.
Definition at line 82 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 82 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and setMinSimTowerEnergy().
|
private |
Definition at line 147 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 147 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and InitRun().
|
private |
TFile to hold the following TTrees and histograms.
Definition at line 110 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 110 of file IsolatedTrackAnalysis.h
|
private |
String to contain the outfile name containing the trees.
Definition at line 64 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 64 of file IsolatedTrackAnalysis.h
Referenced by Init().
|
private |
Definition at line 114 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 114 of file IsolatedTrackAnalysis.h
Referenced by End(), getSimTowers(), initializeTrees(), and ~IsolatedTrackAnalysis().
|
private |
Definition at line 272 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 272 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 273 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 273 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 275 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 275 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 276 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 276 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 274 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 274 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 278 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 278 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 279 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 279 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 281 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 281 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 282 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 282 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 280 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 280 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 284 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 284 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 285 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 285 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 287 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 287 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 288 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 288 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 286 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 286 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 158 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 158 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 159 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 159 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 160 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 160 of file IsolatedTrackAnalysis.h
Referenced by getSimTowers(), and initializeTrees().
|
private |
Definition at line 120 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 120 of file IsolatedTrackAnalysis.h
Referenced by getTracks().
|
private |
Definition at line 113 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 113 of file IsolatedTrackAnalysis.h
Referenced by End(), getTowers(), initializeTrees(), and ~IsolatedTrackAnalysis().
|
private |
Definition at line 196 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 196 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 197 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 197 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 169 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 169 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 170 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 170 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 175 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 175 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 176 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 176 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 177 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 177 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 178 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 178 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 167 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 167 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 199 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 199 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 200 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 200 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 171 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 171 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Outer HCAL.
Definition at line 202 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 202 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 203 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 203 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 165 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 165 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 168 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 168 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 166 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 166 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 172 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 172 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 208 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 208 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 210 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 210 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 206 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 206 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 211 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 211 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 207 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 207 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 209 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 209 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 212 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 212 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 186 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 186 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 181 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 181 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 182 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 182 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 183 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 183 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 111 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 111 of file IsolatedTrackAnalysis.h
Referenced by End(), getTracks(), initializeTrees(), and ~IsolatedTrackAnalysis().
|
private |
Definition at line 150 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 150 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 250 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 250 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 251 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 251 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 253 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 253 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 254 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 254 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 252 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 252 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 256 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 256 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 257 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 257 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 259 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 259 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 260 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 260 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 258 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 258 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 262 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 262 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 263 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 263 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 265 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 265 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 266 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 266 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 264 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 264 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 155 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 155 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 156 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 156 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 157 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 157 of file IsolatedTrackAnalysis.h
Referenced by getTowers(), and initializeTrees().
|
private |
Definition at line 189 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 189 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 151 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 151 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 190 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 190 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 191 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 191 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 192 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 192 of file IsolatedTrackAnalysis.h
Referenced by getTracks(), and initializeTrees().
|
private |
Definition at line 318 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 318 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 329 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 329 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 330 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 330 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 331 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 331 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 332 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 332 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().
|
private |
Definition at line 333 of file IsolatedTrackAnalysis.h.
View newest version in sPHENIX GitHub at line 333 of file IsolatedTrackAnalysis.h
Referenced by getAddTruth(), and initializeTrees().