Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/QA/modules/QAG4SimulationTruthDecay.h>
Public Member Functions | |
QAG4SimulationTruthDecay (const std::string &name="QAG4SimulationTruthDecay") | |
virtual | ~QAG4SimulationTruthDecay () |
int | Init (PHCompositeNode *topNode) override |
int | process_event (PHCompositeNode *topNode) override |
std::string | get_histo_prefix () |
int | End (PHCompositeNode *topNode) override |
Called at the end of all processing. | |
void | setMotherPDG (int PDGID) |
void | setMotherPDGRange (int min, int max) |
void | setDaughterPDGRange (int min, int max) |
void | setMinPT (float value) |
void | setEtaRange (float min, float max) |
void | setNBinsMass (int nBins) |
void | setMassRange (float min, float max) |
void | setNBinsDecayLength (int nBins) |
void | setDecayLengthRange (float min, float max) |
void | setNBinsDecayTime (int nBins) |
void | setDecayTimeRange (float min, float max) |
void | setDFNodeName (const std::string &name) |
void | setOutputName (const std::string &name) |
void | writeTuple (bool write) |
Public Member Functions inherited from SubsysReco | |
~SubsysReco () override | |
virtual int | EndRun (const int) |
Called at the end of each run. | |
virtual int | InitRun (PHCompositeNode *) |
virtual int | Reset (PHCompositeNode *) |
Reset. | |
virtual int | ResetEvent (PHCompositeNode *) |
Clean up after each event. | |
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 Types | |
typedef std::vector< std::pair < std::pair< int, int >, int > > | Decay |
Private Member Functions | |
void | initializeBranches () |
void | getMotherPDG (PHCompositeNode *topNode) |
std::vector< int > | getDecayFinderMothers (PHCompositeNode *topNode) |
bool | isInRange (float min, float value, float max) |
void | resetValues () |
Static Private Attributes | |
static const int | max_tracks = 20 |
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 25 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 25 of file QAG4SimulationTruthDecay.h
|
private |
Definition at line 96 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 96 of file QAG4SimulationTruthDecay.h
QAG4SimulationTruthDecay::QAG4SimulationTruthDecay | ( | const std::string & | name = "QAG4SimulationTruthDecay" | ) |
Definition at line 35 of file QAG4SimulationTruthDecay.cc.
View newest version in sPHENIX GitHub at line 35 of file QAG4SimulationTruthDecay.cc
|
virtual |
Definition at line 54 of file QAG4SimulationTruthDecay.cc.
View newest version in sPHENIX GitHub at line 54 of file QAG4SimulationTruthDecay.cc
|
overridevirtual |
Called at the end of all processing.
Reimplemented from SubsysReco.
Definition at line 561 of file QAG4SimulationTruthDecay.cc.
View newest version in sPHENIX GitHub at line 561 of file QAG4SimulationTruthDecay.cc
References assert, Fun4AllReturnCodes::EVENT_OK, m_outfile, and m_write_nTuple.
std::string QAG4SimulationTruthDecay::get_histo_prefix | ( | ) |
Definition at line 691 of file QAG4SimulationTruthDecay.cc.
View newest version in sPHENIX GitHub at line 691 of file QAG4SimulationTruthDecay.cc
References Fun4AllBase::Name().
Referenced by Init(), and process_event().
|
private |
Definition at line 655 of file QAG4SimulationTruthDecay.cc.
View newest version in sPHENIX GitHub at line 655 of file QAG4SimulationTruthDecay.cc
References DecayFinderContainer_v1::begin(), DecayFinderContainer_v1::end(), m_decayMap, m_df_module_name, and m_nTracks.
Referenced by process_event().
|
private |
Definition at line 636 of file QAG4SimulationTruthDecay.cc.
View newest version in sPHENIX GitHub at line 636 of file QAG4SimulationTruthDecay.cc
References DecayFinderContainer_v1::begin(), PHNodeIterator::findFirst(), m_decay_pdg_id, m_decayMap, and m_df_module_name.
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 57 of file QAG4SimulationTruthDecay.cc.
View newest version in sPHENIX GitHub at line 57 of file QAG4SimulationTruthDecay.cc
References assert, Fun4AllReturnCodes::EVENT_OK, get_histo_prefix(), QAHistManagerDef::getHistoManager(), h, i, m_daughter_PDG_ID_max, m_daughter_PDG_ID_min, m_decayLength_max, m_decayLength_min, m_decayLength_nBins, m_decayTime_max, m_decayTime_min, m_decayTime_nBins, m_mass_max, m_mass_min, m_mass_nBins, m_mother_PDG_ID_max, m_mother_PDG_ID_min, Fun4AllHistoManager::registerHisto(), and to_string().
|
private |
Definition at line 575 of file QAG4SimulationTruthDecay.cc.
View newest version in sPHENIX GitHub at line 575 of file QAG4SimulationTruthDecay.cc
References i, m_accept_eta, m_accept_pE_15percent, m_accept_pE_1percent, m_accept_pE_5percent, m_accept_pT, m_accept_px_15percent, m_accept_px_1percent, m_accept_px_5percent, m_accept_py_15percent, m_accept_py_1percent, m_accept_py_5percent, m_accept_pz_15percent, m_accept_pz_1percent, m_accept_pz_5percent, m_daughter_sum_mass, m_delta_pE, m_delta_px, m_delta_py, m_delta_pz, m_event_number, m_mother_barcode, m_mother_decayLength, m_mother_decayTime, m_mother_eta, m_mother_mass, m_mother_pdg_id, m_mother_pE, m_mother_pT, m_mother_px, m_mother_py, m_mother_pz, m_nTracks, m_outfile, m_outfile_name, m_track_eta, m_track_mass, m_track_mother_barcode, m_track_pdg_id, m_track_pE, m_track_pT, m_track_px, m_track_py, m_track_pz, m_tree, and to_string().
Referenced by process_event().
|
private |
Definition at line 675 of file QAG4SimulationTruthDecay.cc.
View newest version in sPHENIX GitHub at line 675 of file QAG4SimulationTruthDecay.cc
Referenced by process_event().
|
overridevirtual |
Called for each event. This is where you do the real work.
Reimplemented from SubsysReco.
Definition at line 202 of file QAG4SimulationTruthDecay.cc.
View newest version in sPHENIX GitHub at line 202 of file QAG4SimulationTruthDecay.cc
References Fun4AllReturnCodes::ABORTEVENT, assert, parse_cmake_options::begin, candidateCounter, end, Fun4AllReturnCodes::EVENT_OK, PHG4Particle::get_barcode(), PHG4Particle::get_e(), get_histo_prefix(), PHG4Particle::get_parent_id(), PHG4Particle::get_pid(), PHG4Particle::get_px(), PHG4Particle::get_py(), PHG4Particle::get_pz(), PHG4Particle::get_vtx_id(), PHG4VtxPoint::get_x(), PHG4VtxPoint::get_y(), PHG4VtxPoint::get_z(), getDecayFinderMothers(), Fun4AllHistoManager::getHisto(), QAHistManagerDef::getHistoManager(), getMotherPDG(), PHG4TruthInfoContainer::GetParticle(), PHG4TruthInfoContainer::GetParticleRange(), PHG4TruthInfoContainer::GetVtx(), initializeBranches(), isInRange(), m_accept_eta, m_accept_pE_15percent, m_accept_pE_1percent, m_accept_pE_5percent, m_accept_pT, m_accept_px_15percent, m_accept_px_1percent, m_accept_px_5percent, m_accept_py_15percent, m_accept_py_1percent, m_accept_py_5percent, m_accept_pz_15percent, m_accept_pz_1percent, m_accept_pz_5percent, m_daughter_sum_mass, m_decay_pdg_id, m_delta_pE, m_delta_px, m_delta_py, m_delta_pz, m_eta_max, m_eta_min, m_event_number, m_g4particle, m_mother_barcode, m_mother_decayLength, m_mother_decayTime, m_mother_eta, m_mother_mass, m_mother_pdg_id, m_mother_pE, m_mother_pT, m_mother_px, m_mother_py, m_mother_pz, m_nTracks, m_pt_min, m_track_eta, m_track_mass, m_track_mother_barcode, m_track_pdg_id, m_track_pE, m_track_pT, m_track_px, m_track_py, m_track_pz, m_tree, m_truth_info, m_write_nTuple, m_write_QAHists, and resetValues().
|
private |
Definition at line 680 of file QAG4SimulationTruthDecay.cc.
View newest version in sPHENIX GitHub at line 680 of file QAG4SimulationTruthDecay.cc
References m_accept_eta, m_accept_pT, m_delta_pE, m_delta_px, m_delta_py, and m_delta_pz.
Referenced by process_event().
|
inline |
Definition at line 56 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 56 of file QAG4SimulationTruthDecay.h
References m_daughter_PDG_ID_max, m_daughter_PDG_ID_min, and Acts::UnitConstants::min.
|
inline |
Definition at line 78 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 78 of file QAG4SimulationTruthDecay.h
References m_decayLength_max, m_decayLength_min, and Acts::UnitConstants::min.
|
inline |
Definition at line 85 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 85 of file QAG4SimulationTruthDecay.h
References m_decayTime_max, m_decayTime_min, and Acts::UnitConstants::min.
|
inline |
Definition at line 91 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 91 of file QAG4SimulationTruthDecay.h
References m_df_module_name, and perf_headwind::name.
|
inline |
Definition at line 64 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 64 of file QAG4SimulationTruthDecay.h
References m_eta_max, m_eta_min, and Acts::UnitConstants::min.
|
inline |
Definition at line 71 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 71 of file QAG4SimulationTruthDecay.h
References m_mass_max, m_mass_min, and Acts::UnitConstants::min.
|
inline |
Definition at line 62 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 62 of file QAG4SimulationTruthDecay.h
|
inline |
Definition at line 49 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 49 of file QAG4SimulationTruthDecay.h
References m_decay_pdg_id.
|
inline |
Definition at line 51 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 51 of file QAG4SimulationTruthDecay.h
References m_mother_PDG_ID_max, m_mother_PDG_ID_min, and Acts::UnitConstants::min.
|
inline |
Definition at line 77 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 77 of file QAG4SimulationTruthDecay.h
References m_decayLength_nBins.
|
inline |
Definition at line 84 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 84 of file QAG4SimulationTruthDecay.h
References m_decayTime_nBins.
|
inline |
Definition at line 70 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 70 of file QAG4SimulationTruthDecay.h
References m_mass_nBins.
|
inline |
Definition at line 92 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 92 of file QAG4SimulationTruthDecay.h
References m_outfile_name, and perf_headwind::name.
|
inline |
Definition at line 93 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 93 of file QAG4SimulationTruthDecay.h
References m_write_nTuple, and write().
|
private |
Definition at line 176 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 176 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), process_event(), and resetValues().
|
private |
Definition at line 175 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 175 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 167 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 167 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 171 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 171 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 177 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 177 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), process_event(), and resetValues().
|
private |
Definition at line 172 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 172 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 164 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 164 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 168 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 168 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 173 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 173 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 165 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 165 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 169 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 169 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 174 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 174 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 166 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 166 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 170 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 170 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 123 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 123 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setDaughterPDGRange().
|
private |
Definition at line 122 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 122 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setDaughterPDGRange().
|
private |
Definition at line 140 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 140 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 102 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 102 of file QAG4SimulationTruthDecay.h
Referenced by getMotherPDG(), process_event(), and setMotherPDG().
|
private |
Definition at line 131 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 131 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setDecayLengthRange().
|
private |
Definition at line 130 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 130 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setDecayLengthRange().
|
private |
Definition at line 129 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 129 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setNBinsDecayLength().
|
private |
Definition at line 112 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 112 of file QAG4SimulationTruthDecay.h
Referenced by getDecayFinderMothers(), and getMotherPDG().
|
private |
Definition at line 135 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 135 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setDecayTimeRange().
|
private |
Definition at line 134 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 134 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setDecayTimeRange().
|
private |
Definition at line 133 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 133 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setNBinsDecayTime().
|
private |
Definition at line 163 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 163 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), process_event(), and resetValues().
|
private |
Definition at line 160 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 160 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), process_event(), and resetValues().
|
private |
Definition at line 161 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 161 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), process_event(), and resetValues().
|
private |
Definition at line 162 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 162 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), process_event(), and resetValues().
|
private |
Definition at line 106 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 106 of file QAG4SimulationTruthDecay.h
Referenced by getDecayFinderMothers(), getMotherPDG(), and setDFNodeName().
|
private |
Definition at line 101 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 101 of file QAG4SimulationTruthDecay.h
Referenced by process_event(), and setEtaRange().
|
private |
Definition at line 100 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 100 of file QAG4SimulationTruthDecay.h
Referenced by process_event(), and setEtaRange().
|
private |
Definition at line 138 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 138 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 105 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 105 of file QAG4SimulationTruthDecay.h
Referenced by process_event().
|
private |
Definition at line 127 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 127 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setMassRange().
|
private |
Definition at line 126 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 126 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setMassRange().
|
private |
Definition at line 125 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 125 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setNBinsMass().
|
private |
Definition at line 150 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 150 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 141 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 141 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 142 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 142 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 149 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 149 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 139 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 139 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 143 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 143 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 121 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 121 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setMotherPDGRange().
|
private |
Definition at line 120 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 120 of file QAG4SimulationTruthDecay.h
Referenced by Init(), and setMotherPDGRange().
|
private |
Definition at line 147 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 147 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 148 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 148 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 144 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 144 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 145 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 145 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 146 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 146 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 98 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 98 of file QAG4SimulationTruthDecay.h
Referenced by getDecayFinderMothers(), initializeBranches(), and process_event().
|
private |
Definition at line 108 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 108 of file QAG4SimulationTruthDecay.h
Referenced by End(), and initializeBranches().
|
private |
Definition at line 107 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 107 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and setOutputName().
|
private |
Definition at line 99 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 99 of file QAG4SimulationTruthDecay.h
Referenced by process_event(), and setMinPT().
|
private |
Definition at line 157 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 157 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 158 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 158 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 159 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 159 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 151 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 151 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 155 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 155 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 156 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 156 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 152 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 152 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 153 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 153 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 154 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 154 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 109 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 109 of file QAG4SimulationTruthDecay.h
Referenced by initializeBranches(), and process_event().
|
private |
Definition at line 104 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 104 of file QAG4SimulationTruthDecay.h
Referenced by process_event().
|
private |
Definition at line 110 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 110 of file QAG4SimulationTruthDecay.h
Referenced by End(), process_event(), and writeTuple().
|
private |
Definition at line 111 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 111 of file QAG4SimulationTruthDecay.h
Referenced by process_event().
|
staticprivate |
Definition at line 137 of file QAG4SimulationTruthDecay.h.
View newest version in sPHENIX GitHub at line 137 of file QAG4SimulationTruthDecay.h