Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IsolatedTrackAnalysis Class Reference

#include <analysis/blob/master/IsolatedTrackAnalysis/src/IsolatedTrackAnalysis.h>

+ Inheritance diagram for IsolatedTrackAnalysis:
+ Collaboration diagram for IsolatedTrackAnalysis:

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
 
SvtxEvalStackm_svtxEvalStack = nullptr
 
CentralityInfocentral = 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")
 

Detailed Description

Definition at line 33 of file IsolatedTrackAnalysis.h.

View newest version in sPHENIX GitHub at line 33 of file IsolatedTrackAnalysis.h

Constructor & Destructor Documentation

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().

+ Here is the call graph for this function:

IsolatedTrackAnalysis::~IsolatedTrackAnalysis ( )
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.

Member Function Documentation

void IsolatedTrackAnalysis::analyzeAddTruth ( bool  doAnalyzeAddTruth)
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.

void IsolatedTrackAnalysis::analyzeCentrality ( bool  doAnalyzeCentrality)
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.

void IsolatedTrackAnalysis::analyzeClusters ( bool  doAnalyzeClusters)
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().

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::analyzeG4Truth ( bool  doAnalyzeG4Truth)
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().

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::analyzeHepMCTruth ( bool  doAnalyzeHepMCTruth)
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().

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::analyzeSimTowers ( bool  doAnalyzeSimTowers)
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().

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::analyzeTowers ( bool  doAnalyzeTowers)
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().

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::analyzeTracks ( bool  doAnalyzeTracks)
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().

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::calculateDCA ( SvtxTrack track,
SvtxVertexMap vertexmap,
float &  dca3dxy,
float &  dca3dz,
float &  dca3dxysigma,
float &  dca3dzsigma 
)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

float IsolatedTrackAnalysis::calculateProjectionEta ( SvtxTrackState projectedState)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

float IsolatedTrackAnalysis::calculateProjectionPhi ( SvtxTrackState projectedState)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int IsolatedTrackAnalysis::End ( PHCompositeNode )
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.

void IsolatedTrackAnalysis::getCentrality ( PHCompositeNode topNode)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::getClusters ( PHCompositeNode topNode)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::getG4Truth ( PHCompositeNode topNode)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::getHepMCTruth ( PHCompositeNode topNode)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::getSimTowers ( PHCompositeNode topNode)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::getTowers ( PHCompositeNode topNode)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::getTracks ( PHCompositeNode topNode)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int IsolatedTrackAnalysis::Init ( PHCompositeNode )
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.

void IsolatedTrackAnalysis::initializeTrees ( )
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().

+ Here is the caller graph for this function:

void IsolatedTrackAnalysis::initializeVariables ( )
private
int IsolatedTrackAnalysis::InitRun ( PHCompositeNode )
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.

+ Here is the call graph for this function:

int IsolatedTrackAnalysis::process_event ( PHCompositeNode )
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.

+ Here is the call graph for this function:

int IsolatedTrackAnalysis::ResetEvent ( PHCompositeNode )
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.

void IsolatedTrackAnalysis::setMinCemcTowerEnergy ( float  minCemcTowerEnergy)
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.

void IsolatedTrackAnalysis::setMinEMClusterEnergy ( float  minEMClusterEnergy)
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.

void IsolatedTrackAnalysis::setMinHcalTowerEnergy ( float  minHcalTowerEnergy)
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.

void IsolatedTrackAnalysis::setMinIHClusterEnergy ( float  minIHClusterEnergy)
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.

void IsolatedTrackAnalysis::setMinOHClusterEnergy ( float  minOHClusterEnergy)
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.

void IsolatedTrackAnalysis::setMinSimTowerEnergy ( float  minSimTowerEnergy)
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().

+ Here is the caller graph for this function:

Member Data Documentation

float IsolatedTrackAnalysis::_BH_e[20000]
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().

float IsolatedTrackAnalysis::_BH_px[20000]
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().

float IsolatedTrackAnalysis::_BH_py[20000]
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().

float IsolatedTrackAnalysis::_BH_pz[20000]
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().

int IsolatedTrackAnalysis::_BH_track_id[20000]
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().

int IsolatedTrackAnalysis::_nBH = 0
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().

CentralityInfo* IsolatedTrackAnalysis::central = nullptr
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().

float IsolatedTrackAnalysis::centrality
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().

float IsolatedTrackAnalysis::child_energy[100000]
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().

int IsolatedTrackAnalysis::child_parent_id[100000]
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().

int IsolatedTrackAnalysis::child_pid[100000]
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().

float IsolatedTrackAnalysis::child_px[100000]
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().

float IsolatedTrackAnalysis::child_py[100000]
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().

float IsolatedTrackAnalysis::child_pz[100000]
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().

int IsolatedTrackAnalysis::child_vertex_id[100000]
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().

int IsolatedTrackAnalysis::counter
private

Counter.

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().

TTree* IsolatedTrackAnalysis::m_addtruthtree
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().

bool IsolatedTrackAnalysis::m_analyzeAddTruth
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().

bool IsolatedTrackAnalysis::m_analyzeCentrality
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().

bool IsolatedTrackAnalysis::m_analyzeClusters
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().

bool IsolatedTrackAnalysis::m_analyzeG4Truth
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().

bool IsolatedTrackAnalysis::m_analyzeHepMCTruth
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().

bool IsolatedTrackAnalysis::m_analyzeSimTowers
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().

bool IsolatedTrackAnalysis::m_analyzeTowers
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().

bool IsolatedTrackAnalysis::m_analyzeTracks
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().

float IsolatedTrackAnalysis::m_cemcRadius
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().

TTree* IsolatedTrackAnalysis::m_centraltree
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().

float IsolatedTrackAnalysis::m_cl_cemc_e[5000]
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().

float IsolatedTrackAnalysis::m_cl_cemc_eta[5000]
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().

float IsolatedTrackAnalysis::m_cl_cemc_phi[5000]
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().

float IsolatedTrackAnalysis::m_cl_cemc_r[5000]
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().

float IsolatedTrackAnalysis::m_cl_cemc_z[5000]
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().

float IsolatedTrackAnalysis::m_cl_ihcal_e[1000]
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().

float IsolatedTrackAnalysis::m_cl_ihcal_eta[1000]
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().

float IsolatedTrackAnalysis::m_cl_ihcal_phi[1000]
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().

float IsolatedTrackAnalysis::m_cl_ihcal_r[1000]
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().

float IsolatedTrackAnalysis::m_cl_ihcal_z[1000]
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().

float IsolatedTrackAnalysis::m_cl_ohcal_e[1000]
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().

float IsolatedTrackAnalysis::m_cl_ohcal_eta[1000]
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().

float IsolatedTrackAnalysis::m_cl_ohcal_phi[1000]
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().

float IsolatedTrackAnalysis::m_cl_ohcal_r[1000]
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().

float IsolatedTrackAnalysis::m_cl_ohcal_z[1000]
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().

int IsolatedTrackAnalysis::m_clsmult_cemc
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().

int IsolatedTrackAnalysis::m_clsmult_ihcal
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().

int IsolatedTrackAnalysis::m_clsmult_ohcal
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().

TTree* IsolatedTrackAnalysis::m_clustertree
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().

int IsolatedTrackAnalysis::m_g4
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().

float IsolatedTrackAnalysis::m_g4_e[20000]
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().

float IsolatedTrackAnalysis::m_g4_eta[20000]
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().

int IsolatedTrackAnalysis::m_g4_parent_id[20000]
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().

float IsolatedTrackAnalysis::m_g4_phi[20000]
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().

int IsolatedTrackAnalysis::m_g4_pid[20000]
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().

float IsolatedTrackAnalysis::m_g4_pt[20000]
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().

int IsolatedTrackAnalysis::m_g4_track_id[20000]
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().

TTree* IsolatedTrackAnalysis::m_g4tree
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().

int IsolatedTrackAnalysis::m_hepmc
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().

float IsolatedTrackAnalysis::m_hepmc_e[20000]
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().

float IsolatedTrackAnalysis::m_hepmc_eta[20000]
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().

float IsolatedTrackAnalysis::m_hepmc_phi[20000]
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().

int IsolatedTrackAnalysis::m_hepmc_pid[20000]
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().

float IsolatedTrackAnalysis::m_hepmc_pt[20000]
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().

TTree* IsolatedTrackAnalysis::m_hepmctree
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().

float IsolatedTrackAnalysis::m_ihcalRadius
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().

float IsolatedTrackAnalysis::m_minCemcTowerEnergy
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().

float IsolatedTrackAnalysis::m_minEMClusterEnergy
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().

float IsolatedTrackAnalysis::m_minHcalTowerEnergy
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().

float IsolatedTrackAnalysis::m_minIHClusterEnergy
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().

float IsolatedTrackAnalysis::m_minOHClusterEnergy
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().

float IsolatedTrackAnalysis::m_minSimTowerEnergy
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().

float IsolatedTrackAnalysis::m_ohcalRadius
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().

TFile* IsolatedTrackAnalysis::m_outputFile
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

Referenced by End(), and Init().

std::string IsolatedTrackAnalysis::m_outputFileName
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().

TTree* IsolatedTrackAnalysis::m_simtowertree
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().

float IsolatedTrackAnalysis::m_simtwr_cemc_e[25000]
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().

float IsolatedTrackAnalysis::m_simtwr_cemc_eta[25000]
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().

int IsolatedTrackAnalysis::m_simtwr_cemc_ieta[25000]
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().

int IsolatedTrackAnalysis::m_simtwr_cemc_iphi[25000]
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().

float IsolatedTrackAnalysis::m_simtwr_cemc_phi[25000]
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().

float IsolatedTrackAnalysis::m_simtwr_ihcal_e[2000]
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().

float IsolatedTrackAnalysis::m_simtwr_ihcal_eta[2000]
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().

int IsolatedTrackAnalysis::m_simtwr_ihcal_ieta[2000]
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().

int IsolatedTrackAnalysis::m_simtwr_ihcal_iphi[2000]
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().

float IsolatedTrackAnalysis::m_simtwr_ihcal_phi[2000]
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().

float IsolatedTrackAnalysis::m_simtwr_ohcal_e[2000]
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().

float IsolatedTrackAnalysis::m_simtwr_ohcal_eta[2000]
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().

int IsolatedTrackAnalysis::m_simtwr_ohcal_ieta[2000]
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().

int IsolatedTrackAnalysis::m_simtwr_ohcal_iphi[2000]
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().

float IsolatedTrackAnalysis::m_simtwr_ohcal_phi[2000]
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().

int IsolatedTrackAnalysis::m_simtwrmult_cemc
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().

int IsolatedTrackAnalysis::m_simtwrmult_ihcal
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().

int IsolatedTrackAnalysis::m_simtwrmult_ohcal
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().

SvtxEvalStack* IsolatedTrackAnalysis::m_svtxEvalStack = nullptr
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().

TTree* IsolatedTrackAnalysis::m_towertree
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().

float IsolatedTrackAnalysis::m_tr_cemc_eta[2000]
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().

float IsolatedTrackAnalysis::m_tr_cemc_phi[2000]
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().

int IsolatedTrackAnalysis::m_tr_charge[2000]
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().

float IsolatedTrackAnalysis::m_tr_chisq[2000]
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().

float IsolatedTrackAnalysis::m_tr_dca_xy[2000]
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().

float IsolatedTrackAnalysis::m_tr_dca_xy_error[2000]
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().

float IsolatedTrackAnalysis::m_tr_dca_z[2000]
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().

float IsolatedTrackAnalysis::m_tr_dca_z_error[2000]
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().

float IsolatedTrackAnalysis::m_tr_eta[2000]
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().

float IsolatedTrackAnalysis::m_tr_ihcal_eta[2000]
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().

float IsolatedTrackAnalysis::m_tr_ihcal_phi[2000]
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().

int IsolatedTrackAnalysis::m_tr_ndf[2000]
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().

float IsolatedTrackAnalysis::m_tr_ohcal_eta[2000]
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().

float IsolatedTrackAnalysis::m_tr_ohcal_phi[2000]
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().

float IsolatedTrackAnalysis::m_tr_p[2000]
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().

float IsolatedTrackAnalysis::m_tr_phi[2000]
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().

float IsolatedTrackAnalysis::m_tr_pt[2000]
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().

int IsolatedTrackAnalysis::m_tr_silicon_hits[2000]
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().

float IsolatedTrackAnalysis::m_tr_truth_e[2000]
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().

float IsolatedTrackAnalysis::m_tr_truth_eta[2000]
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().

int IsolatedTrackAnalysis::m_tr_truth_is_primary[2000]
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().

float IsolatedTrackAnalysis::m_tr_truth_phi[2000]
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().

int IsolatedTrackAnalysis::m_tr_truth_pid[2000]
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().

float IsolatedTrackAnalysis::m_tr_truth_pt[2000]
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().

int IsolatedTrackAnalysis::m_tr_truth_track_id[2000]
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().

int IsolatedTrackAnalysis::m_tr_vertex_id[2000]
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().

float IsolatedTrackAnalysis::m_tr_x[2000]
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().

float IsolatedTrackAnalysis::m_tr_y[2000]
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().

float IsolatedTrackAnalysis::m_tr_z[2000]
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().

TTree* IsolatedTrackAnalysis::m_tracktree
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().

int IsolatedTrackAnalysis::m_trkmult
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().

float IsolatedTrackAnalysis::m_twr_cemc_e[25000]
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().

float IsolatedTrackAnalysis::m_twr_cemc_eta[25000]
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().

int IsolatedTrackAnalysis::m_twr_cemc_ieta[25000]
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().

int IsolatedTrackAnalysis::m_twr_cemc_iphi[25000]
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().

float IsolatedTrackAnalysis::m_twr_cemc_phi[25000]
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().

float IsolatedTrackAnalysis::m_twr_ihcal_e[2000]
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().

float IsolatedTrackAnalysis::m_twr_ihcal_eta[2000]
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().

int IsolatedTrackAnalysis::m_twr_ihcal_ieta[2000]
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().

int IsolatedTrackAnalysis::m_twr_ihcal_iphi[2000]
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().

float IsolatedTrackAnalysis::m_twr_ihcal_phi[2000]
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().

float IsolatedTrackAnalysis::m_twr_ohcal_e[2000]
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().

float IsolatedTrackAnalysis::m_twr_ohcal_eta[2000]
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().

int IsolatedTrackAnalysis::m_twr_ohcal_ieta[2000]
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().

int IsolatedTrackAnalysis::m_twr_ohcal_iphi[2000]
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().

float IsolatedTrackAnalysis::m_twr_ohcal_phi[2000]
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().

int IsolatedTrackAnalysis::m_twrmult_cemc
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().

int IsolatedTrackAnalysis::m_twrmult_ihcal
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().

int IsolatedTrackAnalysis::m_twrmult_ohcal
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().

int IsolatedTrackAnalysis::m_vertex_id[100]
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().

int IsolatedTrackAnalysis::m_vtxmult
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().

float IsolatedTrackAnalysis::m_vx[100]
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().

float IsolatedTrackAnalysis::m_vy[100]
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().

float IsolatedTrackAnalysis::m_vz[100]
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().

int IsolatedTrackAnalysis::n_child = 0
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().

int IsolatedTrackAnalysis::n_vertex = 0
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().

int IsolatedTrackAnalysis::vertex_id[100000]
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().

float IsolatedTrackAnalysis::vertex_x[100000]
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().

float IsolatedTrackAnalysis::vertex_y[100000]
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().

float IsolatedTrackAnalysis::vertex_z[100000]
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().


The documentation for this class was generated from the following files: