ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/KFParticle_sPHENIX/KFParticle_nTuple.h>
Public Member Functions | |
KFParticle_nTuple () | |
Constructor. | |
virtual | ~KFParticle_nTuple () |
Destructor. | |
void | initializeVariables () |
Unused for now, variables are initialised in the header. | |
void | initializeBranches () |
Initialises required branches based off the user selection (number of tracks, PV constraints etc ) and sets branch names if specified. | |
void | fillBranch (PHCompositeNode *topNode, KFParticle motherParticle, KFParticle vertex, std::vector< KFParticle > daughters, std::vector< KFParticle > intermediates, int nPVs, int multiplicity) |
Fills required information for your selection, also requests truth and detector information if needed. | |
float | calc_secondary_vertex_mass_noPID (std::vector< KFParticle > kfp_daughters) |
Public Member Functions inherited from KFParticle_truthAndDetTools | |
KFParticle_truthAndDetTools () | |
virtual | ~KFParticle_truthAndDetTools () |
SvtxTrack * | getTrack (unsigned int track_id, SvtxTrackMap *trackmap) |
SvtxVertex * | getVertex (unsigned int vertex_id, SvtxVertexMap *vertexmap) |
PHG4Particle * | getTruthTrack (SvtxTrack *thisTrack, PHCompositeNode *topNode) |
void | initializeTruthBranches (TTree *m_tree, int daughter_id, std::string daughter_number, bool m_constrain_to_vertex_truthMatch) |
void | fillTruthBranch (PHCompositeNode *topNode, TTree *m_tree, KFParticle daughter, int daughter_id, KFParticle vertex, bool m_constrain_to_vertex_truthMatch) |
void | fillHepMCBranch (HepMC::GenParticle *particle, int daughter_id) |
int | getHepMCInfo (PHCompositeNode *topNode, TTree *m_tree, KFParticle daughter, int daughter_id) |
void | initializeCaloBranches (TTree *m_tree, int daughter_id, std::string daughter_number) |
void | fillCaloBranch (PHCompositeNode *topNode, TTree *m_tree, KFParticle daughter, int daughter_id) |
void | initializeDetectorBranches (TTree *m_tree, int daughter_id, std::string daughter_number) |
void | initializeSubDetectorBranches (TTree *m_tree, std::string detectorName, int daughter_id, std::string daughter_number) |
void | fillDetectorBranch (PHCompositeNode *topNode, TTree *m_tree, KFParticle daughter, int daughter_id) |
void | allPVInfo (PHCompositeNode *topNode, TTree *m_tree, KFParticle motherParticle, std::vector< KFParticle > daughters, std::vector< KFParticle > intermediates) |
void | clearVectors () |
Static Private Attributes | |
static const int | max_intermediates = 8 |
static const int | max_tracks = 20 |
Additional Inherited Members | |
Static Protected Attributes inherited from KFParticle_truthAndDetTools | |
static const int | max_tracks = 20 |
Definition at line 12 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 12 of file KFParticle_nTuple.h
KFParticle_nTuple::KFParticle_nTuple | ( | ) |
Constructor.
Definition at line 25 of file KFParticle_nTuple.cc.
View newest version in sPHENIX GitHub at line 25 of file KFParticle_nTuple.cc
|
inlinevirtual |
Destructor.
Definition at line 19 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 19 of file KFParticle_nTuple.h
float KFParticle_nTuple::calc_secondary_vertex_mass_noPID | ( | std::vector< KFParticle > | kfp_daughters | ) |
Definition at line 559 of file KFParticle_nTuple.cc.
View newest version in sPHENIX GitHub at line 559 of file KFParticle_nTuple.cc
References KFParticle_truthAndDetTools::m_num_tracks_nTuple, and Q.
Referenced by fillBranch().
void KFParticle_nTuple::fillBranch | ( | PHCompositeNode * | topNode, |
KFParticle | motherParticle, | ||
KFParticle | vertex, | ||
std::vector< KFParticle > | daughters, | ||
std::vector< KFParticle > | intermediates, | ||
int | nPVs, | ||
int | multiplicity | ||
) |
Fills required information for your selection, also requests truth and detector information if needed.
Definition at line 275 of file KFParticle_nTuple.cc.
View newest version in sPHENIX GitHub at line 275 of file KFParticle_nTuple.cc
References kdfinder::abs(), KFParticle_truthAndDetTools::allPVInfo(), calc_secondary_vertex_mass_noPID(), KFParticle_Tools::calculateEllipsoidVolume(), KFParticle_Tools::calculateJT(), KFParticle_truthAndDetTools::clearVectors(), KFParticle_Tools::eventDIRA(), KFParticle_truthAndDetTools::fillCaloBranch(), KFParticle_truthAndDetTools::fillDetectorBranch(), KFParticle_truthAndDetTools::fillTruthBranch(), PHNodeIterator::findFirst(), KFParticle_Tools::flightDistanceChi2(), EventHeaderv1::get_EvtSequence(), EventHeaderv1::get_RunNumber(), KFParticle_truthAndDetTools::getHepMCInfo(), KFParticle_Tools::getTracksFromVertex(), k, m_calculated_daughter_chi2, m_calculated_daughter_cov, m_calculated_daughter_eta, m_calculated_daughter_ip, m_calculated_daughter_ip_err, m_calculated_daughter_ip_xy, m_calculated_daughter_ipchi2, m_calculated_daughter_jt, m_calculated_daughter_mass, m_calculated_daughter_ndof, m_calculated_daughter_p, m_calculated_daughter_p_err, m_calculated_daughter_pdgID, m_calculated_daughter_pe, m_calculated_daughter_phi, m_calculated_daughter_pt, m_calculated_daughter_pt_err, m_calculated_daughter_px, m_calculated_daughter_py, m_calculated_daughter_pz, m_calculated_daughter_q, m_calculated_daughter_rapidity, m_calculated_daughter_theta, m_calculated_daughter_trid, m_calculated_daughter_x, m_calculated_daughter_y, m_calculated_daughter_z, m_calculated_intermediate_chi2, m_calculated_intermediate_cov, m_calculated_intermediate_decaylength, m_calculated_intermediate_decaylength_err, m_calculated_intermediate_decaytime, m_calculated_intermediate_decaytime_err, m_calculated_intermediate_dira, m_calculated_intermediate_eta, m_calculated_intermediate_fdchi2, m_calculated_intermediate_ip, m_calculated_intermediate_ip_err, m_calculated_intermediate_ip_xy, m_calculated_intermediate_ipchi2, m_calculated_intermediate_mass, m_calculated_intermediate_mass_err, m_calculated_intermediate_ndof, m_calculated_intermediate_p, m_calculated_intermediate_p_err, m_calculated_intermediate_pdgID, m_calculated_intermediate_pe, m_calculated_intermediate_phi, m_calculated_intermediate_pt, m_calculated_intermediate_pt_err, m_calculated_intermediate_px, m_calculated_intermediate_py, m_calculated_intermediate_pz, m_calculated_intermediate_q, m_calculated_intermediate_rapidity, m_calculated_intermediate_theta, m_calculated_intermediate_v, m_calculated_intermediate_x, m_calculated_intermediate_y, m_calculated_intermediate_z, m_calculated_mother_chi2, m_calculated_mother_cov, m_calculated_mother_decaylength, m_calculated_mother_decaylength_err, m_calculated_mother_decaytime, m_calculated_mother_decaytime_err, m_calculated_mother_dira, m_calculated_mother_eta, m_calculated_mother_fdchi2, m_calculated_mother_ip, m_calculated_mother_ip_err, m_calculated_mother_ip_xy, m_calculated_mother_ipchi2, m_calculated_mother_mass, m_calculated_mother_mass_err, m_calculated_mother_ndof, m_calculated_mother_p, m_calculated_mother_p_err, m_calculated_mother_pdgID, m_calculated_mother_pe, m_calculated_mother_phi, m_calculated_mother_pt, m_calculated_mother_pt_err, m_calculated_mother_px, m_calculated_mother_py, m_calculated_mother_pz, m_calculated_mother_q, m_calculated_mother_rapidity, m_calculated_mother_theta, m_calculated_mother_v, m_calculated_mother_x, m_calculated_mother_y, m_calculated_mother_z, m_calculated_vertex_chi2, m_calculated_vertex_cov, m_calculated_vertex_ndof, m_calculated_vertex_nTracks, m_calculated_vertex_v, m_calculated_vertex_x, m_calculated_vertex_y, m_calculated_vertex_z, m_calo_info, m_constrain_to_vertex_nTuple, m_daughter_dca, m_detector_info, m_evtNumber, m_get_all_PVs, m_get_charge_conjugate_nTuple, m_has_intermediates_nTuple, m_multiplicity, m_nPVs, KFParticle_truthAndDetTools::m_num_intermediate_states_nTuple, m_num_tracks_from_intermediate_nTuple, KFParticle_truthAndDetTools::m_num_tracks_nTuple, m_runNumber, m_sv_mass, m_tree, m_truth_matching, KFParticle_truthAndDetTools::m_vtx_map_node_name_nTuple, and Q.
Referenced by KFParticle_sPHENIX::process_event().
void KFParticle_nTuple::initializeBranches | ( | ) |
Initialises required branches based off the user selection (number of tracks, PV constraints etc ) and sets branch names if specified.
Definition at line 43 of file KFParticle_nTuple.cc.
View newest version in sPHENIX GitHub at line 43 of file KFParticle_nTuple.cc
References KFParticle_truthAndDetTools::allPV_daughter_IP, KFParticle_truthAndDetTools::allPV_daughter_IPchi2, KFParticle_truthAndDetTools::allPV_intermediates_IP, KFParticle_truthAndDetTools::allPV_intermediates_IPchi2, KFParticle_truthAndDetTools::allPV_mother_IP, KFParticle_truthAndDetTools::allPV_mother_IPchi2, KFParticle_truthAndDetTools::allPV_x, KFParticle_truthAndDetTools::allPV_y, KFParticle_truthAndDetTools::allPV_z, e6, KFParticle_truthAndDetTools::initializeCaloBranches(), KFParticle_truthAndDetTools::initializeDetectorBranches(), KFParticle_truthAndDetTools::initializeTruthBranches(), m_calculated_daughter_chi2, m_calculated_daughter_cov, m_calculated_daughter_eta, m_calculated_daughter_ip, m_calculated_daughter_ip_err, m_calculated_daughter_ip_xy, m_calculated_daughter_ipchi2, m_calculated_daughter_jt, m_calculated_daughter_mass, m_calculated_daughter_ndof, m_calculated_daughter_p, m_calculated_daughter_p_err, m_calculated_daughter_pdgID, m_calculated_daughter_pe, m_calculated_daughter_phi, m_calculated_daughter_pt, m_calculated_daughter_pt_err, m_calculated_daughter_px, m_calculated_daughter_py, m_calculated_daughter_pz, m_calculated_daughter_q, m_calculated_daughter_rapidity, m_calculated_daughter_theta, m_calculated_daughter_trid, m_calculated_daughter_x, m_calculated_daughter_y, m_calculated_daughter_z, m_calculated_intermediate_chi2, m_calculated_intermediate_cov, m_calculated_intermediate_decaylength, m_calculated_intermediate_decaylength_err, m_calculated_intermediate_decaytime, m_calculated_intermediate_decaytime_err, m_calculated_intermediate_dira, m_calculated_intermediate_eta, m_calculated_intermediate_fdchi2, m_calculated_intermediate_ip, m_calculated_intermediate_ip_err, m_calculated_intermediate_ip_xy, m_calculated_intermediate_ipchi2, m_calculated_intermediate_mass, m_calculated_intermediate_mass_err, m_calculated_intermediate_ndof, m_calculated_intermediate_p, m_calculated_intermediate_p_err, m_calculated_intermediate_pdgID, m_calculated_intermediate_pe, m_calculated_intermediate_phi, m_calculated_intermediate_pt, m_calculated_intermediate_pt_err, m_calculated_intermediate_px, m_calculated_intermediate_py, m_calculated_intermediate_pz, m_calculated_intermediate_q, m_calculated_intermediate_rapidity, m_calculated_intermediate_theta, m_calculated_intermediate_v, m_calculated_intermediate_x, m_calculated_intermediate_y, m_calculated_intermediate_z, m_calculated_mother_chi2, m_calculated_mother_cov, m_calculated_mother_decaylength, m_calculated_mother_decaylength_err, m_calculated_mother_decaytime, m_calculated_mother_decaytime_err, m_calculated_mother_dira, m_calculated_mother_eta, m_calculated_mother_fdchi2, m_calculated_mother_ip, m_calculated_mother_ip_err, m_calculated_mother_ip_xy, m_calculated_mother_ipchi2, m_calculated_mother_mass, m_calculated_mother_mass_err, m_calculated_mother_ndof, m_calculated_mother_p, m_calculated_mother_p_err, m_calculated_mother_pdgID, m_calculated_mother_pe, m_calculated_mother_phi, m_calculated_mother_pt, m_calculated_mother_pt_err, m_calculated_mother_px, m_calculated_mother_py, m_calculated_mother_pz, m_calculated_mother_q, m_calculated_mother_rapidity, m_calculated_mother_theta, m_calculated_mother_v, m_calculated_mother_x, m_calculated_mother_y, m_calculated_mother_z, m_calculated_vertex_chi2, m_calculated_vertex_cov, m_calculated_vertex_ndof, m_calculated_vertex_nTracks, m_calculated_vertex_v, m_calculated_vertex_x, m_calculated_vertex_y, m_calculated_vertex_z, m_calo_info, m_constrain_to_vertex_nTuple, m_daughter_dca, m_detector_info, m_evtNumber, m_get_all_PVs, m_has_intermediates_nTuple, m_intermediate_name_ntuple, m_mother_name, m_multiplicity, m_nPVs, KFParticle_truthAndDetTools::m_num_intermediate_states_nTuple, m_num_tracks_from_intermediate_nTuple, KFParticle_truthAndDetTools::m_num_tracks_nTuple, m_runNumber, m_sv_mass, m_tree, m_truth_matching, m_use_intermediate_name, pos(), and nlohmann::to_string().
Referenced by KFParticle_sPHENIX::process_event().
void KFParticle_nTuple::initializeVariables | ( | ) |
Unused for now, variables are initialised in the header.
Definition at line 38 of file KFParticle_nTuple.cc.
View newest version in sPHENIX GitHub at line 38 of file KFParticle_nTuple.cc
|
private |
Definition at line 150 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 150 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 155 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 155 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 146 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 146 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 129 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 129 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 132 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 132 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 130 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 130 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 131 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 131 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 144 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 144 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 128 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 128 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 151 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 151 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 140 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 140 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 141 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 141 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 153 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 153 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 139 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 139 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 149 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 149 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 142 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 142 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 143 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 143 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 136 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 136 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 137 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 137 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 138 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 138 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 145 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 145 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 147 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 147 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 148 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 148 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 152 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 152 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 133 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 133 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 134 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 134 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 135 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 135 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 121 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 121 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 125 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 125 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 96 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 96 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 97 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 97 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 94 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 94 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 95 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 95 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 98 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 98 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 116 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 116 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 99 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 99 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 100 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 100 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 103 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 103 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 101 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 101 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 102 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 102 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 92 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 92 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 93 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 93 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 122 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 122 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 111 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 111 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 112 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 112 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 123 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 123 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 110 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 110 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 119 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 119 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 113 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 113 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 114 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 114 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 107 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 107 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 108 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 108 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 109 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 109 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 115 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 115 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 117 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 117 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 118 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 118 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 120 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 120 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 104 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 104 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 105 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 105 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 106 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 106 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 85 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 85 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 89 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 89 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 60 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 60 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 61 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 61 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 58 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 58 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 59 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 59 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 62 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 62 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 80 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 80 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 63 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 63 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 64 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 64 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 67 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 67 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 65 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 65 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 66 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 66 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 56 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 56 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 57 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 57 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 86 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 86 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 75 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 75 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 76 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 76 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 87 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 87 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 74 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 74 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 83 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 83 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 77 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 77 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 78 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 78 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 71 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 71 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 72 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 72 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 73 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 73 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 79 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 79 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 81 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 81 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 82 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 82 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 84 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 84 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 68 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 68 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 69 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 69 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 70 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 70 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 164 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 164 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 167 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 167 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 165 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 165 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 163 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 163 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 162 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 162 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 159 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 159 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 160 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 160 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 161 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 161 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
protected |
Definition at line 46 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 46 of file KFParticle_nTuple.h
Referenced by fillBranch(), KFParticle_sPHENIX::getCaloInfo(), and initializeBranches().
|
protected |
Definition at line 39 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 39 of file KFParticle_nTuple.h
Referenced by KFParticle_sPHENIX::constrainToPrimaryVertex(), fillBranch(), and initializeBranches().
|
private |
Definition at line 157 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 157 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
protected |
Definition at line 45 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 45 of file KFParticle_nTuple.h
Referenced by fillBranch(), KFParticle_sPHENIX::getDetectorInfo(), and initializeBranches().
|
private |
Definition at line 175 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 175 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
protected |
Definition at line 40 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 40 of file KFParticle_nTuple.h
Referenced by fillBranch(), KFParticle_sPHENIX::getAllPVInfo(), and initializeBranches().
|
protected |
Definition at line 50 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 50 of file KFParticle_nTuple.h
Referenced by fillBranch(), and KFParticle_sPHENIX::getChargeConjugate().
|
protected |
Definition at line 38 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 38 of file KFParticle_nTuple.h
Referenced by fillBranch(), KFParticle_sPHENIX::hasIntermediateStates(), and initializeBranches().
|
protected |
Definition at line 51 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 51 of file KFParticle_nTuple.h
Referenced by initializeBranches(), and KFParticle_sPHENIX::setIntermediateStates().
|
protected |
Definition at line 47 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 47 of file KFParticle_nTuple.h
Referenced by initializeBranches(), and KFParticle_sPHENIX::setMotherName().
|
private |
Definition at line 172 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 172 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 171 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 171 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
protected |
Definition at line 43 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 43 of file KFParticle_nTuple.h
Referenced by fillBranch(), initializeBranches(), and KFParticle_sPHENIX::setNumberTracksFromIntermeditateState().
|
private |
Definition at line 174 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 174 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 169 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 169 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
private |
Definition at line 54 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 54 of file KFParticle_nTuple.h
Referenced by fillBranch(), and initializeBranches().
|
protected |
Definition at line 44 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 44 of file KFParticle_nTuple.h
Referenced by KFParticle_sPHENIX::doTruthMatching(), fillBranch(), and initializeBranches().
|
protected |
Definition at line 49 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 49 of file KFParticle_nTuple.h
Referenced by initializeBranches(), and KFParticle_sPHENIX::useIntermediateName().
|
staticprivate |
Definition at line 91 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 91 of file KFParticle_nTuple.h
|
staticprivate |
Definition at line 127 of file KFParticle_nTuple.h.
View newest version in sPHENIX GitHub at line 127 of file KFParticle_nTuple.h