ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigMuonHypo
src
TrigMuonEFHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGMUONHYPO_TRIGMUONEFHYPOALG_H
6
#define TRIGMUONHYPO_TRIGMUONEFHYPOALG_H 1
7
8
#include "
TrigMuonEFHypoTool.h
"
9
#include "
DecisionHandling/HypoBase.h
"
10
11
12
// --------------------------------------------------------------------------------
13
// --------------------------------------------------------------------------------
14
15
class
TrigMuonEFHypoAlg
16
:
public
::HypoBase
17
{
18
public
:
19
20
TrigMuonEFHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
21
22
virtual
StatusCode
initialize
()
override
;
23
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
24
25
private
:
26
27
ToolHandleArray<TrigMuonEFHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools to perform selection"
};
28
29
SG::ReadHandleKey<xAOD::MuonContainer>
m_muonKey
{
30
this
,
"MuonDecisions"
,
"MuonEFCombiner_MuonData"
,
"Name of the input data on xAOD::MuonContainer produced by MuonCreatorAlg"
};
31
Gaudi::Property<bool>
m_mapToPrevDec
{
32
this
,
"MapToPreviousDecisions"
,
false
,
"Map to decisions from previous decisions (needed if IM has mergeUsingFeature=True)"
};
33
Gaudi::Property<bool>
m_inclSAmuons
{
34
this
,
"IncludeSAmuons"
,
false
,
"Include SA muons for SA hypo alg, but not for CB hypo alg"
};
35
36
37
};
38
39
#endif
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::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
TrigMuonEFHypoAlg::m_muonKey
SG::ReadHandleKey< xAOD::MuonContainer > m_muonKey
Definition
TrigMuonEFHypoAlg.h:29
TrigMuonEFHypoAlg::m_mapToPrevDec
Gaudi::Property< bool > m_mapToPrevDec
Definition
TrigMuonEFHypoAlg.h:31
TrigMuonEFHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigMuonEFHypoAlg.cxx:36
TrigMuonEFHypoAlg::TrigMuonEFHypoAlg
TrigMuonEFHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigMuonEFHypoAlg.cxx:13
TrigMuonEFHypoAlg::m_hypoTools
ToolHandleArray< TrigMuonEFHypoTool > m_hypoTools
Definition
TrigMuonEFHypoAlg.h:27
TrigMuonEFHypoAlg::m_inclSAmuons
Gaudi::Property< bool > m_inclSAmuons
Definition
TrigMuonEFHypoAlg.h:33
TrigMuonEFHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigMuonEFHypoAlg.cxx:23
Generated on
for ATLAS Offline Software by
1.17.0