ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigMuonHypo
src
TrigMuonEFIdtpHypoAlg.h
Go to the documentation of this file.
1
/*
2
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGMUONHYPO_TRIGMUONEFIDTPHYPOALG_H
6
#define TRIGMUONHYPO_TRIGMUONEFIDTPHYPOALG_H
7
8
#include "
TrigMuonEFIdtpHypoTool.h
"
9
#include "
DecisionHandling/HypoBase.h
"
10
11
12
// --------------------------------------------------------------------------------
13
// --------------------------------------------------------------------------------
14
15
class
TrigMuonEFIdtpHypoAlg
:
public
::HypoBase
16
{
17
public
:
18
19
TrigMuonEFIdtpHypoAlg
(
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<TrigMuonEFIdtpHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools to perform selection"
};
27
28
SG::ReadHandleKey<xAOD::TrackParticleContainer>
m_PTTracksKey
{
this
,
"PTTracks"
,
"HLT_IDTrack_Muon_IDTrig"
,
""
};
29
SG::ReadHandleKey<xAOD::TrackParticleContainer>
m_FTFTracksKey
{
this
,
"FTFTracks"
,
"HLT_IDTrack_Muon_FTF"
,
""
};
30
31
Gaudi::Property<bool>
m_mapToPrevDec
{
this
,
"MapToPreviousDecisions"
,
false
,
"Map to decisions from previous decisions (needed if IM has mergeUsingFeature=True)"
};
32
BooleanProperty
m_isPhIIMuon
{
this
,
"IsPhIIMuon"
,
false
,
"Whether it's phase-2 muoon software"
};
33
};
34
35
#endif
HypoBase.h
TrigMuonEFIdtpHypoTool.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
TrigMuonEFIdtpHypoAlg::TrigMuonEFIdtpHypoAlg
TrigMuonEFIdtpHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigMuonEFIdtpHypoAlg.cxx:14
TrigMuonEFIdtpHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigMuonEFIdtpHypoAlg.cxx:21
TrigMuonEFIdtpHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigMuonEFIdtpHypoAlg.cxx:37
TrigMuonEFIdtpHypoAlg::m_mapToPrevDec
Gaudi::Property< bool > m_mapToPrevDec
Definition
TrigMuonEFIdtpHypoAlg.h:31
TrigMuonEFIdtpHypoAlg::m_hypoTools
ToolHandleArray< TrigMuonEFIdtpHypoTool > m_hypoTools
Definition
TrigMuonEFIdtpHypoAlg.h:26
TrigMuonEFIdtpHypoAlg::m_PTTracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_PTTracksKey
Definition
TrigMuonEFIdtpHypoAlg.h:28
TrigMuonEFIdtpHypoAlg::m_FTFTracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_FTFTracksKey
Definition
TrigMuonEFIdtpHypoAlg.h:29
TrigMuonEFIdtpHypoAlg::m_isPhIIMuon
BooleanProperty m_isPhIIMuon
Definition
TrigMuonEFIdtpHypoAlg.h:32
Generated on
for ATLAS Offline Software by
1.17.0