ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::StripAuxDataCache Struct Reference
Inheritance diagram for ActsTrk::StripAuxDataCache:
Collaboration diagram for ActsTrk::StripAuxDataCache:

Public Member Functions

 StripAuxDataCache (SG::AuxVectorData &cont, unsigned int n_cluster_rdos)

Public Attributes

xAOD::xAODInDetMeasurement::Utilities::JaggedVecEltCache< Identifier::value_type > rdoList
SG::AuxVectorDatam_cont

Detailed Description

Definition at line 84 of file StripClusteringTool.cxx.

Constructor & Destructor Documentation

◆ StripAuxDataCache()

ActsTrk::StripAuxDataCache::StripAuxDataCache ( SG::AuxVectorData & cont,
unsigned int n_cluster_rdos )
inline

Definition at line 85 of file StripClusteringTool.cxx.

86 : xAOD::VariableStruct(cont),
87 rdoList(cont, xAOD::StripCluster::rdoListAcc(), n_cluster_rdos)
88 {}
static const SG::AuxElement::Accessor< SG::JaggedVecElt< Identifier::value_type > > rdoListAcc()
xAOD::xAODInDetMeasurement::Utilities::JaggedVecEltCache< Identifier::value_type > rdoList

Member Data Documentation

◆ m_cont

SG::AuxVectorData& xAOD::VariableStruct::m_cont
inherited

Definition at line 66 of file VariableStruct.h.

◆ rdoList

xAOD::xAODInDetMeasurement::Utilities::JaggedVecEltCache<Identifier::value_type> ActsTrk::StripAuxDataCache::rdoList

Definition at line 89 of file StripClusteringTool.cxx.


The documentation for this struct was generated from the following file: