Analysis Software
Documentation for sPHENIX simulation software
|
#include <analysis/blob/master/SimpleTrackingAnalysis/SimpleTrackingAnalysis.h>
Public Member Functions | |
SimpleTrackingAnalysis (const std::string &name="SimpleTrackingAnalysis") | |
int | Init (PHCompositeNode *) |
int | process_event (PHCompositeNode *) |
int | End (PHCompositeNode *) |
Called at the end of all processing. | |
void | set_nlayers (unsigned int x) |
void | set_verbosity (int x) |
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. | |
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 20 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 20 of file SimpleTrackingAnalysis.h
SimpleTrackingAnalysis::SimpleTrackingAnalysis | ( | const std::string & | name = "SimpleTrackingAnalysis" | ) |
Definition at line 46 of file SimpleTrackingAnalysis.C.
View newest version in sPHENIX GitHub at line 46 of file SimpleTrackingAnalysis.C
References magneticfield, nerrors, nevents, nlayers, nwarnings, and verbosity.
|
virtual |
Called at the end of all processing.
Reimplemented from SubsysReco.
Definition at line 586 of file SimpleTrackingAnalysis.C.
View newest version in sPHENIX GitHub at line 586 of file SimpleTrackingAnalysis.C
|
virtual |
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 60 of file SimpleTrackingAnalysis.C.
View newest version in sPHENIX GitHub at line 60 of file SimpleTrackingAnalysis.C
References _dx_vertex, _dy_vertex, _dz_vertex, _recopt_quality, _recopt_quality_tracks_all, _recopt_quality_tracks_recoWithin4Percent, _recopt_tracks_all, _recopt_tracks_recoWithExactHits, _recopt_tracks_recoWithin1Hit, _recopt_tracks_recoWithin2Hits, _recopt_tracks_recoWithin3Percent, _recopt_tracks_recoWithin4Percent, _recopt_tracks_recoWithin5Percent, _truept_dca, _truept_dptoverpt, _truept_particles_leavingAllHits, _truept_particles_recoWithExactHits, _truept_particles_recoWithin1Hit, _truept_particles_recoWithin2Hits, _truept_particles_recoWithin3Percent, _truept_particles_recoWithin4Percent, _truept_particles_recoWithin5Percent, _truept_quality_particles_recoWithin4Percent, hmult, hmult_vertex, Fun4AllServer::instance(), Fun4AllServer::registerHisto(), th2d_reco_calo_nhits1, th2d_reco_calo_nhits2, th2d_reco_calo_nhits3, th2d_reco_calo_nhits4, th2d_reco_calo_nhits5, th2d_reco_calo_nhits6, th2d_reco_calo_nhits7, th2d_reco_calo_nhits8, th2d_reco_calo_pt1sigma, th2d_reco_calo_pt2sigma, th2d_reco_calo_pt3sigma, th2d_reco_calo_pt4sigma, th2d_reco_calo_pt5sigma, th2d_reco_calo_pt6sigma, th2d_recopt_tracks_withcalocuts_all, th2d_recopt_tracks_withcalocuts_recoWithExactHits, th2d_recopt_tracks_withcalocuts_recoWithin1Hit, th2d_recopt_tracks_withcalocuts_recoWithin1Sigma, th2d_recopt_tracks_withcalocuts_recoWithin2Hits, th2d_recopt_tracks_withcalocuts_recoWithin2Sigma, th2d_recopt_tracks_withcalocuts_recoWithin3Percent, th2d_recopt_tracks_withcalocuts_recoWithin3Sigma, th2d_recopt_tracks_withcalocuts_recoWithin4Percent, th2d_recopt_tracks_withcalocuts_recoWithin5Percent, th2d_true_calo_nhits1, th2d_true_calo_nhits2, th2d_true_calo_nhits3, th2d_true_calo_nhits4, th2d_true_calo_nhits5, th2d_true_calo_nhits6, th2d_true_calo_nhits7, th2d_true_calo_nhits8, th2d_true_calo_pt1sigma, th2d_true_calo_pt2sigma, th2d_true_calo_pt3sigma, th2d_true_calo_pt4sigma, th2d_true_calo_pt5sigma, th2d_true_calo_pt6sigma, th2d_truept_particles_withcalocuts_leavingAllHits, th2d_truept_particles_withcalocuts_recoWithExactHits, th2d_truept_particles_withcalocuts_recoWithin1Hit, th2d_truept_particles_withcalocuts_recoWithin1Sigma, th2d_truept_particles_withcalocuts_recoWithin2Hits, th2d_truept_particles_withcalocuts_recoWithin2Sigma, th2d_truept_particles_withcalocuts_recoWithin3Percent, th2d_truept_particles_withcalocuts_recoWithin3Sigma, th2d_truept_particles_withcalocuts_recoWithin4Percent, and th2d_truept_particles_withcalocuts_recoWithin5Percent.
|
virtual |
Called for each event. This is where you do the real work.
Reimplemented from SubsysReco.
Definition at line 253 of file SimpleTrackingAnalysis.C.
View newest version in sPHENIX GitHub at line 253 of file SimpleTrackingAnalysis.C
References _dx_vertex, _dy_vertex, _dz_vertex, _recopt_quality, _recopt_quality_tracks_all, _recopt_quality_tracks_recoWithin4Percent, _recopt_tracks_all, _recopt_tracks_recoWithExactHits, _recopt_tracks_recoWithin1Hit, _recopt_tracks_recoWithin2Hits, _recopt_tracks_recoWithin3Percent, _recopt_tracks_recoWithin4Percent, _recopt_tracks_recoWithin5Percent, _truept_dca, _truept_dptoverpt, _truept_particles_leavingAllHits, _truept_particles_recoWithExactHits, _truept_particles_recoWithin1Hit, _truept_particles_recoWithin2Hits, _truept_particles_recoWithin3Percent, _truept_particles_recoWithin4Percent, _truept_particles_recoWithin5Percent, _truept_quality_particles_recoWithin4Percent, SvtxTruthEval::all_truth_hits(), SvtxTrackMap::begin(), SvtxVertexMap::begin(), SvtxTrackEval::best_track_from(), SvtxTrack::CEMC, Fun4AllReturnCodes::DISCARDEVENT, SvtxTrackMap::end(), SvtxVertexMap::end(), Fun4AllReturnCodes::EVENT_OK, SvtxTrack::get_cal_deta(), SvtxTrack::get_cal_dphi(), SvtxTrack::get_cal_energy_3x3(), SvtxTrack::get_dca2d(), PHG4Particle::get_e(), SvtxTruthEval::get_embed(), SvtxTrackEval::get_nclusters_contribution(), SvtxTrack::get_p(), PHG4Particle::get_pid(), SvtxTrack::get_pt(), PHG4Particle::get_px(), PHG4Particle::get_py(), SvtxTrack::get_quality(), SvtxEvalStack::get_track_eval(), SvtxEvalStack::get_truth_eval(), SvtxEvalStack::get_vertex_eval(), PHG4VtxPoint::get_x(), SvtxVertex::get_x(), PHG4VtxPoint::get_y(), SvtxVertex::get_y(), PHG4VtxPoint::get_z(), SvtxVertex::get_z(), PHG4TruthInfoContainer::GetPrimaryParticleRange(), SvtxTrack::HCALIN, SvtxTrack::HCALOUT, hmult, hmult_vertex, SvtxTrackEval::max_truth_particle_by_nclusters(), SvtxVertexEval::max_truth_point_by_ntracks(), nerrors, nevents, ng4hits, nlayers, ntracks, PHWHERE, SvtxVertex::size_tracks(), th2d_recopt_tracks_withcalocuts_all, th2d_recopt_tracks_withcalocuts_recoWithExactHits, th2d_recopt_tracks_withcalocuts_recoWithin1Hit, th2d_recopt_tracks_withcalocuts_recoWithin1Sigma, th2d_recopt_tracks_withcalocuts_recoWithin2Hits, th2d_recopt_tracks_withcalocuts_recoWithin2Sigma, th2d_recopt_tracks_withcalocuts_recoWithin3Percent, th2d_recopt_tracks_withcalocuts_recoWithin3Sigma, th2d_recopt_tracks_withcalocuts_recoWithin4Percent, th2d_recopt_tracks_withcalocuts_recoWithin5Percent, th2d_truept_particles_withcalocuts_leavingAllHits, th2d_truept_particles_withcalocuts_recoWithExactHits, th2d_truept_particles_withcalocuts_recoWithin1Hit, th2d_truept_particles_withcalocuts_recoWithin1Sigma, th2d_truept_particles_withcalocuts_recoWithin2Hits, th2d_truept_particles_withcalocuts_recoWithin2Sigma, th2d_truept_particles_withcalocuts_recoWithin3Percent, th2d_truept_particles_withcalocuts_recoWithin3Sigma, th2d_truept_particles_withcalocuts_recoWithin4Percent, th2d_truept_particles_withcalocuts_recoWithin5Percent, and verbosity.
|
inline |
Definition at line 31 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 31 of file SimpleTrackingAnalysis.h
References nlayers, and ambiguity_solver_full_chain::x.
|
inline |
Definition at line 33 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 33 of file SimpleTrackingAnalysis.h
References verbosity, and ambiguity_solver_full_chain::x.
|
private |
Definition at line 157 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 157 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 158 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 158 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 159 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 159 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 69 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 69 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 70 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 70 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 71 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 71 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 86 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 86 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 87 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 87 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 88 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 88 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 89 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 89 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 90 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 90 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 91 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 91 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 92 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 92 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 74 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 74 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 75 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 75 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 76 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 76 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 77 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 77 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 78 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 78 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 79 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 79 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 80 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 80 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 81 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 81 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 82 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 82 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 72 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 72 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 45 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 45 of file SimpleTrackingAnalysis.h
|
private |
Definition at line 48 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 48 of file SimpleTrackingAnalysis.h
|
private |
Definition at line 46 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 46 of file SimpleTrackingAnalysis.h
|
private |
Definition at line 49 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 49 of file SimpleTrackingAnalysis.h
|
private |
Definition at line 47 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 47 of file SimpleTrackingAnalysis.h
|
private |
Definition at line 50 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 50 of file SimpleTrackingAnalysis.h
|
private |
Definition at line 161 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 161 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 162 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 162 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 54 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 54 of file SimpleTrackingAnalysis.h
Referenced by SimpleTrackingAnalysis().
|
private |
Definition at line 61 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 61 of file SimpleTrackingAnalysis.h
Referenced by End(), process_event(), and SimpleTrackingAnalysis().
|
private |
Definition at line 60 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 60 of file SimpleTrackingAnalysis.h
Referenced by End(), process_event(), and SimpleTrackingAnalysis().
|
private |
Definition at line 65 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 65 of file SimpleTrackingAnalysis.h
Referenced by process_event(), set_nlayers(), and SimpleTrackingAnalysis().
|
private |
Definition at line 62 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 62 of file SimpleTrackingAnalysis.h
Referenced by End(), and SimpleTrackingAnalysis().
|
private |
Definition at line 127 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 127 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 126 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 126 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 125 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 125 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 124 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 124 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 123 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 123 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 122 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 122 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 121 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 121 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 120 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 120 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 129 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 129 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 130 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 130 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 131 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 131 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 132 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 132 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 133 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 133 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 134 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 134 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 96 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 96 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 97 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 97 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 98 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 98 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 103 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 103 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 99 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 99 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 104 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 104 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 100 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 100 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 105 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 105 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 101 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 101 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 102 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 102 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 146 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 146 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 145 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 145 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 144 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 144 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 143 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 143 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 142 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 142 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 141 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 141 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 140 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 140 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 139 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 139 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 148 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 148 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 149 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 149 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 150 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 150 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 151 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 151 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 152 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 152 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 153 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 153 of file SimpleTrackingAnalysis.h
Referenced by Init().
|
private |
Definition at line 108 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 108 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 109 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 109 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 110 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 110 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 115 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 115 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 111 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 111 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 116 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 116 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 112 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 112 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 117 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 117 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 113 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 113 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 114 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 114 of file SimpleTrackingAnalysis.h
Referenced by Init(), and process_event().
|
private |
Definition at line 56 of file SimpleTrackingAnalysis.h.
View newest version in sPHENIX GitHub at line 56 of file SimpleTrackingAnalysis.h
Referenced by process_event(), set_verbosity(), and SimpleTrackingAnalysis().