ATLAS Offline Software
Loading...
Searching...
No Matches
egammaSwTool Class Referencefinal

Tool which applies positions and energy corrections to a CaloCluster. More...

#include <egammaSwTool.h>

Inheritance diagram for egammaSwTool:
Collaboration diagram for egammaSwTool:

Public Member Functions

 egammaSwTool (const std::string &type, const std::string &name, const IInterface *parent)
 Default constructor.
virtual ~egammaSwTool ()=default
 Destructor.
virtual StatusCode initialize () override
 initialize method
virtual StatusCode execute (const EventContext &ctx, xAOD::CaloCluster *cluster) const override final
 execute method
virtual StatusCode execute (const EventContext &ctx, xAOD::CaloCluster *cluster, xAOD::EgammaParameters::EgammaType egType, bool isBarrel) const override final
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 sysInitialize () override
 Perform system initialization for an algorithm.
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

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods.

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

StatusCode processTools (const EventContext &ctx, const ToolHandleArray< CaloClusterProcessor > &tools, xAOD::CaloCluster *cluster) const
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEle55
 a list of names for tools to correct clusters
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEle35
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEle37
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersGam35
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersGam55
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersGam37
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEconv55
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEconv35
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEconv37
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEle35
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEconv35
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterGam35
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEle55
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterGam55
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEconv55
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEle37
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterGam37
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEconv37
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

Tool which applies positions and energy corrections to a CaloCluster.

Author
D. Zerwas
B. Lenzi
C. Anastopoulos

Definition at line 23 of file egammaSwTool.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ egammaSwTool()

egammaSwTool::egammaSwTool ( const std::string & type,
const std::string & name,
const IInterface * parent )

Default constructor.

Definition at line 16 of file egammaSwTool.cxx.

19 : AthAlgTool(type, name, parent)
20{
21
22 // declare interface
23 declareInterface<IegammaSwTool>(this);
24}
AthAlgTool()
Default constructor:

◆ ~egammaSwTool()

virtual egammaSwTool::~egammaSwTool ( )
virtualdefault

Destructor.

Member Function Documentation

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::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< AlgTool > >::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< AlgTool > >::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< AlgTool > >::evtStore ( )
inlineinherited

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

Definition at line 85 of file AthCommonDataStore.h.

◆ execute() [1/2]

StatusCode egammaSwTool::execute ( const EventContext & ctx,
xAOD::CaloCluster * cluster ) const
finaloverridevirtual

execute method

Implements IegammaSwTool.

Definition at line 56 of file egammaSwTool.cxx.

57{
58 ATH_MSG_DEBUG("Executing egammaSwTool");
59
60 // protection against bad clusters
61 if (cluster == nullptr)
62 return StatusCode::SUCCESS;
63
64 xAOD::CaloCluster::ClusterSize requestedSize = cluster->clusterSize();
65 switch (requestedSize) {
68 break;
69 }
72 break;
73 }
76 break;
77 }
80 break;
81 }
84 break;
85 }
88 break;
89 }
92 break;
93 }
96 break;
97 }
100 break;
101 }
102 default: {
104 "Inexisting cluster type and calibration requested: " << requestedSize);
105 return StatusCode::FAILURE;
106 }
107 }
108 return StatusCode::SUCCESS;
109}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_ERROR(x)
#define ATH_MSG_DEBUG(x)
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersGam35
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersGam55
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEle37
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEle35
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEconv35
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersGam37
StatusCode processTools(const EventContext &ctx, const ToolHandleArray< CaloClusterProcessor > &tools, xAOD::CaloCluster *cluster) const
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEle55
a list of names for tools to correct clusters
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEconv55
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEconv37
ClusterSize clusterSize() const
Get cluster size.
ClusterSize
Enumeration to identify different cluster sizes.

◆ execute() [2/2]

StatusCode egammaSwTool::execute ( const EventContext & ctx,
xAOD::CaloCluster * cluster,
xAOD::EgammaParameters::EgammaType egType,
bool isBarrel ) const
finaloverridevirtual

Implements IegammaSwTool.

Definition at line 114 of file egammaSwTool.cxx.

118{
119 // protection against bad clusters
120 if (cluster == nullptr) {
121 return StatusCode::SUCCESS;
122 }
123
124 if (isBarrel) {
125 switch (egType) {
129 break;
130 }
134 break;
135 }
139 break;
140 }
141 default: {
142 ATH_MSG_ERROR("Inexisting correction requested for egType: "
143 << egType << " isBarrel: " << isBarrel);
144 return StatusCode::FAILURE;
145 break;
146 }
147 }
148 } else {
149 switch (egType) {
153 break;
154 }
158 break;
159 }
163 break;
164 }
165 default: {
166 ATH_MSG_ERROR("Inexisting correction requested for egType: "
167 << egType << " isBarrel: " << isBarrel);
168 return StatusCode::FAILURE;
169 }
170 }
171 }
172 return StatusCode::SUCCESS;
173}
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEle37
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEle55
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterGam37
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEconv55
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterGam55
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEconv37

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::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

◆ initialize()

StatusCode egammaSwTool::initialize ( )
overridevirtual

initialize method

Implements IegammaSwTool.

Definition at line 27 of file egammaSwTool.cxx.

28{
32 //
36 //
40 // SuperCluster
44 //
48 //
52 return StatusCode::SUCCESS;
53}
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterGam35
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEle35
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEconv35

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::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.

◆ interfaceID()

const InterfaceID & IegammaSwTool::interfaceID ( )
inlinestaticinherited

AlgTool interface methods.

Definition at line 51 of file IegammaSwTool.h.

52{
53 return IID_IegammaSwTool;
54}
static const InterfaceID IID_IegammaSwTool("IegammaSwTool", 1, 0)

◆ msg()

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

Definition at line 24 of file AthCommonMsg.h.

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

◆ msgLvl()

bool AthCommonMsg< AlgTool >::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< AlgTool > >::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.

◆ processTools()

StatusCode egammaSwTool::processTools ( const EventContext & ctx,
const ToolHandleArray< CaloClusterProcessor > & tools,
xAOD::CaloCluster * cluster ) const
private

Definition at line 176 of file egammaSwTool.cxx.

179{
180 auto firstTool = tools.begin();
181 auto lastTool = tools.end();
182 // loop tools
183 for (; firstTool != lastTool; ++firstTool) {
184 ATH_CHECK((*firstTool)->execute(ctx, cluster));
185 }
186 return StatusCode::SUCCESS;
187}

◆ 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< AlgTool > >::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< AlgTool > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::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< AlgTool > >::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_clusterCorrectionPointersEconv35

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEconv35
private
Initial value:
{
this,
"ClusterCorrectionToolsEconv35",
{}
}

Definition at line 92 of file egammaSwTool.h.

92 {
93 this,
94 "ClusterCorrectionToolsEconv35",
95 {}
96 };

◆ m_clusterCorrectionPointersEconv37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEconv37
private
Initial value:
{
this,
"ClusterCorrectionToolsEconv37",
{}
}

Definition at line 97 of file egammaSwTool.h.

97 {
98 this,
99 "ClusterCorrectionToolsEconv37",
100 {}
101 };

◆ m_clusterCorrectionPointersEconv55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEconv55
private
Initial value:
{
this,
"ClusterCorrectionToolsEconv55",
{}
}

Definition at line 87 of file egammaSwTool.h.

87 {
88 this,
89 "ClusterCorrectionToolsEconv55",
90 {}
91 };

◆ m_clusterCorrectionPointersEle35

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEle35
private
Initial value:
{
this,
"ClusterCorrectionToolsEle35",
{}
}

Definition at line 62 of file egammaSwTool.h.

62 {
63 this,
64 "ClusterCorrectionToolsEle35",
65 {}
66 };

◆ m_clusterCorrectionPointersEle37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEle37
private
Initial value:
{
this,
"ClusterCorrectionToolsEle37",
{}
}

Definition at line 67 of file egammaSwTool.h.

67 {
68 this,
69 "ClusterCorrectionToolsEle37",
70 {}
71 };

◆ m_clusterCorrectionPointersEle55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEle55
private
Initial value:
{
this,
"ClusterCorrectionToolsEle55",
{}
}

a list of names for tools to correct clusters

the tools in this list are executed after all maker tools are done and run one after each other on each cluster in the container.

Definition at line 57 of file egammaSwTool.h.

57 {
58 this,
59 "ClusterCorrectionToolsEle55",
60 {}
61 };

◆ m_clusterCorrectionPointersGam35

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersGam35
private
Initial value:
{
this,
"ClusterCorrectionToolsGam35",
{}
}

Definition at line 72 of file egammaSwTool.h.

72 {
73 this,
74 "ClusterCorrectionToolsGam35",
75 {}
76 };

◆ m_clusterCorrectionPointersGam37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersGam37
private
Initial value:
{
this,
"ClusterCorrectionToolsGam37",
{}
}

Definition at line 82 of file egammaSwTool.h.

82 {
83 this,
84 "ClusterCorrectionToolsGam37",
85 {}
86 };

◆ m_clusterCorrectionPointersGam55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersGam55
private
Initial value:
{
this,
"ClusterCorrectionToolsGam55",
{}
}

Definition at line 77 of file egammaSwTool.h.

77 {
78 this,
79 "ClusterCorrectionToolsGam55",
80 {}
81 };

◆ m_clusterCorrectionPointersSuperClusterEconv35

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEconv35
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEconv35",
{}
}

Definition at line 110 of file egammaSwTool.h.

110 {
111 this,
112 "ClusterCorrectionToolsSuperClusterEconv35",
113 {}
114 };

◆ m_clusterCorrectionPointersSuperClusterEconv37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEconv37
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEconv37",
{}
}

Definition at line 154 of file egammaSwTool.h.

154 {
155 this,
156 "ClusterCorrectionToolsSuperClusterEconv37",
157 {}
158 };

◆ m_clusterCorrectionPointersSuperClusterEconv55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEconv55
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEconv55",
{}
}

Definition at line 135 of file egammaSwTool.h.

135 {
136 this,
137 "ClusterCorrectionToolsSuperClusterEconv55",
138 {}
139 };

◆ m_clusterCorrectionPointersSuperClusterEle35

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEle35
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEle35",
{}
}

Definition at line 104 of file egammaSwTool.h.

104 {
105 this,
106 "ClusterCorrectionToolsSuperClusterEle35",
107 {}
108 };

◆ m_clusterCorrectionPointersSuperClusterEle37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEle37
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEle37",
{}
}

Definition at line 142 of file egammaSwTool.h.

142 {
143 this,
144 "ClusterCorrectionToolsSuperClusterEle37",
145 {}
146 };

◆ m_clusterCorrectionPointersSuperClusterEle55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEle55
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEle55",
{}
}

Definition at line 123 of file egammaSwTool.h.

123 {
124 this,
125 "ClusterCorrectionToolsSuperClusterEle55",
126 {}
127 };

◆ m_clusterCorrectionPointersSuperClusterGam35

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterGam35
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterGam35",
{}
}

Definition at line 116 of file egammaSwTool.h.

116 {
117 this,
118 "ClusterCorrectionToolsSuperClusterGam35",
119 {}
120 };

◆ m_clusterCorrectionPointersSuperClusterGam37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterGam37
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterGam37",
{}
}

Definition at line 148 of file egammaSwTool.h.

148 {
149 this,
150 "ClusterCorrectionToolsSuperClusterGam37",
151 {}
152 };

◆ m_clusterCorrectionPointersSuperClusterGam55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterGam55
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterGam55",
{}
}

Definition at line 129 of file egammaSwTool.h.

129 {
130 this,
131 "ClusterCorrectionToolsSuperClusterGam55",
132 {}
133 };

◆ m_detStore

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

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_evtStore

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

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_varHandleArraysDeclared

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

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.


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