ATLAS Offline Software
Loading...
Searching...
No Matches
L2muCombMon.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_L2MUCOMBMON_H
6#define TRIGMUONMONITORING_L2MUCOMBMON_H
7
10
11/*
12This is a class for monitoring L2muComb.
13 */
15
16 public:
17 L2muCombMon(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&, 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::L2CombinedMuonContainer> m_L2muCombContainerKey {this, "L2CombinedMuonContainerName", "HLT_MuonL2CBInfo", "L2muComb container"};
29
30};
31
32#endif //TRIGMUONMONITORING_L2MUCOMBMON_H
SG::ReadHandleKey< xAOD::L2CombinedMuonContainer > m_L2muCombContainerKey
Definition L2muCombMon.h:28
virtual StatusCode initialize() override
initialize
virtual StatusCode fillVariables(const EventContext &ctx) const override
Function that fills variables by just retrieving containers of trigger objects.
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 fillVariablesPerOfflineMuonPerChain(const EventContext &, const xAOD::Muon *mu, const std::string &chain) const override
Function that fills variables of trigger objects associated to specified trigger chains comparing off...
L2muCombMon(const std::string &name, ISvcLocator *pSvcLocator)
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: