ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigMuonHypo
src
TrigmuCombHypoAlg.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_TRIGMUCOMBHYPOALG_H
6
#define TRIGMUONHYPO_TRIGMUCOMBHYPOALG_H 1
7
8
#include "
TrigmuCombHypoTool.h
"
9
#include "
DecisionHandling/HypoBase.h
"
10
11
// --------------------------------------------------------------------------------
12
// --------------------------------------------------------------------------------
13
14
class
TrigmuCombHypoAlg
15
:
public
::HypoBase
16
{
17
public
:
18
19
TrigmuCombHypoAlg
(
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<TrigmuCombHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools to perform selection"
};
27
28
SG::ReadHandleKey<xAOD::L2CombinedMuonContainer>
m_muCombKey
{
29
this
,
"MuonL2CBInfoFromMuCombAlg"
,
"MuonL2CBInfo"
,
"Name of the input data produced by muComb"
};
30
Gaudi::Property<std::string>
m_roiLinkName
{
this
,
"RoILinkName"
,
"l2cbroi"
,
"Name for RoI Link"
};
31
};
32
33
#endif
HypoBase.h
TrigmuCombHypoTool.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
TrigmuCombHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigmuCombHypoAlg.cxx:35
TrigmuCombHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigmuCombHypoAlg.cxx:22
TrigmuCombHypoAlg::m_roiLinkName
Gaudi::Property< std::string > m_roiLinkName
Definition
TrigmuCombHypoAlg.h:30
TrigmuCombHypoAlg::m_muCombKey
SG::ReadHandleKey< xAOD::L2CombinedMuonContainer > m_muCombKey
Definition
TrigmuCombHypoAlg.h:28
TrigmuCombHypoAlg::m_hypoTools
ToolHandleArray< TrigmuCombHypoTool > m_hypoTools
Definition
TrigmuCombHypoAlg.h:26
TrigmuCombHypoAlg::TrigmuCombHypoAlg
TrigmuCombHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigmuCombHypoAlg.cxx:16
Generated on
for ATLAS Offline Software by
1.17.0