#include <HIPMonitorConfig.h>
Public Member Functions | |
void | bookBranches () override |
void | fill () override |
HIPTrackMonitorVariables (int maxNEvents_=-1, int maxTracksRcd_=-1) | |
Public Member Functions inherited from HIPMonitorVariables | |
HIPMonitorVariables () | |
void | setTree (TTree *tree_) |
virtual | ~HIPMonitorVariables () |
Public Attributes | |
std::vector< float > | m_Chi2n |
std::vector< float > | m_d0 |
std::vector< float > | m_dz |
std::vector< float > | m_Eta |
std::vector< int > | m_Nhits |
std::vector< int > | m_nhPXB |
std::vector< int > | m_nhPXF |
std::vector< int > | m_nhTEC |
std::vector< int > | m_nhTIB |
std::vector< int > | m_nhTID |
std::vector< int > | m_nhTOB |
int | m_Ntracks |
std::vector< float > | m_P |
std::vector< float > | m_Phi |
std::vector< float > | m_Pt |
std::vector< float > | m_wt |
const int | maxNEvents |
const int | maxTracksRcd |
int | nEvents |
int | nTracks |
Protected Member Functions | |
void | resetPerEvent () |
void | resizeVectors (int NewSize) |
Additional Inherited Members | |
Protected Attributes inherited from HIPMonitorVariables | |
TTree * | tree |
Definition at line 22 of file HIPMonitorConfig.h.
|
inline |
Definition at line 32 of file HIPMonitorConfig.h.
|
overridevirtual |
|
overridevirtual |
Implements HIPMonitorVariables.
Definition at line 74 of file HIPMonitorConfig.cc.
References cuy::doFill, m_Ntracks, m_Pt, maxNEvents, maxTracksRcd, nEvents, nTracks, resetPerEvent(), and resizeVectors().
Referenced by HIPAlignmentAlgorithm::run().
|
inlineprotected |
|
inlineprotected |
std::vector<float> HIPTrackMonitorVariables::m_Chi2n |
Definition at line 29 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<float> HIPTrackMonitorVariables::m_d0 |
Definition at line 29 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<float> HIPTrackMonitorVariables::m_dz |
Definition at line 29 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<float> HIPTrackMonitorVariables::m_Eta |
Definition at line 29 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<int> HIPTrackMonitorVariables::m_Nhits |
Definition at line 30 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<int> HIPTrackMonitorVariables::m_nhPXB |
Definition at line 30 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<int> HIPTrackMonitorVariables::m_nhPXF |
Definition at line 30 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<int> HIPTrackMonitorVariables::m_nhTEC |
Definition at line 30 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<int> HIPTrackMonitorVariables::m_nhTIB |
Definition at line 30 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<int> HIPTrackMonitorVariables::m_nhTID |
Definition at line 30 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<int> HIPTrackMonitorVariables::m_nhTOB |
Definition at line 30 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
int HIPTrackMonitorVariables::m_Ntracks |
Definition at line 28 of file HIPMonitorConfig.h.
Referenced by bookBranches(), fill(), and resetPerEvent().
std::vector<float> HIPTrackMonitorVariables::m_P |
Definition at line 29 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<float> HIPTrackMonitorVariables::m_Phi |
Definition at line 29 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<float> HIPTrackMonitorVariables::m_Pt |
Definition at line 29 of file HIPMonitorConfig.h.
Referenced by bookBranches(), fill(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
std::vector<float> HIPTrackMonitorVariables::m_wt |
Definition at line 29 of file HIPMonitorConfig.h.
Referenced by bookBranches(), resetPerEvent(), resizeVectors(), and HIPAlignmentAlgorithm::run().
const int HIPTrackMonitorVariables::maxNEvents |
Definition at line 24 of file HIPMonitorConfig.h.
Referenced by fill().
const int HIPTrackMonitorVariables::maxTracksRcd |
Definition at line 25 of file HIPMonitorConfig.h.
Referenced by fill().
int HIPTrackMonitorVariables::nEvents |
Definition at line 26 of file HIPMonitorConfig.h.
Referenced by fill(), and looper.Looper::loop().
int HIPTrackMonitorVariables::nTracks |
Definition at line 27 of file HIPMonitorConfig.h.
Referenced by fill().