![]() |
ATLAS Offline Software
|
Public Member Functions | |
RdoHistoSet (const ServiceHandle< ITHistSvc > &histSvc, const std::string &basePath, const ChIdx_t chIndex) | |
Constructor instantiating the monitoring histograms. More... | |
Public Attributes | |
ChIdx_t | chIdx {ChIdx_t::ChUnknown} |
TH1 * | h_bcid {nullptr} |
Bunch crossing ID. More... | |
TH1 * | h_time {nullptr} |
Time of record. More... | |
TH1 * | h_tOverThr {nullptr} |
Time over threshold. More... | |
TH1 * | h_subDet {nullptr} |
sub detector More... | |
TH1 * | h_boardSec {nullptr} |
board sector More... | |
TH1 * | h_board {nullptr} |
board Id More... | |
TH1 * | h_channelId {nullptr} |
channel Id More... | |
Definition at line 79 of file RpcRDOAnalysis.h.
MuonVal::RpcRDOAnalysis::RdoHistoSet::RdoHistoSet | ( | const ServiceHandle< ITHistSvc > & | histSvc, |
const std::string & | basePath, | ||
const ChIdx_t | chIndex | ||
) |
Constructor instantiating the monitoring histograms.
histSvc | Reference to the histSvc to register the histograms with the file |
basePath | Basic path for all histograms |
chIndex | Station index to consider for the histogram set |
Definition at line 48 of file RpcRDOAnalysis.cxx.
ChIdx_t MuonVal::RpcRDOAnalysis::RdoHistoSet::chIdx {ChIdx_t::ChUnknown} |
Definition at line 88 of file RpcRDOAnalysis.h.
TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_bcid {nullptr} |
Bunch crossing ID.
Definition at line 90 of file RpcRDOAnalysis.h.
TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_board {nullptr} |
board Id
Definition at line 100 of file RpcRDOAnalysis.h.
TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_boardSec {nullptr} |
board sector
Definition at line 98 of file RpcRDOAnalysis.h.
TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_channelId {nullptr} |
channel Id
Definition at line 102 of file RpcRDOAnalysis.h.
TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_subDet {nullptr} |
sub detector
Definition at line 96 of file RpcRDOAnalysis.h.
TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_time {nullptr} |
Time of record.
Definition at line 92 of file RpcRDOAnalysis.h.
TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_tOverThr {nullptr} |
Time over threshold.
Definition at line 94 of file RpcRDOAnalysis.h.