|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef CscRdoValMonAlg_H
6 #define CscRdoValMonAlg_H
11 #include "GaudiKernel/ServiceHandle.h"
12 #include "GaudiKernel/ToolHandle.h"
30 ToolHandle<Muon::ICSC_RDO_Decoder>
m_cscRdoDecoderTool{
this,
"CscRDODecoder",
"Muon::CscRDO_Decoder",
"Muon::CscRDO_Decoder"};
virtual ~CscRdoValMonAlg()=default
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Base class for Athena Monitoring Algorithms.
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< Muon::ICSC_RDO_Decoder > m_cscRdoDecoderTool
SG::ReadHandleKey< CscRawDataContainer > m_cscRdoKey
Header file to be included by clients of the Monitored infrastructure.
virtual StatusCode initialize() override
initialize
Gaudi::Property< size_t > m_cscNoiseCut
CscRdoValMonAlg(const std::string &name, ISvcLocator *pSvcLocator)