ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigMonitoring
TrigMuonMonitoring
src
L1MuonMon.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGMUONMONITORING_L1MUONMON_H
6
#define TRIGMUONMONITORING_L1MUONMON_H
7
8
#include "
TrigMuonMonitorAlgorithm.h
"
9
#include "
xAODTrigger/MuonRoIContainer.h
"
10
11
12
/*
13
This is a class for monitoring L1Muon.
14
*/
15
class
L1MuonMon
:
public
TrigMuonMonitorAlgorithm
{
16
17
public
:
18
L1MuonMon
(
const
std::string& name, ISvcLocator* pSvcLocator );
19
20
virtual
StatusCode
initialize
()
override
;
21
22
protected
:
23
virtual
StatusCode
fillVariables
(
const
EventContext &ctx)
const override
;
24
25
26
private
:
27
SG::ReadHandleKey<xAOD::MuonRoIContainer>
m_MuonRoIContainerKey
{
this
,
"MuonRoIContainerName"
,
"LVL1MuonRoIs"
,
"Level 1 muon container"
};
28
29
30
};
31
32
#endif
//TRIGMUONMONITORING_L1MUONMON_H
MuonRoIContainer.h
TrigMuonMonitorAlgorithm.h
L1MuonMon::m_MuonRoIContainerKey
SG::ReadHandleKey< xAOD::MuonRoIContainer > m_MuonRoIContainerKey
Definition
L1MuonMon.h:27
L1MuonMon::initialize
virtual StatusCode initialize() override
initialize
Definition
L1MuonMon.cxx:13
L1MuonMon::fillVariables
virtual StatusCode fillVariables(const EventContext &ctx) const override
Function that fills variables by just retrieving containers of trigger objects.
Definition
L1MuonMon.cxx:20
L1MuonMon::L1MuonMon
L1MuonMon(const std::string &name, ISvcLocator *pSvcLocator)
Definition
L1MuonMon.cxx:8
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
TrigMuonMonitorAlgorithm::TrigMuonMonitorAlgorithm
TrigMuonMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigMuonMonitorAlgorithm.cxx:8
Generated on
for ATLAS Offline Software by
1.17.0