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 168 of file ElectronMaterialMixtureConvolution.cxx.

172 : AthAlgTool(type, name, parent)
173{
174 declareInterface<IMaterialMixtureConvolution>(this);
175}
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 180 of file ElectronMaterialMixtureConvolution.cxx.

181{
183 ATH_MSG_FATAL("Requested MaximumNumberOfComponents > "
185 return StatusCode::FAILURE;
186 }
187
188 m_materialEffects = std::make_unique<ElectronCombinedMaterialEffects>(
190 return StatusCode::SUCCESS;
191}
#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 243 of file ElectronMaterialMixtureConvolution.cxx.

248{
249 const double updateFactor = layer.postUpdateMaterialFactor(
250 *multiComponentState.front().params, direction);
251
252 Trk::MultiComponentState updatedMergedState =
253 update(caches, multiComponentState, layer, direction, updateFactor);
254
255 if (updatedMergedState.empty()) {
256 return {};
257 }
259 return updatedMergedState;
260}
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
const Amg::Vector3D & direction() const
Method to retrieve the direction at the Intersection.

◆ 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 218 of file ElectronMaterialMixtureConvolution.cxx.

223{
224 const double updateFactor =
225 layer.preUpdateMaterialFactor(*multiComponentState.front().params, direction);
226
227 Trk::MultiComponentState updatedMergedState = update(caches,
228 multiComponentState,
229 layer,
230 direction,
231 updateFactor);
232 if (updatedMergedState.empty()) {
233 return {};
234 }
236 return updatedMergedState;
237}

◆ 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 >, and AthCheckedComponent<::AthAlgTool >.

◆ 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 197 of file ElectronMaterialMixtureConvolution.cxx.

202{
203 const double updateFactor = 1.0;
204 Trk::MultiComponentState updatedMergedState = update(
205 caches, multiComponentState, layer, direction, updateFactor);
206
207 if (updatedMergedState.empty()) {
208 return {};
209 }
211 return updatedMergedState;
212}

◆ 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 263 of file ElectronMaterialMixtureConvolution.cxx.

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