Public Member Functions | |
ModulePlots (DIRECTORY &&dir) | |
Public Attributes | |
DIRECTORY | fDir |
TH1D * | fHits |
TH1D * | fTriggerDeltaT |
TH1D * | fHitsPerTrigger |
TH1D * | fAllADC |
TH1D * | fDeltaTOverlap |
std::map< size_t, TH1D * > | fChannelToADC |
unsigned long long | fPrevTimestamp |
double | fPrevSeconds |
Definition at line 183 of file DQMPlotter.cpp.
|
inline |
Definition at line 185 of file DQMPlotter.cpp.
TH1D* CRT::DQMPlotter< TFS >::ModulePlots< DIRECTORY >::fAllADC |
Definition at line 202 of file DQMPlotter.cpp.
std::map<size_t, TH1D*> CRT::DQMPlotter< TFS >::ModulePlots< DIRECTORY >::fChannelToADC |
Definition at line 204 of file DQMPlotter.cpp.
TH1D* CRT::DQMPlotter< TFS >::ModulePlots< DIRECTORY >::fDeltaTOverlap |
Definition at line 203 of file DQMPlotter.cpp.
DIRECTORY CRT::DQMPlotter< TFS >::ModulePlots< DIRECTORY >::fDir |
Definition at line 198 of file DQMPlotter.cpp.
TH1D* CRT::DQMPlotter< TFS >::ModulePlots< DIRECTORY >::fHits |
Definition at line 199 of file DQMPlotter.cpp.
TH1D* CRT::DQMPlotter< TFS >::ModulePlots< DIRECTORY >::fHitsPerTrigger |
Definition at line 201 of file DQMPlotter.cpp.
double CRT::DQMPlotter< TFS >::ModulePlots< DIRECTORY >::fPrevSeconds |
Definition at line 207 of file DQMPlotter.cpp.
unsigned long long CRT::DQMPlotter< TFS >::ModulePlots< DIRECTORY >::fPrevTimestamp |
Definition at line 206 of file DQMPlotter.cpp.
TH1D* CRT::DQMPlotter< TFS >::ModulePlots< DIRECTORY >::fTriggerDeltaT |
Definition at line 200 of file DQMPlotter.cpp.