ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigMuonHypo
src
TrigMuonTLAHypoAlg.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 TrigMuonTLAHypoAlg_H
6
#define TrigMuonTLAHypoAlg_H
7
8
#include <string>
9
#include "
DecisionHandling/HypoBase.h
"
10
11
12
#include "
TrigMuonEFHypoTool.h
"
13
#include "
xAODMuon/MuonContainer.h
"
14
#include "
AthenaMonitoringKernel/GenericMonitoringTool.h
"
15
16
class
TrigMuonTLAHypoAlg
:
public
HypoBase
{
17
18
public
:
19
TrigMuonTLAHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
20
21
virtual
StatusCode
initialize
()
override
;
22
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
23
24
25
private
:
26
// tmp HypoTools
27
ToolHandleArray<TrigMuonEFHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools to perform selection"
};
28
29
30
SG::WriteHandleKey< xAOD::MuonContainer >
m_TLAMuonsKey
{
31
this
,
"TLAOutputName"
,
"Muons"
,
"TLA Muon container key"
32
};
33
34
ToolHandle< GenericMonitoringTool >
m_monTool
{
this
,
"MonTool"
,
""
,
"Monitoring tool"
};
35
36
};
37
38
#endif
39
40
MuonContainer.h
GenericMonitoringTool.h
HypoBase.h
TrigMuonEFHypoTool.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
TrigMuonTLAHypoAlg::m_TLAMuonsKey
SG::WriteHandleKey< xAOD::MuonContainer > m_TLAMuonsKey
Definition
TrigMuonTLAHypoAlg.h:30
TrigMuonTLAHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigMuonTLAHypoAlg.cxx:16
TrigMuonTLAHypoAlg::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition
TrigMuonTLAHypoAlg.h:34
TrigMuonTLAHypoAlg::m_hypoTools
ToolHandleArray< TrigMuonEFHypoTool > m_hypoTools
Definition
TrigMuonTLAHypoAlg.h:27
TrigMuonTLAHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigMuonTLAHypoAlg.cxx:31
TrigMuonTLAHypoAlg::TrigMuonTLAHypoAlg
TrigMuonTLAHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigMuonTLAHypoAlg.cxx:14
Generated on
for ATLAS Offline Software by
1.17.0