![]() |
ATLAS Offline Software
|
Histograms per station index. More...
Public Member Functions | |
HistoSet ()=default | |
Default constructor. More... | |
HistoSet (const ServiceHandle< ITHistSvc > &histSvc, const std::string &basePath, const StIdx_t stIdx) | |
Constructor instantiating the monitoring histograms. More... | |
Public Attributes | |
StIdx_t | stIdx {StIdx_t::StUnknown} |
TH1 * | h_subID {nullptr} |
TH1 * | h_mrodID {nullptr} |
TH1 * | h_csmID {nullptr} |
TH1 * | h_tdcID {nullptr} |
TH1 * | h_chanID {nullptr} |
TH1 * | h_coarse {nullptr} |
TH1 * | h_fine {nullptr} |
TH1 * | h_width {nullptr} |
Histograms per station index.
Definition at line 36 of file MdtRDOAnalysis.h.
|
default |
Default constructor.
MuonVal::MdtRDOAnalysis::HistoSet::HistoSet | ( | const ServiceHandle< ITHistSvc > & | histSvc, |
const std::string & | basePath, | ||
const StIdx_t | stIdx | ||
) |
Constructor instantiating the monitoring histograms.
histSvc | Reference to the histSvc to register the histograms with the file |
basePath | Basic path for all histograms |
stIdx | Station index to consider for the histogram set |
Definition at line 18 of file MdtRDOAnalysis.cxx.
TH1* MuonVal::MdtRDOAnalysis::HistoSet::h_chanID {nullptr} |
Definition at line 52 of file MdtRDOAnalysis.h.
TH1* MuonVal::MdtRDOAnalysis::HistoSet::h_coarse {nullptr} |
Definition at line 53 of file MdtRDOAnalysis.h.
TH1* MuonVal::MdtRDOAnalysis::HistoSet::h_csmID {nullptr} |
Definition at line 50 of file MdtRDOAnalysis.h.
TH1* MuonVal::MdtRDOAnalysis::HistoSet::h_fine {nullptr} |
Definition at line 54 of file MdtRDOAnalysis.h.
TH1* MuonVal::MdtRDOAnalysis::HistoSet::h_mrodID {nullptr} |
Definition at line 49 of file MdtRDOAnalysis.h.
TH1* MuonVal::MdtRDOAnalysis::HistoSet::h_subID {nullptr} |
Definition at line 48 of file MdtRDOAnalysis.h.
TH1* MuonVal::MdtRDOAnalysis::HistoSet::h_tdcID {nullptr} |
Definition at line 51 of file MdtRDOAnalysis.h.
TH1* MuonVal::MdtRDOAnalysis::HistoSet::h_width {nullptr} |
Definition at line 55 of file MdtRDOAnalysis.h.
StIdx_t MuonVal::MdtRDOAnalysis::HistoSet::stIdx {StIdx_t::StUnknown} |
Definition at line 47 of file MdtRDOAnalysis.h.