ATLAS Offline Software
Loading...
Searching...
No Matches
TrigBjetMonitorAlgorithm.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGBJETMONITORING_TRIGBJETMONITORALGORITHM_H
6#define TRIGBJETMONITORING_TRIGBJETMONITORALGORITHM_H
7
10
15
17 public:
18 TrigBjetMonitorAlgorithm( const std::string& name, ISvcLocator* pSvcLocator );
20 virtual StatusCode initialize() override;
21 virtual StatusCode fillHistograms( const EventContext& ctx ) const override;
22
23 private:
24 Gaudi::Property<bool> m_collisionRun{this, "CollisionRun", true};
25
26 Gaudi::Property<std::string> m_btaggingLinkName{this, "BtaggingLinkName", "btag"}; // TM 2021-10-30
27 Gaudi::Property<bool> m_expressStreamFlag{this, "ExpressStreamFlag", false}; // TM 2022-09-14
28
29 Gaudi::Property<std::vector<std::string>> m_allChains{this,"AllChains",{}};
30
31 SG::ReadHandleKey<xAOD::MuonContainer> m_muonContainerKey {this, "MuonContainerName", "Muons", "Muon Container Name"};
32 SG::ReadHandleKey<xAOD::VertexContainer> m_offlineVertexContainerKey {this, "OfflineVertexContainerName", "PrimaryVertices", "Key of offline primary vertexes"};
33 SG::ReadHandleKey<xAOD::VertexContainer> m_onlineVertexContainerKey {this, "OnlineVertexContainerName", "HLT_IDVertex_FS", "Key of online bjet primary vertexes"}; // MS 290620
34 SG::ReadHandleKey<xAOD::TrackParticleContainer> m_onlineTrackContainerKey {this, "OnlineTrackContainerName", "HLT_IDTrack_Bjet_IDTrig", "Key of online tracks of bjets"};
35 SG::ReadHandleKey<xAOD::JetContainer> m_onlineEMPFlowBJetContainerKey {this, "OnlineEMPFlowBJetContainerKey", "HLT_AntiKt4EMPFlowJets_subresjesgscIS_ftf_bJets", "Key of online EMPFlow bjets"};
36 SG::ReadHandleKey<xAOD::JetContainer> m_onlineEMTopoBJetContainerKey {this, "OnlineEMTopoBJetContainerKey", "HLT_AntiKt4EMTopoJets_subresjesgscIS_ftf_bJets", "Key of online EMTopo bjets"};
37};
38#endif
Header file to be included by clients of the Monitored infrastructure.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::VertexContainer > m_offlineVertexContainerKey
virtual StatusCode initialize() override
initialize
SG::ReadHandleKey< xAOD::JetContainer > m_onlineEMTopoBJetContainerKey
Gaudi::Property< bool > m_expressStreamFlag
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_onlineTrackContainerKey
Gaudi::Property< std::vector< std::string > > m_allChains
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
TrigBjetMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::JetContainer > m_onlineEMPFlowBJetContainerKey
Gaudi::Property< std::string > m_btaggingLinkName
SG::ReadHandleKey< xAOD::MuonContainer > m_muonContainerKey
SG::ReadHandleKey< xAOD::VertexContainer > m_onlineVertexContainerKey
Gaudi::Property< bool > m_collisionRun