ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::ElectronMaterialMixtureConvolution Class Referencefinal

#include <ElectronMaterialMixtureConvolution.h>

Inheritance diagram for Trk::ElectronMaterialMixtureConvolution:
Collaboration diagram for Trk::ElectronMaterialMixtureConvolution:

Public Types

enum  MaterialUpdateType { Normal = 0 , Preupdate = 1 , Postupdate = 2 }

Public Member Functions

 ElectronMaterialMixtureConvolution (const std::string &, const std::string &, const IInterface *)
 Destructor.
virtual ~ElectronMaterialMixtureConvolution ()
 AlgTool initialise method.
virtual StatusCode initialize () override final
 Convolution with full material properties.
virtual MultiComponentState update (std::vector< GsfMaterial::Combined > &, const MultiComponentState &, const Layer &, PropDirection direction=anyDirection) const override final
 Convolution with pre-measurement-update material properties.
virtual MultiComponentState preUpdate (std::vector< GsfMaterial::Combined > &, const MultiComponentState &, const Layer &, PropDirection direction=anyDirection) const override final
 Convolution with post-measurement-update material properties.
virtual MultiComponentState postUpdate (std::vector< GsfMaterial::Combined > &, const MultiComponentState &, const Layer &, PropDirection direction=anyDirection) const override final
 The particle hypothesis we implement material effects for.
virtual Trk::ParticleHypothesis particleHypothesis () 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 ()
 < IAlgTool and AlgTool interface method

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

Trk::MultiComponentState update (std::vector< GsfMaterial::Combined > &, const Trk::MultiComponentState &inputState, const Trk::Layer &layer, Trk::PropDirection direction, double updateFactor) const
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

std::unique_ptr< ElectronCombinedMaterialEffectsm_materialEffects
Gaudi::Property< unsigned int > m_maximumNumberOfComponents
Gaudi::Property< std::string > m_parameterisationFileName
Gaudi::Property< std::string > m_parameterisationFileNameHighX0
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 ElectronMaterialMixtureConvolution.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Member Enumeration Documentation

◆ MaterialUpdateType

Constructor & Destructor Documentation

◆ ElectronMaterialMixtureConvolution()

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

Destructor.

Definition at line 173 of file ElectronMaterialMixtureConvolution.cxx.

177 : AthAlgTool(type, name, parent)
178{
179 declareInterface<IMaterialMixtureConvolution>(this);
180}
AthAlgTool()
Default constructor:

◆ ~ElectronMaterialMixtureConvolution()

Trk::ElectronMaterialMixtureConvolution::~ElectronMaterialMixtureConvolution ( )
virtualdefault

AlgTool initialise method.

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.

◆ 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 Trk::ElectronMaterialMixtureConvolution::initialize ( )
finaloverridevirtual

Convolution with full material properties.

Definition at line 185 of file ElectronMaterialMixtureConvolution.cxx.

186{
188 ATH_MSG_FATAL("Requested MaximumNumberOfComponents > "
190 return StatusCode::FAILURE;
191 }
192
193 m_materialEffects = std::make_unique<ElectronCombinedMaterialEffects>(
195 return StatusCode::SUCCESS;
196}
#define ATH_MSG_FATAL(x)
std::unique_ptr< ElectronCombinedMaterialEffects > m_materialEffects
constexpr int8_t maxNumberofStateComponents
The state is described by N Gaussian components The Beth Heitler Material effect are also described b...

◆ 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 & Trk::IMaterialMixtureConvolution::interfaceID ( )
inlinestaticinherited

< IAlgTool and AlgTool interface method

Definition at line 34 of file IMaterialMixtureConvolution.h.

35 {
37 };
static const InterfaceID IID_IMaterialMixtureConvolution("IMaterialMixtureConvolution", 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.

◆ particleHypothesis()

virtual Trk::ParticleHypothesis Trk::ElectronMaterialMixtureConvolution::particleHypothesis ( ) const
inlinefinaloverridevirtual

Implements Trk::IMaterialMixtureConvolution.

Definition at line 70 of file ElectronMaterialMixtureConvolution.h.

70 {
71 return Trk::electron;
72 }

◆ postUpdate()

Trk::MultiComponentState Trk::ElectronMaterialMixtureConvolution::postUpdate ( std::vector< GsfMaterial::Combined > & ,
const MultiComponentState & ,
const Layer & ,
PropDirection direction = anyDirection ) const
finaloverridevirtual

The particle hypothesis we implement material effects for.

Implements Trk::IMaterialMixtureConvolution.

Definition at line 248 of file ElectronMaterialMixtureConvolution.cxx.

253{
254 const double updateFactor = layer.postUpdateMaterialFactor(
255 *multiComponentState.front().params, direction);
256
257 Trk::MultiComponentState updatedMergedState =
258 update(caches, multiComponentState, layer, direction, updateFactor);
259
260 if (updatedMergedState.empty()) {
261 return {};
262 }
264 return updatedMergedState;
265}
virtual MultiComponentState update(std::vector< GsfMaterial::Combined > &, const MultiComponentState &, const Layer &, PropDirection direction=anyDirection) const override final
Convolution with pre-measurement-update material properties.
@ layer
Definition HitInfo.h:79
void renormaliseState(MultiComponentState &, double norm=1)
Performing renormalisation of total state weighting to one.
std::vector< ComponentParameters > MultiComponentState

◆ preUpdate()

Trk::MultiComponentState Trk::ElectronMaterialMixtureConvolution::preUpdate ( std::vector< GsfMaterial::Combined > & caches,
const MultiComponentState & multiComponentState,
const Layer & layer,
Trk::PropDirection direction = anyDirection ) const
finaloverridevirtual

Convolution with post-measurement-update material properties.

Implements Trk::IMaterialMixtureConvolution.

Definition at line 223 of file ElectronMaterialMixtureConvolution.cxx.

228{
229 const double updateFactor =
230 layer.preUpdateMaterialFactor(*multiComponentState.front().params, direction);
231
232 Trk::MultiComponentState updatedMergedState = update(caches,
233 multiComponentState,
234 layer,
235 direction,
236 updateFactor);
237 if (updatedMergedState.empty()) {
238 return {};
239 }
241 return updatedMergedState;
242}

◆ 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.

◆ update() [1/2]

Trk::MultiComponentState Trk::ElectronMaterialMixtureConvolution::update ( std::vector< GsfMaterial::Combined > & caches,
const MultiComponentState & multiComponentState,
const Layer & layer,
Trk::PropDirection direction = anyDirection ) const
finaloverridevirtual

Convolution with pre-measurement-update material properties.

Implements Trk::IMaterialMixtureConvolution.

Definition at line 202 of file ElectronMaterialMixtureConvolution.cxx.

207{
208 const double updateFactor = 1.0;
209 Trk::MultiComponentState updatedMergedState = update(
210 caches, multiComponentState, layer, direction, updateFactor);
211
212 if (updatedMergedState.empty()) {
213 return {};
214 }
216 return updatedMergedState;
217}

◆ update() [2/2]

Trk::MultiComponentState Trk::ElectronMaterialMixtureConvolution::update ( std::vector< GsfMaterial::Combined > & caches,
const Trk::MultiComponentState & inputState,
const Trk::Layer & layer,
Trk::PropDirection direction,
double updateFactor ) const
private

Definition at line 268 of file ElectronMaterialMixtureConvolution.cxx.

274{
275
276 // Check the multi-component state is populated
277 if (inputState.empty()) {
278 return {};
279 }
280 if (updateFactor < 0.01) {
281 // Bail out as factor is too small to bother about
282 return {};
283 }
284 caches.resize(inputState.size());
285
286 // Fill cache and work out how many final components there should be
287 size_t numComponents(0);
288 for (size_t i(0); i < inputState.size(); ++i) {
289 const AmgSymMatrix(5)* measuredCov = inputState[i].params->covariance();
290 // If the momentum is too dont apply material effects
291 if (inputState[i].params->momentum().mag() <= 250. * Gaudi::Units::MeV) {
292 dummyCacheElement(caches[i]);
293 updateCacheElement(caches[i], 0, inputState[i].params->parameters(), measuredCov);
294 caches[i].weights[0] = inputState[i].weight;
295 numComponents += caches[i].numEntries;
296 continue;
297 }
298 // Get the material effects and store them in the cache
299 std::pair<const Trk::MaterialProperties*, double> matPropPair =
300 getMaterialProperties(inputState[i].params.get(), layer);
301
302 if (!matPropPair.first) {
303 dummyCacheElement(caches[i]);
304 updateCacheElement(caches[i], 0, inputState[i].params->parameters(), measuredCov);
305 caches[i].weights[0] = inputState[i].weight;
306 numComponents += caches[i].numEntries;
307 continue;
308 }
309 // Now we can compute/apply actual material effects
310 // Apply the update factor
311 matPropPair.second *= updateFactor;
312 m_materialEffects->compute(caches[i],
313 inputState[i],
314 *matPropPair.first,
315 matPropPair.second,
316 direction);
317
318 // Apply material effects to input state and store results in cache
319 // We have i material caches , one for each input state.
320 // Each cache has j entries. They correspond to each
321 // Gausian used to describe the Bethe Heitler.
322 for (size_t j(0); j < caches[i].numEntries; ++j) {
323 updateCacheElement(caches[i], j, inputState[i].params->parameters(), measuredCov);
324 // Adjust q/p of the (delta) Parameters
325 // make sure update is good.
326 if (!updateP(caches[i].parameters[j][Trk::qOverP],
327 caches[i].deltaPs[j])) {
328 ATH_MSG_ERROR("Cannot update state vector momentum!!!");
329 return {};
330 }
331 // Store component weight
332 caches[i].weights[j] *= inputState[i].weight;
333 // Ensure weight of component is not too small to save us from potential
334 // FPE's Value. Weights are double so the min of float should
335 // be small enough and should be handled
336 if (caches[i].weights[j] < std::numeric_limits<float>::min()) {
337 caches[i].weights[j] = std::numeric_limits<float>::min();
338 }
339 }
340 numComponents += caches[i].numEntries;
341 } // End of loop filling the cache
342
343 // Fill information for calculating which components to merge
344 // In addition scan all components for covariance matrices.
345 // If one component is missing its error matrix,
346 // component reduction is impossible.
347 //
348 bool componentWithoutMeasurement = false;
349 // keep track of the state component and material effects indices
350 // Effectively here we have M state X N Material effects
351 // MXN components.
352 std::vector<std::pair<size_t, size_t>> indices{};
353 indices.resize(numComponents);
354 GSFUtils::Component1DArray componentsArray(numComponents);
355 size_t k(0);
356 for (size_t i(0); i < inputState.size(); ++i) {
357 for (size_t j(0); j < caches[i].numEntries; ++j) {
358 const AmgSymMatrix(5)* measuredCov = inputState[i].params->covariance();
359 // Fill in infomation
360 const double cov =
361 measuredCov ? caches[i].covariances[j](Trk::qOverP, Trk::qOverP)
362 : -1.;
363 if (!measuredCov) {
364 componentWithoutMeasurement = true;
365 }
366 componentsArray[k].mean = caches[i].parameters[j][Trk::qOverP];
367 componentsArray[k].cov = cov;
368 componentsArray[k].invCov = cov > 0 ? 1. / cov : 1e10;
369 componentsArray[k].weight = caches[i].weights[j];
370 indices[k] = {i, j};
371 ++k;
372 }
373 }
374
375 // fallback if we have a component without measurement
376 if (componentWithoutMeasurement) {
377 auto* result = std::max_element(
378 componentsArray.begin(), componentsArray.end(),
379 [](const auto& a, const auto& b) { return a.weight < b.weight; });
380 auto index = std::distance(componentsArray.begin(), result);
381 const size_t stateIndex = indices[index].first;
382 const size_t materialIndex = indices[index].second;
383
384 AmgVector(5)& updatedStateVector = caches[stateIndex].parameters[materialIndex];
385 const AmgSymMatrix(5)* measuredCov = inputState[stateIndex].params->covariance();
386 std::optional<AmgSymMatrix(5)> updatedCovariance = std::nullopt;
387 if (measuredCov && caches[stateIndex].covariances.size() > materialIndex) {
388 updatedCovariance =
389 AmgSymMatrix(5)(caches[stateIndex].covariances[materialIndex]);
390 }
391 std::unique_ptr<Trk::TrackParameters> updatedTrackParameters =
392 inputState[stateIndex]
393 .params->associatedSurface()
394 .createUniqueTrackParameters(
395 updatedStateVector[Trk::loc1], updatedStateVector[Trk::loc2],
396 updatedStateVector[Trk::phi], updatedStateVector[Trk::theta],
397 updatedStateVector[Trk::qOverP], std::move(updatedCovariance));
398
399 Trk::ComponentParameters dummyCompParams = {
400 std::move(updatedTrackParameters), 1.};
401 Trk::MultiComponentState returnMultiState;
402 returnMultiState.push_back(std::move(dummyCompParams));
403 return returnMultiState;
404 }
405
406 //Create the state to rerurn accounting for any needed merges.
408 if (numComponents > m_maximumNumberOfComponents) {
409 merges = findMerges(std::move(componentsArray), m_maximumNumberOfComponents);
410 }
411 auto mergedState = createMergedState(merges, caches, indices, inputState);
412
413 if (mergedState.size() > m_maximumNumberOfComponents) {
414 ATH_MSG_ERROR("Merging failed, target size: " << m_maximumNumberOfComponents
415 << " final size: "
416 << mergedState.size());
417 }
418 return mergedState;
419}
#define ATH_MSG_ERROR(x)
#define AmgSymMatrix(dim)
#define AmgVector(rows)
static Double_t a
str index
Definition DeMoScan.py:362
MergeArray findMerges(Component1DArray &&componentsIn, const int reducedSize)
Return which components need to be merged.
AlignedDynArray< Component1D, GSFConstants::alignment > Component1DArray
std::vector< Merge > MergeArray
@ theta
Definition ParamDefs.h:66
@ qOverP
perigee
Definition ParamDefs.h:67
@ loc2
generic first and second local coordinate
Definition ParamDefs.h:35
@ phi
Definition ParamDefs.h:75
@ loc1
Definition ParamDefs.h:34
std::pair< long int, long int > indices

◆ 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_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_materialEffects

std::unique_ptr<ElectronCombinedMaterialEffects> Trk::ElectronMaterialMixtureConvolution::m_materialEffects
private

Definition at line 82 of file ElectronMaterialMixtureConvolution.h.

◆ m_maximumNumberOfComponents

Gaudi::Property<unsigned int> Trk::ElectronMaterialMixtureConvolution::m_maximumNumberOfComponents
private
Initial value:
{
this,
"MaximumNumberOfComponents",
12,
"Maximum number of components"
}

Definition at line 84 of file ElectronMaterialMixtureConvolution.h.

84 {
85 this,
86 "MaximumNumberOfComponents",
87 12,
88 "Maximum number of components"
89 };

◆ m_parameterisationFileName

Gaudi::Property<std::string> Trk::ElectronMaterialMixtureConvolution::m_parameterisationFileName
private
Initial value:
{
this,
"BetheHeitlerParameterisationFileName",
"GeantSim_LT01_cdf_nC6_O5.par",
"Parametrization of Bethe Heitler material effects"
}

Definition at line 91 of file ElectronMaterialMixtureConvolution.h.

91 {
92 this,
93 "BetheHeitlerParameterisationFileName",
94 "GeantSim_LT01_cdf_nC6_O5.par",
95 "Parametrization of Bethe Heitler material effects"
96 };

◆ m_parameterisationFileNameHighX0

Gaudi::Property<std::string> Trk::ElectronMaterialMixtureConvolution::m_parameterisationFileNameHighX0
private
Initial value:
{
this,
"BetheHeitlerParameterisationFileNameHighX0",
"GeantSim_GT01_cdf_nC6_O5.par",
"Parametrization of Bethe Heitler material effects for high X0"
}

Definition at line 98 of file ElectronMaterialMixtureConvolution.h.

98 {
99 this,
100 "BetheHeitlerParameterisationFileNameHighX0",
101 "GeantSim_GT01_cdf_nC6_O5.par",
102 "Parametrization of Bethe Heitler material effects for high X0"
103 };

◆ 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: