ATLAS Offline Software
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
L1MuonMon::L1MuonMon
L1MuonMon(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
L1MuonMon.cxx:8
TrigMuonMonitorAlgorithm.h
MuonRoIContainer.h
L1MuonMon::m_MuonRoIContainerKey
SG::ReadHandleKey< xAOD::MuonRoIContainer > m_MuonRoIContainerKey
Definition:
L1MuonMon.h:27
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition:
StoreGate/StoreGate/ReadHandleKey.h:39
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
L1MuonMon
Definition:
L1MuonMon.h:15
TrigMuonMonitorAlgorithm
Base class from which analyzers can define a derived class to do specific analysis.
Definition:
TrigMuonMonitorAlgorithm.h:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
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::initialize
virtual StatusCode initialize() override
initialize
Definition:
L1MuonMon.cxx:13
Generated on Fri Jan 10 2025 21:12:52 for ATLAS Offline Software by
1.8.18