ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigEgammaForwardHypo
src
TrigEgammaForwardFastCaloHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TrigEgammaForwardFastCaloHypoAlg_h
5
#define TrigEgammaForwardFastCaloHypoAlg_h
6
7
#include <string>
8
#include "
DecisionHandling/HypoBase.h
"
9
#include "
xAODTrigCalo/TrigEMClusterContainer.h
"
10
#include "
xAODTrigRinger/TrigRingerRings.h
"
11
#include "
xAODTrigRinger/TrigRingerRingsContainer.h
"
12
#include "
AthenaMonitoringKernel/GenericMonitoringTool.h
"
13
#include "
ITrigEgammaForwardFastCaloHypoTool.h
"
14
19
class
TrigEgammaForwardFastCaloHypoAlg
:
public
::HypoBase
{
20
public
:
21
22
TrigEgammaForwardFastCaloHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
23
24
virtual
StatusCode
initialize
()
override
;
25
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
26
27
private
:
28
29
ToolHandle< GenericMonitoringTool >
m_monTool
{
this
,
"MonTool"
,
""
,
"Monitoring tool"
};
30
ToolHandleArray< ITrigEgammaForwardFastCaloHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
31
SG::ReadHandleKey< xAOD::TrigEMClusterContainer >
m_clustersKey
{
this
,
"CaloClusters"
,
"HLT_ForwardFastCaloEMClusters"
,
"CaloClusters in view"
};
32
SG::ReadHandleKey<xAOD::TrigRingerRingsContainer>
m_ringsKey
{
this
,
"RingerKey"
,
"HLT_ForwardFastCaloRinger"
,
"Point to RingerKey"
};
33
};
34
35
#endif
TrigEMClusterContainer.h
GenericMonitoringTool.h
HypoBase.h
ITrigEgammaForwardFastCaloHypoTool.h
TrigRingerRingsContainer.h
TrigRingerRings.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
TrigEgammaForwardFastCaloHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigEgammaForwardFastCaloHypoAlg.cxx:36
TrigEgammaForwardFastCaloHypoAlg::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition
TrigEgammaForwardFastCaloHypoAlg.h:29
TrigEgammaForwardFastCaloHypoAlg::TrigEgammaForwardFastCaloHypoAlg
TrigEgammaForwardFastCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigEgammaForwardFastCaloHypoAlg.cxx:14
TrigEgammaForwardFastCaloHypoAlg::m_ringsKey
SG::ReadHandleKey< xAOD::TrigRingerRingsContainer > m_ringsKey
Definition
TrigEgammaForwardFastCaloHypoAlg.h:32
TrigEgammaForwardFastCaloHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigEgammaForwardFastCaloHypoAlg.cxx:19
TrigEgammaForwardFastCaloHypoAlg::m_hypoTools
ToolHandleArray< ITrigEgammaForwardFastCaloHypoTool > m_hypoTools
Definition
TrigEgammaForwardFastCaloHypoAlg.h:30
TrigEgammaForwardFastCaloHypoAlg::m_clustersKey
SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_clustersKey
Definition
TrigEgammaForwardFastCaloHypoAlg.h:31
Generated on
for ATLAS Offline Software by
1.17.0