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

#include <analysis/blob/master/dNdEta_Run2023/dNdEtaINTT/dNdEtaINTT.h>

+ Inheritance diagram for dNdEtaINTT:
+ Collaboration diagram for dNdEtaINTT:

Public Member Functions

 dNdEtaINTT (const std::string &name="dNdEtaINTTAnalyzer", const std::string &outputfile="INTTdNdEta.root", const bool &isData=false)
 
 ~dNdEtaINTT () override
 
int Init (PHCompositeNode *topNode) override
 
int InitRun (PHCompositeNode *topNode) override
 
int process_event (PHCompositeNode *topNode) override
 
int ResetEvent (PHCompositeNode *topNode) override
 Clean up internals after each event.
 
int EndRun (const int runnumber) override
 Called at the end of each run.
 
int End (PHCompositeNode *topNode) override
 Called at the end of all processing.
 
int Reset (PHCompositeNode *) override
 Reset.
 
void Print (const std::string &what="ALL") const override
 
void GetTruthPV (bool b)
 
void GetRecoCluster (bool b)
 
void GetCentrality (bool b)
 
void GetTrkrHit (bool b)
 
- Public Member Functions inherited from SubsysReco
 ~SubsysReco () override
 
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 ResetVectors ()
 
void GetTruthPVInfo (PHCompositeNode *topNode)
 
void GetRecoClusterInfo (PHCompositeNode *topNode)
 
void GetCentralityInfo (PHCompositeNode *topNode)
 
void GetTrkrHitInfo (PHCompositeNode *topNode)
 
PHG4ParticleGetG4PAncestor (PHG4Particle *p)
 

Private Attributes

bool _get_truth_pv
 
bool _get_reco_cluster
 
bool _get_centrality
 
bool _get_trkr_hit
 
unsigned int eventNum = 0
 
std::string _outputFile
 
bool IsData
 
TTree * outtree
 
int event_
 
float centrality_bimp_
 
float centrality_impactparam_
 
float centrality_mbd_
 
float centrality_mbdquantity_
 
int ncoll_
 
int npart_
 
float TruthPV_trig_x_
 
float TruthPV_trig_y_
 
float TruthPV_trig_z_
 
int NTruthVtx_
 
int NClus_
 
int NClus_Layer1_
 
std::vector< int > ClusLayer_
 
std::vector< int > ClusHitcount_
 
std::vector< int > ClusTimeBucketId_
 
std::vector< float > ClusX_
 
std::vector< float > ClusY_
 
std::vector< float > ClusZ_
 
std::vector< float > ClusR_
 
std::vector< float > ClusPhi_
 
std::vector< float > ClusEta_
 
std::vector< unsigned int > ClusAdc_
 
std::vector< float > ClusPhiSize_
 
std::vector< float > ClusZSize_
 
std::vector< uint8_t > ClusLadderZId_
 
std::vector< uint8_t > ClusLadderPhiId_
 
std::vector< uint32_t > ClusTrkrHitSetKey_
 
int NTrkrhits_
 
std::vector< uint16_t > TrkrHitRow_
 
std::vector< uint16_t > TrkrHitColumn_
 
std::vector< uint16_t > TrkrHitADC_
 
std::vector< uint8_t > TrkrHitLadderZId_
 
std::vector< uint8_t > TrkrHitLadderPhiId_
 
std::vector< uint8_t > TrkrHitLayer_
 
int NGenPart_
 
std::vector< float > UniqueAncG4P_Pt_
 
std::vector< float > UniqueAncG4P_Eta_
 
std::vector< float > UniqueAncG4P_Phi_
 
std::vector< float > UniqueAncG4P_E_
 
std::vector< int > UniqueAncG4P_PID_
 
EventHeadereventheader = nullptr
 
SvtxEvalStacksvtx_evalstack = nullptr
 
SvtxTruthEvaltruth_eval = nullptr
 
SvtxClusterEvalclustereval = nullptr
 
SvtxHitEvalhiteval = nullptr
 
TrkrClusterContainerv4dst_clustermap = nullptr
 
TrkrClusterHitAssocclusterhitmap = nullptr
 
TrkrHitSetContainerhitsets = nullptr
 
ActsGeometry_tgeometry = nullptr
 
PHG4TruthInfoContainerm_truth_info = nullptr
 
CentralityInfom_CentInfo = nullptr
 

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 57 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 57 of file dNdEtaINTT.h

Constructor & Destructor Documentation

dNdEtaINTT::dNdEtaINTT ( const std::string &  name = "dNdEtaINTTAnalyzer",
const std::string &  outputfile = "INTTdNdEta.root",
const bool &  isData = false 
)

Definition at line 81 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 81 of file dNdEtaINTT.cc

dNdEtaINTT::~dNdEtaINTT ( )
override

Definition at line 89 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 89 of file dNdEtaINTT.cc

Member Function Documentation

int dNdEtaINTT::End ( PHCompositeNode topNode)
overridevirtual

Called at the end of all processing.

Reimplemented from SubsysReco.

Definition at line 271 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 271 of file dNdEtaINTT.cc

References _outputFile, PHTFileServer::cd(), Fun4AllReturnCodes::EVENT_OK, PHTFileServer::get(), outtree, and svtx_evalstack.

+ Here is the call graph for this function:

int dNdEtaINTT::EndRun ( const int  runnumber)
overridevirtual

Called at the end of each run.

Reimplemented from SubsysReco.

Definition at line 264 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 264 of file dNdEtaINTT.cc

References Fun4AllReturnCodes::EVENT_OK.

void dNdEtaINTT::GetCentrality ( bool  b)
inline

Definition at line 99 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 99 of file dNdEtaINTT.h

References _get_centrality, and KFPMath::b.

Referenced by Fun4All_G4_sPHENIX().

+ Here is the caller graph for this function:

void dNdEtaINTT::GetCentralityInfo ( PHCompositeNode topNode)
private

Definition at line 309 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 309 of file dNdEtaINTT.cc

References centrality_bimp_, centrality_impactparam_, centrality_mbd_, centrality_mbdquantity_, eventheader, CentralityInfo::get_centile(), EventHeader::get_ncoll(), EventHeader::get_npart(), CentralityInfo::get_quantity(), IsData, m_CentInfo, ncoll_, and npart_.

Referenced by process_event().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

PHG4Particle * dNdEtaINTT::GetG4PAncestor ( PHG4Particle p)
private

Definition at line 293 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 293 of file dNdEtaINTT.cc

References PHG4Particle::get_parent_id(), PHG4TruthInfoContainer::GetParticle(), m_truth_info, and merge_hashes::p.

Referenced by GetRecoClusterInfo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void dNdEtaINTT::GetRecoCluster ( bool  b)
inline

Definition at line 98 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 98 of file dNdEtaINTT.h

References _get_reco_cluster, and KFPMath::b.

Referenced by Fun4All_G4_sPHENIX().

+ Here is the caller graph for this function:

void dNdEtaINTT::GetTrkrHit ( bool  b)
inline

Definition at line 100 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 100 of file dNdEtaINTT.h

References _get_trkr_hit, and KFPMath::b.

Referenced by Fun4All_G4_sPHENIX().

+ Here is the caller graph for this function:

void dNdEtaINTT::GetTrkrHitInfo ( PHCompositeNode topNode)
private

Definition at line 329 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 329 of file dNdEtaINTT.cc

References InttDefs::getCol(), TrkrHitSetContainer::getHitSets(), InttDefs::getLadderPhiId(), InttDefs::getLadderZId(), TrkrDefs::getLayer(), InttDefs::getRow(), hitsets, TrkrDefs::inttId, NTrkrhits_, TrkrHitADC_, TrkrHitColumn_, TrkrHitLadderPhiId_, TrkrHitLadderZId_, TrkrHitLayer_, and TrkrHitRow_.

Referenced by process_event().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void dNdEtaINTT::GetTruthPV ( bool  b)
inline

Definition at line 97 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 97 of file dNdEtaINTT.h

References _get_truth_pv, and KFPMath::b.

Referenced by Fun4All_G4_sPHENIX().

+ Here is the caller graph for this function:

void dNdEtaINTT::GetTruthPVInfo ( PHCompositeNode topNode)
private

Definition at line 441 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 441 of file dNdEtaINTT.cc

References PHG4VtxPoint::get_x(), PHG4VtxPoint::get_y(), PHG4VtxPoint::get_z(), PHG4TruthInfoContainer::GetPrimaryVtxRange(), PHG4TruthInfoContainer::isEmbededVtx(), m_truth_info, NTruthVtx_, TruthPV_trig_x_, TruthPV_trig_y_, and TruthPV_trig_z_.

Referenced by process_event().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int dNdEtaINTT::Init ( PHCompositeNode topNode)
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 92 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 92 of file dNdEtaINTT.cc

References _outputFile, centrality_bimp_, centrality_impactparam_, centrality_mbd_, centrality_mbdquantity_, ClusAdc_, ClusEta_, ClusLadderPhiId_, ClusLadderZId_, ClusLayer_, ClusPhi_, ClusPhiSize_, ClusR_, ClusTimeBucketId_, ClusTrkrHitSetKey_, ClusX_, ClusY_, ClusZ_, ClusZSize_, event_, Fun4AllReturnCodes::EVENT_OK, PHTFileServer::get(), IsData, NClus_, NClus_Layer1_, ncoll_, NGenPart_, npart_, NTrkrhits_, NTruthVtx_, PHTFileServer::open(), outtree, TrkrHitADC_, TrkrHitColumn_, TrkrHitLadderPhiId_, TrkrHitLadderZId_, TrkrHitLayer_, TrkrHitRow_, TruthPV_trig_x_, TruthPV_trig_y_, TruthPV_trig_z_, UniqueAncG4P_E_, UniqueAncG4P_Eta_, UniqueAncG4P_Phi_, UniqueAncG4P_PID_, and UniqueAncG4P_Pt_.

+ Here is the call graph for this function:

int dNdEtaINTT::InitRun ( PHCompositeNode topNode)
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. A place to book histograms which have to know the run number.

Reimplemented from SubsysReco.

Definition at line 147 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 147 of file dNdEtaINTT.cc

References Fun4AllReturnCodes::EVENT_OK.

void dNdEtaINTT::Print ( const std::string &  what = "ALL") const
overridevirtual

Print out some info about this module.

Parameters
whatcan be used to specify what to print exactly.

Reimplemented from Fun4AllBase.

Definition at line 291 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 291 of file dNdEtaINTT.cc

int dNdEtaINTT::process_event ( PHCompositeNode topNode)
overridevirtual

Called for each event. This is where you do the real work.

Reimplemented from SubsysReco.

Definition at line 154 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 154 of file dNdEtaINTT.cc

References _get_centrality, _get_reco_cluster, _get_trkr_hit, _get_truth_pv, _tgeometry, Fun4AllReturnCodes::ABORTEVENT, clustereval, clusterhitmap, dst_clustermap, event_, Fun4AllReturnCodes::EVENT_OK, eventheader, eventNum, SvtxEvalStack::get_cluster_eval(), SvtxEvalStack::get_hit_eval(), SvtxEvalStack::get_truth_eval(), GetCentralityInfo(), GetRecoClusterInfo(), GetTrkrHitInfo(), GetTruthPVInfo(), hiteval, hitsets, IsData, m_CentInfo, m_truth_info, SvtxEvalStack::next_event(), outtree, PHWHERE, ResetVectors(), svtx_evalstack, and truth_eval.

+ Here is the call graph for this function:

int dNdEtaINTT::Reset ( PHCompositeNode topNode)
overridevirtual

Reset.

Reimplemented from SubsysReco.

Definition at line 284 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 284 of file dNdEtaINTT.cc

References Fun4AllReturnCodes::EVENT_OK.

int dNdEtaINTT::ResetEvent ( PHCompositeNode topNode)
overridevirtual

Clean up internals after each event.

Reimplemented from SubsysReco.

Definition at line 257 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 257 of file dNdEtaINTT.cc

References Fun4AllReturnCodes::EVENT_OK.

void dNdEtaINTT::ResetVectors ( )
private

Definition at line 472 of file dNdEtaINTT.cc.

View newest version in sPHENIX GitHub at line 472 of file dNdEtaINTT.cc

References CleanVec(), ClusAdc_, ClusEta_, ClusLadderPhiId_, ClusLadderZId_, ClusLayer_, ClusPhi_, ClusPhiSize_, ClusR_, ClusTimeBucketId_, ClusTrkrHitSetKey_, ClusX_, ClusY_, ClusZ_, ClusZSize_, TrkrHitADC_, TrkrHitColumn_, TrkrHitLadderPhiId_, TrkrHitLadderZId_, TrkrHitLayer_, TrkrHitRow_, UniqueAncG4P_E_, UniqueAncG4P_Eta_, UniqueAncG4P_Phi_, UniqueAncG4P_PID_, and UniqueAncG4P_Pt_.

Referenced by process_event().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

bool dNdEtaINTT::_get_centrality
private

Definition at line 112 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 112 of file dNdEtaINTT.h

Referenced by GetCentrality(), and process_event().

bool dNdEtaINTT::_get_reco_cluster
private

Definition at line 111 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 111 of file dNdEtaINTT.h

Referenced by GetRecoCluster(), and process_event().

bool dNdEtaINTT::_get_trkr_hit
private

Definition at line 113 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 113 of file dNdEtaINTT.h

Referenced by GetTrkrHit(), and process_event().

bool dNdEtaINTT::_get_truth_pv
private

Definition at line 110 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 110 of file dNdEtaINTT.h

Referenced by GetTruthPV(), and process_event().

std::string dNdEtaINTT::_outputFile
private

Definition at line 116 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 116 of file dNdEtaINTT.h

Referenced by End(), and Init().

ActsGeometry* dNdEtaINTT::_tgeometry = nullptr
private

Definition at line 155 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 155 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), and process_event().

float dNdEtaINTT::centrality_bimp_
private

Definition at line 123 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 123 of file dNdEtaINTT.h

Referenced by GetCentralityInfo(), and Init().

float dNdEtaINTT::centrality_impactparam_
private

Definition at line 123 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 123 of file dNdEtaINTT.h

Referenced by GetCentralityInfo(), and Init().

float dNdEtaINTT::centrality_mbd_
private

Definition at line 123 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 123 of file dNdEtaINTT.h

Referenced by GetCentralityInfo(), and Init().

float dNdEtaINTT::centrality_mbdquantity_
private

Definition at line 123 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 123 of file dNdEtaINTT.h

Referenced by GetCentralityInfo(), and Init().

std::vector<unsigned int> dNdEtaINTT::ClusAdc_
private

Definition at line 132 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 132 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<float> dNdEtaINTT::ClusEta_
private

Definition at line 131 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 131 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<int> dNdEtaINTT::ClusHitcount_
private

Definition at line 130 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 130 of file dNdEtaINTT.h

std::vector<uint8_t> dNdEtaINTT::ClusLadderPhiId_
private

Definition at line 134 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 134 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<uint8_t> dNdEtaINTT::ClusLadderZId_
private

Definition at line 134 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 134 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<int> dNdEtaINTT::ClusLayer_
private

Definition at line 130 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 130 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<float> dNdEtaINTT::ClusPhi_
private

Definition at line 131 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 131 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<float> dNdEtaINTT::ClusPhiSize_
private

Definition at line 133 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 133 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<float> dNdEtaINTT::ClusR_
private

Definition at line 131 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 131 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

SvtxClusterEval* dNdEtaINTT::clustereval = nullptr
private

Definition at line 149 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 149 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), and process_event().

TrkrClusterHitAssoc* dNdEtaINTT::clusterhitmap = nullptr
private

Definition at line 153 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 153 of file dNdEtaINTT.h

Referenced by process_event().

std::vector<int> dNdEtaINTT::ClusTimeBucketId_
private

Definition at line 130 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 130 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<uint32_t> dNdEtaINTT::ClusTrkrHitSetKey_
private

Definition at line 135 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 135 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<float> dNdEtaINTT::ClusX_
private

Definition at line 131 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 131 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<float> dNdEtaINTT::ClusY_
private

Definition at line 131 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 131 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<float> dNdEtaINTT::ClusZ_
private

Definition at line 131 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 131 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<float> dNdEtaINTT::ClusZSize_
private

Definition at line 133 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 133 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

TrkrClusterContainerv4* dNdEtaINTT::dst_clustermap = nullptr
private

Definition at line 152 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 152 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), and process_event().

int dNdEtaINTT::event_
private

Definition at line 122 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 122 of file dNdEtaINTT.h

Referenced by Init(), and process_event().

EventHeader* dNdEtaINTT::eventheader = nullptr
private

Definition at line 145 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 145 of file dNdEtaINTT.h

Referenced by GetCentralityInfo(), and process_event().

unsigned int dNdEtaINTT::eventNum = 0
private

Definition at line 115 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 115 of file dNdEtaINTT.h

Referenced by process_event().

SvtxHitEval* dNdEtaINTT::hiteval = nullptr
private

Definition at line 150 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 150 of file dNdEtaINTT.h

Referenced by process_event().

TrkrHitSetContainer* dNdEtaINTT::hitsets = nullptr
private

Definition at line 154 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 154 of file dNdEtaINTT.h

Referenced by GetTrkrHitInfo(), and process_event().

bool dNdEtaINTT::IsData
private

Definition at line 117 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 117 of file dNdEtaINTT.h

Referenced by GetCentralityInfo(), GetRecoClusterInfo(), Init(), and process_event().

CentralityInfo* dNdEtaINTT::m_CentInfo = nullptr
private

Definition at line 157 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 157 of file dNdEtaINTT.h

Referenced by GetCentralityInfo(), and process_event().

PHG4TruthInfoContainer* dNdEtaINTT::m_truth_info = nullptr
private

Definition at line 156 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 156 of file dNdEtaINTT.h

Referenced by GetG4PAncestor(), GetTruthPVInfo(), and process_event().

int dNdEtaINTT::NClus_
private

Definition at line 129 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 129 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), and Init().

int dNdEtaINTT::NClus_Layer1_
private

Definition at line 129 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 129 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), and Init().

int dNdEtaINTT::ncoll_
private

Definition at line 124 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 124 of file dNdEtaINTT.h

Referenced by GetCentralityInfo(), and Init().

int dNdEtaINTT::NGenPart_
private

Definition at line 141 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 141 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), and Init().

int dNdEtaINTT::npart_
private

Definition at line 124 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 124 of file dNdEtaINTT.h

Referenced by GetCentralityInfo(), and Init().

int dNdEtaINTT::NTrkrhits_
private

Definition at line 137 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 137 of file dNdEtaINTT.h

Referenced by GetTrkrHitInfo(), and Init().

int dNdEtaINTT::NTruthVtx_
private

Definition at line 127 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 127 of file dNdEtaINTT.h

Referenced by GetTruthPVInfo(), and Init().

TTree* dNdEtaINTT::outtree
private

Definition at line 121 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 121 of file dNdEtaINTT.h

Referenced by End(), Init(), and process_event().

SvtxEvalStack* dNdEtaINTT::svtx_evalstack = nullptr
private

Definition at line 147 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 147 of file dNdEtaINTT.h

Referenced by End(), and process_event().

std::vector<uint16_t> dNdEtaINTT::TrkrHitADC_
private

Definition at line 138 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 138 of file dNdEtaINTT.h

Referenced by GetTrkrHitInfo(), Init(), and ResetVectors().

std::vector<uint16_t> dNdEtaINTT::TrkrHitColumn_
private

Definition at line 138 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 138 of file dNdEtaINTT.h

Referenced by GetTrkrHitInfo(), Init(), and ResetVectors().

std::vector<uint8_t> dNdEtaINTT::TrkrHitLadderPhiId_
private

Definition at line 139 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 139 of file dNdEtaINTT.h

Referenced by GetTrkrHitInfo(), Init(), and ResetVectors().

std::vector<uint8_t> dNdEtaINTT::TrkrHitLadderZId_
private

Definition at line 139 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 139 of file dNdEtaINTT.h

Referenced by GetTrkrHitInfo(), Init(), and ResetVectors().

std::vector<uint8_t> dNdEtaINTT::TrkrHitLayer_
private

Definition at line 139 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 139 of file dNdEtaINTT.h

Referenced by GetTrkrHitInfo(), Init(), and ResetVectors().

std::vector<uint16_t> dNdEtaINTT::TrkrHitRow_
private

Definition at line 138 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 138 of file dNdEtaINTT.h

Referenced by GetTrkrHitInfo(), Init(), and ResetVectors().

SvtxTruthEval* dNdEtaINTT::truth_eval = nullptr
private

Definition at line 148 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 148 of file dNdEtaINTT.h

Referenced by process_event().

float dNdEtaINTT::TruthPV_trig_x_
private

Definition at line 126 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 126 of file dNdEtaINTT.h

Referenced by GetTruthPVInfo(), and Init().

float dNdEtaINTT::TruthPV_trig_y_
private

Definition at line 126 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 126 of file dNdEtaINTT.h

Referenced by GetTruthPVInfo(), and Init().

float dNdEtaINTT::TruthPV_trig_z_
private

Definition at line 126 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 126 of file dNdEtaINTT.h

Referenced by GetTruthPVInfo(), and Init().

std::vector<float> dNdEtaINTT::UniqueAncG4P_E_
private

Definition at line 142 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 142 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<float> dNdEtaINTT::UniqueAncG4P_Eta_
private

Definition at line 142 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 142 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<float> dNdEtaINTT::UniqueAncG4P_Phi_
private

Definition at line 142 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 142 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<int> dNdEtaINTT::UniqueAncG4P_PID_
private

Definition at line 143 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 143 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().

std::vector<float> dNdEtaINTT::UniqueAncG4P_Pt_
private

Definition at line 142 of file dNdEtaINTT.h.

View newest version in sPHENIX GitHub at line 142 of file dNdEtaINTT.h

Referenced by GetRecoClusterInfo(), Init(), and ResetVectors().


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