|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef CscClusterValMonAlg_H
6 #define CscClusterValMonAlg_H
11 #include "GaudiKernel/ServiceHandle.h"
12 #include "GaudiKernel/ToolHandle.h"
37 ToolHandle<ICscStripFitter>
m_stripFitter{
this,
"CSCStripFitter",
"CSCStripFitter",
"Strip fitter Tool"};
40 ToolHandle<ICscCalibTool>
m_cscCalibTool{
this,
"CscCalibTool",
"CscCalib",
"Calib Tool"};
47 Gaudi::Property<bool>
m_doEvtSel{
this,
"CSCDoEventSelection",
false};
Property holding a SG store/key/clid from which a ReadHandle is made.
CscClusterValMonAlg(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< bool > m_doEvtSel
Gaudi::Property< std::vector< std::string > > m_sampSelTriggers
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< double > m_qmaxADCCut
Base class for Athena Monitoring Algorithms.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual ~CscClusterValMonAlg()=default
ToolHandle< ICscStripFitter > m_stripFitter
ToolHandle< ICscCalibTool > m_cscCalibTool
virtual StatusCode initialize() override
initialize
Header file to be included by clients of the Monitored infrastructure.
SG::ReadHandleKey< Muon::CscStripPrepDataContainer > m_cscPRDKey
bool evtSelTriggersPassed() const
SG::ReadHandleKey< Muon::CscPrepDataContainer > m_cscClusterKey
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc