ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigMuonHypo
src
TrigMuonEFTrackIsolationHypoAlg.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 TRIGMUONHYPO_TRIGMUONEFTRACKISOLATIONHYPOALG_H
6
#define TRIGMUONHYPO_TRIGMUONEFTRACKISOLATIONHYPOALG_H 1
7
8
#include "
TrigMuonEFTrackIsolationHypoTool.h
"
9
#include "
DecisionHandling/HypoBase.h
"
10
11
// --------------------------------------------------------------------------------
12
// --------------------------------------------------------------------------------
13
14
class
TrigMuonEFTrackIsolationHypoAlg
15
:
public
::HypoBase
16
{
17
public
:
18
19
TrigMuonEFTrackIsolationHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
20
21
virtual
StatusCode
initialize
()
override
;
22
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
23
24
private
:
25
26
ToolHandleArray<TrigMuonEFTrackIsolationHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools to perform selection"
};
27
28
SG::ReadHandleKey<xAOD::MuonContainer>
m_muonKey
{
29
this
,
"EFMuonsName"
,
"MuonEFInfo"
,
"Name of EF muons conatiner"
};
30
31
SG::ReadDecorHandleKey<xAOD::MuonContainer>
m_muonIso20Key
{
32
this
,
"MuonIso02Name"
,
"Muons.ptcone02"
,
"Isolation in ptcone02"
};
33
34
SG::ReadDecorHandleKey<xAOD::MuonContainer>
m_muonIso30Key
{
35
this
,
"MuonIso03Name"
,
"Muons.ptcone03"
,
"Isolation in ptcone03"
};
36
37
};
38
39
#endif
HypoBase.h
TrigMuonEFTrackIsolationHypoTool.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::ReadDecorHandleKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Definition
StoreGate/StoreGate/ReadDecorHandleKey.h:86
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
TrigMuonEFTrackIsolationHypoAlg::m_muonIso30Key
SG::ReadDecorHandleKey< xAOD::MuonContainer > m_muonIso30Key
Definition
TrigMuonEFTrackIsolationHypoAlg.h:34
TrigMuonEFTrackIsolationHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigMuonEFTrackIsolationHypoAlg.cxx:40
TrigMuonEFTrackIsolationHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigMuonEFTrackIsolationHypoAlg.cxx:23
TrigMuonEFTrackIsolationHypoAlg::m_muonKey
SG::ReadHandleKey< xAOD::MuonContainer > m_muonKey
Definition
TrigMuonEFTrackIsolationHypoAlg.h:28
TrigMuonEFTrackIsolationHypoAlg::m_hypoTools
ToolHandleArray< TrigMuonEFTrackIsolationHypoTool > m_hypoTools
Definition
TrigMuonEFTrackIsolationHypoAlg.h:26
TrigMuonEFTrackIsolationHypoAlg::TrigMuonEFTrackIsolationHypoAlg
TrigMuonEFTrackIsolationHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigMuonEFTrackIsolationHypoAlg.cxx:14
TrigMuonEFTrackIsolationHypoAlg::m_muonIso20Key
SG::ReadDecorHandleKey< xAOD::MuonContainer > m_muonIso20Key
Definition
TrigMuonEFTrackIsolationHypoAlg.h:31
Generated on
for ATLAS Offline Software by
1.17.0