Analysis Software
Documentation for sPHENIX simulation software
|
#include <analysis/blob/master/dNdEta_Run2023/dNdEtaINTT/dNdEtaINTT.h>
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) |
PHG4Particle * | GetG4PAncestor (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_ |
EventHeader * | eventheader = nullptr |
SvtxEvalStack * | svtx_evalstack = nullptr |
SvtxTruthEval * | truth_eval = nullptr |
SvtxClusterEval * | clustereval = nullptr |
SvtxHitEval * | hiteval = nullptr |
TrkrClusterContainerv4 * | dst_clustermap = nullptr |
TrkrClusterHitAssoc * | clusterhitmap = nullptr |
TrkrHitSetContainer * | hitsets = nullptr |
ActsGeometry * | _tgeometry = nullptr |
PHG4TruthInfoContainer * | m_truth_info = nullptr |
CentralityInfo * | m_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") | |
Definition at line 57 of file dNdEtaINTT.h.
View newest version in sPHENIX GitHub at line 57 of file dNdEtaINTT.h
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
|
override |
Definition at line 89 of file dNdEtaINTT.cc.
View newest version in sPHENIX GitHub at line 89 of file dNdEtaINTT.cc
|
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.
|
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.
|
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().
|
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().
|
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().
|
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().
|
private |
Definition at line 353 of file dNdEtaINTT.cc.
View newest version in sPHENIX GitHub at line 353 of file dNdEtaINTT.cc
References _tgeometry, ClusAdc_, ClusEta_, ClusLadderPhiId_, ClusLadderZId_, ClusLayer_, ClusPhi_, ClusPhiSize_, ClusR_, clustereval, ClusTimeBucketId_, ClusTrkrHitSetKey_, ClusX_, ClusY_, ClusZ_, ClusZSize_, dst_clustermap, TrkrClusterContainerv4::findCluster(), PHG4Particle::get_e(), PHG4Particle::get_pid(), PHG4Particle::get_px(), PHG4Particle::get_py(), PHG4Particle::get_pz(), PHG4Particle::get_track_id(), TrkrCluster::getAdc(), TrkrClusterContainerv4::getClusters(), GetG4PAncestor(), ActsGeometry::getGlobalPosition(), TrkrClusterContainerv4::getHitSetKeys(), InttDefs::getLadderPhiId(), InttDefs::getLadderZId(), TrkrDefs::getLayer(), TrkrCluster::getPhiSize(), InttDefs::getTimeBucketId(), TrkrDefs::getTrkrId(), TrkrCluster::getZSize(), TrkrDefs::inttId, IsData, it, layer, SvtxClusterEval::max_truth_particle_by_cluster_energy(), NClus_, NClus_Layer1_, NGenPart_, Acts::Test::pos, UniqueAncG4P_E_, UniqueAncG4P_Eta_, UniqueAncG4P_Phi_, UniqueAncG4P_PID_, and UniqueAncG4P_Pt_.
Referenced by process_event().
|
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().
|
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().
|
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().
|
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().
|
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_.
|
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.
|
overridevirtual |
Print out some info about this module.
what | can 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
|
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.
|
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.
|
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.
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
Definition at line 116 of file dNdEtaINTT.h.
View newest version in sPHENIX GitHub at line 116 of file dNdEtaINTT.h
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
private |
Definition at line 130 of file dNdEtaINTT.h.
View newest version in sPHENIX GitHub at line 130 of file dNdEtaINTT.h
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().