 |
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef RPC_RDO_ANALYSIS_H
5 #define RPC_RDO_ANALYSIS_H
34 "Key of MuonNRPC_CablingMap"};
40 "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
42 Gaudi::Property<std::string>
m_path{
this,
"HistPath",
"RpcRDOAnalysis"};
53 const std::string& basePath,
85 const std::string& basePath,
110 #endif // RPC_RDO_ANALYSIS_H
TH1 * h_subDet
sub detector
Property holding a SG store/key/clid from which a ReadHandle is made.
const ServiceHandle< ITHistSvc > & histSvc() const
The standard THistSvc (for writing histograms and TTrees and more to a root file) Returns (kind of) a...
SG::ReadHandleKey< xAOD::NRPCRDOContainer > m_inputKeyRdo
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Service handle of the IdHelperSvc.
TH1 * h_tOverThr
Time over threshold.
TH1 * h_channelId
channel Id
std::vector< RdoHistoSet > m_rdoHistos
SG::ReadHandleKey< RpcPadContainer > m_inputKeyPad
Property holding a SG store/key/clid from which a ReadHandle is made.
TH1 * h_boardSec
board sector
SG::ReadCondHandleKey< Muon::RpcCablingMap > m_cablingKey
ChIndex chIndex(const std::string &index)
convert ChIndex name string to enum
::StatusCode StatusCode
StatusCode definition for legacy code.
RdoHistoSet(const ServiceHandle< ITHistSvc > &histSvc, const std::string &basePath, const ChIdx_t chIndex)
Constructor instantiating the monitoring histograms.
virtual StatusCode execute() override final
TH1 * h_bcid
Bunch crossing ID.
Class to store array like branches into the n-tuples.
std::vector< PadHistoSet > m_padHistos
TH1 * h_time
Time of record.
~RpcRDOAnalysis()=default
PadHistoSet(const ServiceHandle< ITHistSvc > &histSvc, const std::string &basePath, const ChIdx_t chIndex)
Constructor instantiating the monitoring histograms.
ChIndex
enum to classify the different chamber layers in the muon spectrometer
Gaudi::Property< std::string > m_path
virtual StatusCode initialize() override final
Use IdentifiableContainer with RpcPad.