|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGBJETMONITORING_TRIGBJETMONITORALGORITHM_H
6 #define TRIGBJETMONITORING_TRIGBJETMONITORALGORITHM_H
23 Gaudi::Property<bool>
m_doRandom {
this,
"RandomHist",
true};
29 Gaudi::Property<std::vector<std::string>>
m_allChains{
this,
"AllChains",{}};
virtual ~TrigBjetMonitorAlgorithm()
virtual StatusCode initialize() override
initialize
Property holding a SG store/key/clid from which a ReadHandle is made.
Base class for Athena Monitoring Algorithms.
::StatusCode StatusCode
StatusCode definition for legacy code.
TrigBjetMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Header file to be included by clients of the Monitored infrastructure.
Gaudi::Property< std::string > m_btaggingLinkName
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_onlineTrackContainerKey
SG::ReadHandleKey< xAOD::MuonContainer > m_muonContainerKey
SG::ReadHandleKey< xAOD::VertexContainer > m_onlineVertexContainerKey
Gaudi::Property< bool > m_collisionRun
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Gaudi::Property< std::vector< std::string > > m_allChains
SG::ReadHandleKey< xAOD::VertexContainer > m_offlineVertexContainerKey
Gaudi::Property< bool > m_expressStreamFlag
Gaudi::Property< bool > m_doRandom