ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigAlgorithms
TrigT2CaloEgamma
src
T2CaloEgammaForwardReFastAlgo.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
7
8
#ifndef TRIGT2CALOEGAMMA_T2CaloEgammaForwardReFastAlgo_H
9
#define TRIGT2CALOEGAMMA_T2CaloEgammaForwardReFastAlgo_H
10
11
#include "GaudiKernel/ServiceHandle.h"
12
#include "GaudiKernel/ToolHandle.h"
13
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
14
#include "
StoreGate/ReadHandleKey.h
"
15
#include "
StoreGate/WriteHandleKey.h
"
16
#include "
CaloEvent/CaloBCIDAverage.h
"
17
#include "
TrigSteeringEvent/TrigRoiDescriptorCollection.h
"
18
#include "
TrigT2CaloCalibration/IEgammaCalibration.h
"
19
#include "
xAODTrigCalo/TrigEMCluster.h
"
20
#include "
xAODTrigCalo/TrigEMClusterContainer.h
"
21
#include "
xAODTrigCalo/TrigEMClusterAuxContainer.h
"
22
#include "
AthenaMonitoringKernel/GenericMonitoringTool.h
"
23
24
#include <string>
25
26
class
IReAlgToolCalo
;
27
30
class
T2CaloEgammaForwardReFastAlgo
:
public
AthReentrantAlgorithm
{
31
32
public
:
33
T2CaloEgammaForwardReFastAlgo
(
const
std::string& name, ISvcLocator* pSvcLocator);
34
35
virtual
StatusCode
initialize
()
override
;
36
virtual
StatusCode
execute
(
const
EventContext& context)
const override
;
37
38
private
:
39
40
41
Gaudi::Property<double>
m_etaWidth
{
this
,
"EtaWidth"
, 0.1,
"Eta Width of the Region of Interest"
};
42
Gaudi::Property<double>
m_phiWidth
{
this
,
"PhiWidth"
, 0.1,
"Phi Width of the Region of Interest"
};
43
44
ToolHandleArray<IReAlgToolCalo>
m_emAlgTools
{
45
this
,
"IReAlgToolList"
, {},
"list of ReAlgToolCalos for feature extraction"
};
46
SG::ReadHandleKey<CaloBCIDAverage>
m_bcidAvgKey
{
47
this
,
"BCIDAvgKey"
,
"CaloBCIDAverage"
,
""
};
48
49
SG::ReadHandleKey<TrigRoiDescriptorCollection>
m_roiCollectionKey
{
50
this
,
"RoIs"
,
"OutputRoIs"
,
"input RoIs"
};
51
SG::WriteHandleKey<xAOD::TrigEMClusterContainer>
m_clusterContainerKey
{
52
this
,
"ClustersName"
,
"CaloClusters"
,
"Calo cluster container"
};
53
ToolHandle< GenericMonitoringTool >
m_monTool
{
this
,
"MonTool"
,
""
,
"Monitoring tool"
};
54
};
55
56
#endif
AthReentrantAlgorithm.h
CaloBCIDAverage.h
TrigEMClusterContainer.h
TrigEMCluster.h
GenericMonitoringTool.h
IEgammaCalibration.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
TrigEMClusterAuxContainer.h
TrigRoiDescriptorCollection.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
IReAlgToolCalo
Base Class for Tools used for Egamma and Tau Feature Extraction Algorithms.
Definition
IReAlgToolCalo.h:37
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
T2CaloEgammaForwardReFastAlgo::T2CaloEgammaForwardReFastAlgo
T2CaloEgammaForwardReFastAlgo(const std::string &name, ISvcLocator *pSvcLocator)
Definition
T2CaloEgammaForwardReFastAlgo.cxx:14
T2CaloEgammaForwardReFastAlgo::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition
T2CaloEgammaForwardReFastAlgo.h:53
T2CaloEgammaForwardReFastAlgo::m_roiCollectionKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
Definition
T2CaloEgammaForwardReFastAlgo.h:49
T2CaloEgammaForwardReFastAlgo::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
T2CaloEgammaForwardReFastAlgo.cxx:31
T2CaloEgammaForwardReFastAlgo::m_clusterContainerKey
SG::WriteHandleKey< xAOD::TrigEMClusterContainer > m_clusterContainerKey
Definition
T2CaloEgammaForwardReFastAlgo.h:51
T2CaloEgammaForwardReFastAlgo::m_phiWidth
Gaudi::Property< double > m_phiWidth
Definition
T2CaloEgammaForwardReFastAlgo.h:42
T2CaloEgammaForwardReFastAlgo::m_etaWidth
Gaudi::Property< double > m_etaWidth
Definition
T2CaloEgammaForwardReFastAlgo.h:41
T2CaloEgammaForwardReFastAlgo::m_bcidAvgKey
SG::ReadHandleKey< CaloBCIDAverage > m_bcidAvgKey
Definition
T2CaloEgammaForwardReFastAlgo.h:46
T2CaloEgammaForwardReFastAlgo::initialize
virtual StatusCode initialize() override
Definition
T2CaloEgammaForwardReFastAlgo.cxx:21
T2CaloEgammaForwardReFastAlgo::m_emAlgTools
ToolHandleArray< IReAlgToolCalo > m_emAlgTools
Definition
T2CaloEgammaForwardReFastAlgo.h:44
Generated on
for ATLAS Offline Software by
1.17.0