ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1::eFexTOBDecorator Class Reference

#include <eFexTOBDecorator.h>

Inheritance diagram for LVL1::eFexTOBDecorator:
Collaboration diagram for LVL1::eFexTOBDecorator:

Public Member Functions

 eFexTOBDecorator (const std::string &name, ISvcLocator *svc)
virtual StatusCode initialize ()
virtual StatusCode execute ()
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

SG::ReadHandleKey< xAOD::eFexEMRoIContainerm_eFEXegEDMContainerKey {this,"eFexEMRoIContainer","L1_eEMRoI","SG key of the input eFex RoI container"}
SG::ReadHandleKey< xAOD::eFexTauRoIContainerm_eFEXtauEDMContainerKey {this,"eFexTauRoIContainer","L1_eTauRoI","SG key of the input eFex Tau RoI container"}
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainerm_RetaCoreDec { this, "RetaCoreDecDecorKey" , m_eFEXegEDMContainerKey,"RetaCoreDec" , "Recalculated EM RetaCore" }
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainerm_RetaEnvDec { this, "RetaEnvDecDecorKey" , m_eFEXegEDMContainerKey,"RetaEnvDec" , "Recalculated EM RetaEnv" }
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainerm_RhadEMDec { this, "RetaEMDecDecorKey" , m_eFEXegEDMContainerKey,"RhadEMDec" , "Recalculated EM RetaEM" }
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainerm_RhadHadDec { this, "RhadHadDecDecorKey" , m_eFEXegEDMContainerKey,"RhadHadDec" , "Recalculated EM RhadHad" }
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainerm_WstotDenDec { this, "WstotDenDecDecorKey" , m_eFEXegEDMContainerKey,"WstotDenDec" , "Recalculated EM WstotDen" }
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainerm_WstotNumDec { this, "WstotNumDecDecorKey" , m_eFEXegEDMContainerKey,"WstotNumDec" , "Recalculated EM WstotNum" }
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainerm_ClusterSCellEtSumsDec { this, "ClusterSCellEtSumsDecorKey" , m_eFEXegEDMContainerKey,"ClusterSCellEtSums", "name of the decoration key for SCell Ets of the cluster"}
SG::WriteDecorHandleKey< xAOD::eFexTauRoIContainerm_RCoreDec { this, "RCoreDecorKey" ,m_eFEXtauEDMContainerKey,"RCoreDec" , "Recalculated Tau RCore" }
SG::WriteDecorHandleKey< xAOD::eFexTauRoIContainerm_REnvDec { this, "REnvDecorKey" , m_eFEXtauEDMContainerKey,"REnvDec" , "Recalculated Tau REnv" }
SG::WriteDecorHandleKey< xAOD::eFexTauRoIContainerm_REMCoreDec { this, "REMCoreDecorKey" , m_eFEXtauEDMContainerKey,"REMCoreDec" , "Recalculated Tau REMCore" }
SG::WriteDecorHandleKey< xAOD::eFexTauRoIContainerm_REMHadDec { this, "REMHadDecorKey" , m_eFEXtauEDMContainerKey,"REMHadDec" , "Recalculated Tau REMHad" }
ToolHandle< eFEXTOBEtToolm_eFEXTOBEtTool {this, "eFEXTOBEtTool", "LVL1::eFEXTOBEtTool", "Tool for reconstructing TOB ET sums"}
DataObjIDColl m_extendedExtraObjects
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default)
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Definition at line 28 of file eFexTOBDecorator.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ eFexTOBDecorator()

LVL1::eFexTOBDecorator::eFexTOBDecorator ( const std::string & name,
ISvcLocator * svc )

Definition at line 20 of file eFexTOBDecorator.cxx.

20: AthAlgorithm(name, svc){}
AthAlgorithm()
Default constructor:

Member Function Documentation

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Algorithm > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Algorithm > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Algorithm > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode LVL1::eFexTOBDecorator::execute ( )
virtual

Definition at line 49 of file eFexTOBDecorator.cxx.

49 {
50
51 // read the TOB containers
52 SG::ReadHandle<xAOD::eFexEMRoIContainer> eFEXegEDMContainerObj{m_eFEXegEDMContainerKey};
53 if (!eFEXegEDMContainerObj.isValid()) {
54 ATH_MSG_ERROR("Failed to retrieve EDM collection");
55 return StatusCode::SUCCESS;
56 }
57 const xAOD::eFexEMRoIContainer* emEDMConstPtr = eFEXegEDMContainerObj.cptr();
58
59 SG::ReadHandle<xAOD::eFexTauRoIContainer> eFEXtauEDMContainerObj{m_eFEXtauEDMContainerKey};
60 if (!eFEXtauEDMContainerObj.isValid()) {
61 ATH_MSG_ERROR("Failed to retrieve tau EDM collection");
62 return StatusCode::SUCCESS;
63 }
64 const xAOD::eFexTauRoIContainer* tauEDMConstPtr = eFEXtauEDMContainerObj.cptr();
65
66 //Setup EM Decorator Handlers
67 SG::WriteDecorHandle<xAOD::eFexEMRoIContainer, unsigned int > RetaCoreDec (m_RetaCoreDec );
68 SG::WriteDecorHandle<xAOD::eFexEMRoIContainer, unsigned int > RetaEnvDec (m_RetaEnvDec );
69 SG::WriteDecorHandle<xAOD::eFexEMRoIContainer, unsigned int > RhadEMDec (m_RhadEMDec );
70 SG::WriteDecorHandle<xAOD::eFexEMRoIContainer, unsigned int > RhadHadDec (m_RhadHadDec );
71 SG::WriteDecorHandle<xAOD::eFexEMRoIContainer, unsigned int > WstotDenDec (m_WstotDenDec );
72 SG::WriteDecorHandle<xAOD::eFexEMRoIContainer, unsigned int > WstotNumDec (m_WstotNumDec );
73
74 SG::WriteDecorHandle<xAOD::eFexEMRoIContainer, std::vector<unsigned int > > ClusterSCellEtSumsDec (m_ClusterSCellEtSumsDec );
75
76 //looping over EM TOB to decorate them
77 for ( const xAOD::eFexEMRoI* emRoI : *emEDMConstPtr ){
78
79 float eta = emRoI->eta();
80 float phi = emRoI->phi();
81 int seed = emRoI->seed();
82 int UnD = emRoI->UpNotDown();
83 std::vector<unsigned int> ClusterCellETs;
84 std::vector<unsigned int> RetaSums;
85 std::vector<unsigned int> RhadSums;
86 std::vector<unsigned int> WstotSums;
87
88 ATH_CHECK( m_eFEXTOBEtTool->getegSums(eta, phi, seed, UnD, ClusterCellETs, RetaSums, RhadSums, WstotSums) );
89
90 RetaCoreDec (*emRoI) = RetaSums[0];
91 RetaEnvDec (*emRoI) = RetaSums[1];
92 RhadEMDec (*emRoI) = RhadSums[0];
93 RhadHadDec (*emRoI) = RhadSums[1];
94 WstotDenDec (*emRoI) = WstotSums[0];
95 WstotNumDec (*emRoI) = WstotSums[1];
96
97 ClusterSCellEtSumsDec (*emRoI) = std::move(ClusterCellETs);
98 }
99
100 //Setup Tau Decorator Handlers
101 SG::WriteDecorHandle<xAOD::eFexTauRoIContainer, unsigned int > RCoreDec (m_RCoreDec );
102 SG::WriteDecorHandle<xAOD::eFexTauRoIContainer, unsigned int > REnvDec (m_REnvDec );
103 SG::WriteDecorHandle<xAOD::eFexTauRoIContainer, unsigned int > REMCoreDec (m_REMCoreDec );
104 SG::WriteDecorHandle<xAOD::eFexTauRoIContainer, unsigned int > REMHadDec (m_REMHadDec );
105
106 //looping over Tau TOB to decorate them
107 for ( const xAOD::eFexTauRoI* tauRoI : *tauEDMConstPtr ){
108
109 float eta = tauRoI->eta();
110 float phi = tauRoI->phi();
111 int seed = tauRoI->seed();
112 int UnD = tauRoI->upNotDown();
113 std::vector<unsigned int> RcoreSums;
114 std::vector<unsigned int> RemSums;
115
116 ATH_CHECK( m_eFEXTOBEtTool->gettauSums(eta, phi, seed, UnD, RcoreSums, RemSums) );
117
118 RCoreDec (*tauRoI) = RcoreSums[0];
119 REnvDec (*tauRoI) = RcoreSums[1];
120 REMCoreDec (*tauRoI) = RemSums[0];
121 REMHadDec (*tauRoI) = RemSums[1];
122 }
123
124 // Return gracefully
125 return StatusCode::SUCCESS;
126 }
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_ERROR(x)
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainer > m_ClusterSCellEtSumsDec
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainer > m_WstotDenDec
ToolHandle< eFEXTOBEtTool > m_eFEXTOBEtTool
SG::WriteDecorHandleKey< xAOD::eFexTauRoIContainer > m_REMHadDec
SG::ReadHandleKey< xAOD::eFexTauRoIContainer > m_eFEXtauEDMContainerKey
SG::ReadHandleKey< xAOD::eFexEMRoIContainer > m_eFEXegEDMContainerKey
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainer > m_RhadHadDec
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainer > m_WstotNumDec
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainer > m_RetaCoreDec
SG::WriteDecorHandleKey< xAOD::eFexTauRoIContainer > m_REnvDec
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainer > m_RetaEnvDec
SG::WriteDecorHandleKey< xAOD::eFexEMRoIContainer > m_RhadEMDec
SG::WriteDecorHandleKey< xAOD::eFexTauRoIContainer > m_REMCoreDec
SG::WriteDecorHandleKey< xAOD::eFexTauRoIContainer > m_RCoreDec
virtual bool isValid() override final
Can the handle be successfully dereferenced?
const_pointer_type cptr()
Dereference the pointer.
eFexEMRoIContainer_v1 eFexEMRoIContainer
eFexEMRoI_v1 eFexEMRoI
Define the latest version of the eFexEMRoI class.
Definition eFexEMRoI.h:17
eFexTauRoIContainer_v1 eFexTauRoIContainer
eFexTauRoI_v1 eFexTauRoI
Define the latest version of the eFexTauRoI class.
Definition eFexTauRoI.h:16

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ extraOutputDeps()

const DataObjIDColl & AthAlgorithm::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 50 of file AthAlgorithm.cxx.

51{
52 // If we didn't find any symlinks to add, just return the collection
53 // from the base class. Otherwise, return the extended collection.
54 if (!m_extendedExtraObjects.empty()) {
56 }
57 return Algorithm::extraOutputDeps();
58}
DataObjIDColl m_extendedExtraObjects

◆ initialize()

StatusCode LVL1::eFexTOBDecorator::initialize ( )
virtual

Definition at line 22 of file eFexTOBDecorator.cxx.

22 {
23 ATH_MSG_INFO( "L1CaloFEXTools/eFexTOBDecorator::initialize()");
24
25 // initialise read and decorator write handles
26 ATH_CHECK( m_eFEXegEDMContainerKey.initialize() );
27 ATH_CHECK( m_eFEXtauEDMContainerKey.initialize() );
28
29 ATH_CHECK( m_RetaCoreDec.initialize() );
30 ATH_CHECK( m_RetaEnvDec.initialize() );
31 ATH_CHECK( m_RhadEMDec.initialize() );
32 ATH_CHECK( m_RhadHadDec.initialize() );
33 ATH_CHECK( m_WstotDenDec.initialize() );
34 ATH_CHECK( m_WstotNumDec.initialize() );
35
36 ATH_CHECK( m_ClusterSCellEtSumsDec.initialize() );
37
38 ATH_CHECK( m_RCoreDec.initialize() );
39 ATH_CHECK( m_REnvDec.initialize() );
40 ATH_CHECK( m_REMCoreDec.initialize() );
41 ATH_CHECK( m_REMHadDec.initialize() );
42
43 // Retrieve the TOB ET sum tool
44 ATH_CHECK( m_eFEXTOBEtTool.retrieve() );
45
46 return StatusCode::SUCCESS;
47 }
#define ATH_MSG_INFO(x)

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Algorithm > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ msg()

MsgStream & AthCommonMsg< Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< Algorithm >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Algorithm > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< Algorithm > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ sysInitialize()

StatusCode AthAlgorithm::sysInitialize ( )
overridevirtualinherited

Override sysInitialize.

Override sysInitialize from the base class.

Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc

Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc

Reimplemented from AthCommonDataStore< AthCommonMsg< Algorithm > >.

Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, and PyAthena::Alg.

Definition at line 66 of file AthAlgorithm.cxx.

66 {
68
69 if (sc.isFailure()) {
70 return sc;
71 }
72 ServiceHandle<ICondSvc> cs("CondSvc",name());
73 for (auto h : outputHandles()) {
74 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
75 // do this inside the loop so we don't create the CondSvc until needed
76 if ( cs.retrieve().isFailure() ) {
77 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
78 return StatusCode::SUCCESS;
79 }
80 if (cs->regHandle(this,*h).isFailure()) {
81 sc = StatusCode::FAILURE;
82 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
83 << " with CondSvc");
84 }
85 }
86 }
87 return sc;
88}
#define ATH_MSG_WARNING(x)
static Double_t sc
virtual StatusCode sysInitialize() override
Override sysInitialize.
AthCommonDataStore(const std::string &name, T... args)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
::StatusCode StatusCode
StatusCode definition for legacy code.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Algorithm > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_ClusterSCellEtSumsDec

SG::WriteDecorHandleKey<xAOD::eFexEMRoIContainer> LVL1::eFexTOBDecorator::m_ClusterSCellEtSumsDec { this, "ClusterSCellEtSumsDecorKey" , m_eFEXegEDMContainerKey,"ClusterSCellEtSums", "name of the decoration key for SCell Ets of the cluster"}
private

Definition at line 50 of file eFexTOBDecorator.h.

50{ this, "ClusterSCellEtSumsDecorKey" , m_eFEXegEDMContainerKey,"ClusterSCellEtSums", "name of the decoration key for SCell Ets of the cluster"};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_eFEXegEDMContainerKey

SG::ReadHandleKey<xAOD::eFexEMRoIContainer> LVL1::eFexTOBDecorator::m_eFEXegEDMContainerKey {this,"eFexEMRoIContainer","L1_eEMRoI","SG key of the input eFex RoI container"}
private

Definition at line 39 of file eFexTOBDecorator.h.

39{this,"eFexEMRoIContainer","L1_eEMRoI","SG key of the input eFex RoI container"};

◆ m_eFEXtauEDMContainerKey

SG::ReadHandleKey<xAOD::eFexTauRoIContainer> LVL1::eFexTOBDecorator::m_eFEXtauEDMContainerKey {this,"eFexTauRoIContainer","L1_eTauRoI","SG key of the input eFex Tau RoI container"}
private

Definition at line 40 of file eFexTOBDecorator.h.

40{this,"eFexTauRoIContainer","L1_eTauRoI","SG key of the input eFex Tau RoI container"};

◆ m_eFEXTOBEtTool

ToolHandle<eFEXTOBEtTool> LVL1::eFexTOBDecorator::m_eFEXTOBEtTool {this, "eFEXTOBEtTool", "LVL1::eFEXTOBEtTool", "Tool for reconstructing TOB ET sums"}
private

Definition at line 58 of file eFexTOBDecorator.h.

58{this, "eFEXTOBEtTool", "LVL1::eFEXTOBEtTool", "Tool for reconstructing TOB ET sums"};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthAlgorithm::m_extendedExtraObjects
privateinherited

Definition at line 79 of file AthAlgorithm.h.

◆ m_RCoreDec

SG::WriteDecorHandleKey<xAOD::eFexTauRoIContainer> LVL1::eFexTOBDecorator::m_RCoreDec { this, "RCoreDecorKey" ,m_eFEXtauEDMContainerKey,"RCoreDec" , "Recalculated Tau RCore" }
private

Definition at line 53 of file eFexTOBDecorator.h.

53{ this, "RCoreDecorKey" ,m_eFEXtauEDMContainerKey,"RCoreDec" , "Recalculated Tau RCore" };

◆ m_REMCoreDec

SG::WriteDecorHandleKey<xAOD::eFexTauRoIContainer> LVL1::eFexTOBDecorator::m_REMCoreDec { this, "REMCoreDecorKey" , m_eFEXtauEDMContainerKey,"REMCoreDec" , "Recalculated Tau REMCore" }
private

Definition at line 55 of file eFexTOBDecorator.h.

55{ this, "REMCoreDecorKey" , m_eFEXtauEDMContainerKey,"REMCoreDec" , "Recalculated Tau REMCore" };

◆ m_REMHadDec

SG::WriteDecorHandleKey<xAOD::eFexTauRoIContainer> LVL1::eFexTOBDecorator::m_REMHadDec { this, "REMHadDecorKey" , m_eFEXtauEDMContainerKey,"REMHadDec" , "Recalculated Tau REMHad" }
private

Definition at line 56 of file eFexTOBDecorator.h.

56{ this, "REMHadDecorKey" , m_eFEXtauEDMContainerKey,"REMHadDec" , "Recalculated Tau REMHad" };

◆ m_REnvDec

SG::WriteDecorHandleKey<xAOD::eFexTauRoIContainer> LVL1::eFexTOBDecorator::m_REnvDec { this, "REnvDecorKey" , m_eFEXtauEDMContainerKey,"REnvDec" , "Recalculated Tau REnv" }
private

Definition at line 54 of file eFexTOBDecorator.h.

54{ this, "REnvDecorKey" , m_eFEXtauEDMContainerKey,"REnvDec" , "Recalculated Tau REnv" };

◆ m_RetaCoreDec

SG::WriteDecorHandleKey<xAOD::eFexEMRoIContainer> LVL1::eFexTOBDecorator::m_RetaCoreDec { this, "RetaCoreDecDecorKey" , m_eFEXegEDMContainerKey,"RetaCoreDec" , "Recalculated EM RetaCore" }
private

Definition at line 43 of file eFexTOBDecorator.h.

43{ this, "RetaCoreDecDecorKey" , m_eFEXegEDMContainerKey,"RetaCoreDec" , "Recalculated EM RetaCore" };

◆ m_RetaEnvDec

SG::WriteDecorHandleKey<xAOD::eFexEMRoIContainer> LVL1::eFexTOBDecorator::m_RetaEnvDec { this, "RetaEnvDecDecorKey" , m_eFEXegEDMContainerKey,"RetaEnvDec" , "Recalculated EM RetaEnv" }
private

Definition at line 44 of file eFexTOBDecorator.h.

44{ this, "RetaEnvDecDecorKey" , m_eFEXegEDMContainerKey,"RetaEnvDec" , "Recalculated EM RetaEnv" };

◆ m_RhadEMDec

SG::WriteDecorHandleKey<xAOD::eFexEMRoIContainer> LVL1::eFexTOBDecorator::m_RhadEMDec { this, "RetaEMDecDecorKey" , m_eFEXegEDMContainerKey,"RhadEMDec" , "Recalculated EM RetaEM" }
private

Definition at line 45 of file eFexTOBDecorator.h.

45{ this, "RetaEMDecDecorKey" , m_eFEXegEDMContainerKey,"RhadEMDec" , "Recalculated EM RetaEM" };

◆ m_RhadHadDec

SG::WriteDecorHandleKey<xAOD::eFexEMRoIContainer> LVL1::eFexTOBDecorator::m_RhadHadDec { this, "RhadHadDecDecorKey" , m_eFEXegEDMContainerKey,"RhadHadDec" , "Recalculated EM RhadHad" }
private

Definition at line 46 of file eFexTOBDecorator.h.

46{ this, "RhadHadDecDecorKey" , m_eFEXegEDMContainerKey,"RhadHadDec" , "Recalculated EM RhadHad" };

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.

◆ m_WstotDenDec

SG::WriteDecorHandleKey<xAOD::eFexEMRoIContainer> LVL1::eFexTOBDecorator::m_WstotDenDec { this, "WstotDenDecDecorKey" , m_eFEXegEDMContainerKey,"WstotDenDec" , "Recalculated EM WstotDen" }
private

Definition at line 47 of file eFexTOBDecorator.h.

47{ this, "WstotDenDecDecorKey" , m_eFEXegEDMContainerKey,"WstotDenDec" , "Recalculated EM WstotDen" };

◆ m_WstotNumDec

SG::WriteDecorHandleKey<xAOD::eFexEMRoIContainer> LVL1::eFexTOBDecorator::m_WstotNumDec { this, "WstotNumDecDecorKey" , m_eFEXegEDMContainerKey,"WstotNumDec" , "Recalculated EM WstotNum" }
private

Definition at line 48 of file eFexTOBDecorator.h.

48{ this, "WstotNumDecDecorKey" , m_eFEXegEDMContainerKey,"WstotNumDec" , "Recalculated EM WstotNum" };

The documentation for this class was generated from the following files: