![]() |
ATLAS Offline Software
|
Public Member Functions | |
| RdoHistoSet (const ServiceHandle< ITHistSvc > &histSvc, const std::string &basePath, const ChIdx_t chIndex) | |
| Constructor instantiating the monitoring histograms. | |
Public Attributes | |
| ChIdx_t | chIdx {ChIdx_t::ChUnknown} |
| TH1 * | h_bcid {nullptr} |
| Bunch crossing ID. | |
| TH1 * | h_time {nullptr} |
| Time of record. | |
| TH1 * | h_tOverThr {nullptr} |
| Time over threshold. | |
| TH1 * | h_subDet {nullptr} |
| sub detector | |
| TH1 * | h_boardSec {nullptr} |
| board sector | |
| TH1 * | h_board {nullptr} |
| board Id | |
| TH1 * | h_channelId {nullptr} |
| channel Id | |
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} |
| TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_board {nullptr} |
| TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_boardSec {nullptr} |
| TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_channelId {nullptr} |
| TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_subDet {nullptr} |
| TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_time {nullptr} |
| TH1* MuonVal::RpcRDOAnalysis::RdoHistoSet::h_tOverThr {nullptr} |