|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef CscPrdValMonAlg_H
6 #define CscPrdValMonAlg_H
14 #include "GaudiKernel/ServiceHandle.h"
15 #include "GaudiKernel/ToolHandle.h"
36 ToolHandle<ICscStripFitter>
m_stripFitter{
this,
"CSCStripFitter",
"CSCStripFitter",
"Strip fitter Tool"};
38 Gaudi::Property<bool>
m_mapxyrz{
this,
"MapYXandRZ",
false};
Property holding a SG store/key/clid from which a ReadHandle is made.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::ReadHandleKey< Muon::CscStripPrepDataContainer > m_cscPrdKey
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
virtual StatusCode initialize() override
initialize
Property holding a SG store/key/clid from which a ReadHandle is made.
Base class for Athena Monitoring Algorithms.
Gaudi::Property< size_t > m_cscNoiseCut
Gaudi::Property< bool > m_mapxyrz
::StatusCode StatusCode
StatusCode definition for legacy code.
Header file to be included by clients of the Monitored infrastructure.
ToolHandle< ICscStripFitter > m_stripFitter
CscPrdValMonAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~CscPrdValMonAlg()=default