ATLAS Offline Software
Loading...
Searching...
No Matches
L2MuonSAMon.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGMUONMONITORING_L2MUONSAMON_H
6#define TRIGMUONMONITORING_L2MUONSAMON_H
7
10
11/*
12This is a class for monitoring L2MuonSA.
13 */
15
16 public:
17 L2MuonSAMon(const std::string& name, ISvcLocator* pSvcLocator );
18
19 virtual StatusCode initialize() override;
20
21 protected:
22 virtual StatusCode fillVariablesPerChain(const EventContext &ctx, const std::string &chain) const override;
23 virtual StatusCode fillVariablesPerOfflineMuonPerChain(const EventContext& ctx, const xAOD::Muon* mu, const std::string &chain) const override;
24 virtual StatusCode fillVariables(const EventContext& ctx) const override;
25 virtual StatusCode fillVariablesPerOfflineMuon(const EventContext &ctx, const xAOD::Muon* mu) const override;
26
27 private:
28 SG::ReadHandleKey<xAOD::L2StandAloneMuonContainer> m_L2MuonSAContainerKey {this, "L2StandAloneMuonContainerName", "HLT_MuonL2SAInfo", "L2MuonSA container"};
29
30};
31
32#endif //TRIGMUONMONITORING_L2MUONSAMON_H
virtual StatusCode fillVariablesPerOfflineMuonPerChain(const EventContext &ctx, const xAOD::Muon *mu, const std::string &chain) const override
Function that fills variables of trigger objects associated to specified trigger chains comparing off...
virtual StatusCode initialize() override
initialize
SG::ReadHandleKey< xAOD::L2StandAloneMuonContainer > m_L2MuonSAContainerKey
Definition L2MuonSAMon.h:28
L2MuonSAMon(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode fillVariablesPerChain(const EventContext &ctx, const std::string &chain) const override
Function that fills variables of trigger objects associated to specified trigger chains.
virtual StatusCode fillVariables(const EventContext &ctx) const override
Function that fills variables by just retrieving containers of trigger objects.
virtual StatusCode fillVariablesPerOfflineMuon(const EventContext &ctx, const xAOD::Muon *mu) const override
Function that fills variables that are compared to offline muons but the trigger chains are not speci...
Property holding a SG store/key/clid from which a ReadHandle is made.
TrigMuonMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Muon_v1 Muon
Reference the current persistent version: