ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigEgammaHypo
src
TrigEgammaFastCaloHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGEGAMMAHYPO_TRIGEGAMMAFASTCALOHYPOALG_H
5
#define TRIGEGAMMAHYPO_TRIGEGAMMAFASTCALOHYPOALG_H 1
6
7
#include <string>
8
#include "
DecisionHandling/HypoBase.h
"
9
#include "
xAODTrigCalo/TrigEMClusterContainer.h
"
10
#include "
xAODTrigRinger/TrigRingerRingsContainer.h
"
11
#include "
AthenaMonitoringKernel/GenericMonitoringTool.h
"
12
#include "
RingerSelectorTools/IAsgRingerSelectorTool.h
"
13
#include "
LumiBlockComps/ILumiBlockMuTool.h
"
14
#include "
ITrigEgammaFastCaloHypoTool.h
"
15
20
class
TrigEgammaFastCaloHypoAlg
:
public
::HypoBase
{
21
22
public
:
23
24
TrigEgammaFastCaloHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
27
28
29
private
:
30
31
SG::ReadHandleKey< xAOD::TrigEMClusterContainer >
m_clustersKey
{
this
,
"CaloClusters"
,
"CaloClusters"
,
"CaloClusters in view"
};
32
SG::ReadHandleKey<xAOD::TrigRingerRingsContainer>
m_ringsKey
{
this
,
"RingerKey"
,
"HLT_FastCaloRinger"
,
"Point to RingerKey"
};
33
ToolHandleArray< ITrigEgammaFastCaloHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
34
ToolHandleArray<Ringer::IAsgRingerSelectorTool>
m_ringerNNTools
{
this
,
"RingerNNSelectorTools"
, {},
"Ringer Neural Network tools."
};
35
ToolHandle<ILumiBlockMuTool>
m_lumiBlockMuTool
;
36
ToolHandle< GenericMonitoringTool >
m_monTool
{
this
,
"MonTool"
,
""
,
"Monitoring tool"
};
37
Gaudi::Property<std::vector<std::string>>
m_pidNames
{
this
,
"PidNames"
, {},
"Ringer pid names"
};
38
39
40
41
42
};
43
44
#endif
//> !TRIGEGAMMAHYPO_TESTTRIGEGAMMAFASTCALOHYPOALG_H
TrigEMClusterContainer.h
GenericMonitoringTool.h
HypoBase.h
IAsgRingerSelectorTool.h
ILumiBlockMuTool.h
ITrigEgammaFastCaloHypoTool.h
TrigRingerRingsContainer.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
TrigEgammaFastCaloHypoAlg::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition
TrigEgammaFastCaloHypoAlg.h:36
TrigEgammaFastCaloHypoAlg::m_ringsKey
SG::ReadHandleKey< xAOD::TrigRingerRingsContainer > m_ringsKey
Definition
TrigEgammaFastCaloHypoAlg.h:32
TrigEgammaFastCaloHypoAlg::m_clustersKey
SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_clustersKey
Definition
TrigEgammaFastCaloHypoAlg.h:31
TrigEgammaFastCaloHypoAlg::m_hypoTools
ToolHandleArray< ITrigEgammaFastCaloHypoTool > m_hypoTools
Definition
TrigEgammaFastCaloHypoAlg.h:33
TrigEgammaFastCaloHypoAlg::TrigEgammaFastCaloHypoAlg
TrigEgammaFastCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigEgammaFastCaloHypoAlg.cxx:17
TrigEgammaFastCaloHypoAlg::m_pidNames
Gaudi::Property< std::vector< std::string > > m_pidNames
Definition
TrigEgammaFastCaloHypoAlg.h:37
TrigEgammaFastCaloHypoAlg::m_lumiBlockMuTool
ToolHandle< ILumiBlockMuTool > m_lumiBlockMuTool
Definition
TrigEgammaFastCaloHypoAlg.h:35
TrigEgammaFastCaloHypoAlg::m_ringerNNTools
ToolHandleArray< Ringer::IAsgRingerSelectorTool > m_ringerNNTools
Definition
TrigEgammaFastCaloHypoAlg.h:34
TrigEgammaFastCaloHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigEgammaFastCaloHypoAlg.cxx:46
TrigEgammaFastCaloHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigEgammaFastCaloHypoAlg.cxx:26
Generated on
for ATLAS Offline Software by
1.17.0