ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigAlgorithms
TrigTauRec
src
TrigTauCaloRoiUpdater.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TrigTauCaloRoiUpdater_H
6
#define TrigTauCaloRoiUpdater_H
7
8
9
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
10
11
#include "
xAODCaloEvent/CaloClusterContainer.h
"
12
13
#include "
TrigSteeringEvent/TrigRoiDescriptorCollection.h
"
14
19
20
class
TrigTauCaloRoiUpdater
:
public
AthReentrantAlgorithm
{
21
public
:
22
TrigTauCaloRoiUpdater
(
const
std::string&, ISvcLocator*);
23
24
virtual
StatusCode
initialize
()
override
;
25
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
26
27
private
:
28
Gaudi::Property<float>
m_dRForCenter
{
this
,
"dRForCenter"
, 0.2,
"Maximum CaloCluster Delta R from the center of RoI"
};
29
30
SG::ReadHandleKey<TrigRoiDescriptorCollection>
m_roIInputKey
{
this
,
"RoIInputKey"
,
""
,
"RoI input collection key"
};
31
SG::ReadHandleKey<xAOD::CaloClusterContainer>
m_clustersKey
{
this
,
"CaloClustersKey"
,
""
,
"CaloClusters in view key"
};
32
SG::WriteHandleKey<TrigRoiDescriptorCollection>
m_roIOutputKey
{
this
,
"RoIOutputKey"
,
""
,
"Output RoI collection key"
};
33
};
34
35
#endif
AthReentrantAlgorithm.h
CaloClusterContainer.h
TrigRoiDescriptorCollection.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
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
TrigTauCaloRoiUpdater::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
TrigTauCaloRoiUpdater.cxx:38
TrigTauCaloRoiUpdater::initialize
virtual StatusCode initialize() override
Definition
TrigTauCaloRoiUpdater.cxx:24
TrigTauCaloRoiUpdater::m_roIInputKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roIInputKey
Definition
TrigTauCaloRoiUpdater.h:30
TrigTauCaloRoiUpdater::m_clustersKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersKey
Definition
TrigTauCaloRoiUpdater.h:31
TrigTauCaloRoiUpdater::m_roIOutputKey
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_roIOutputKey
Definition
TrigTauCaloRoiUpdater.h:32
TrigTauCaloRoiUpdater::TrigTauCaloRoiUpdater
TrigTauCaloRoiUpdater(const std::string &, ISvcLocator *)
Definition
TrigTauCaloRoiUpdater.cxx:17
TrigTauCaloRoiUpdater::m_dRForCenter
Gaudi::Property< float > m_dRForCenter
Definition
TrigTauCaloRoiUpdater.h:28
Generated on
for ATLAS Offline Software by
1.17.0