ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::HgtdAuxDataCache Struct Reference

#include <HgtdAuxDataCache.h>

Inheritance diagram for ActsTrk::HgtdAuxDataCache:
Collaboration diagram for ActsTrk::HgtdAuxDataCache:

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 9 of file HgtdAuxDataCache.h.

Constructor & Destructor Documentation

◆ HgtdAuxDataCache()

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

Definition at line 10 of file HgtdAuxDataCache.h.

11 : xAOD::VariableStruct(cont),
12 rdoList(cont, xAOD::HGTDCluster::rdoListAcc(), n_cluster_rdos),
13 totList(cont, xAOD::HGTDCluster::totListAcc(), n_cluster_rdos)
14 {}
static const SG::AuxElement::Accessor< SG::JaggedVecElt< Identifier::value_type > > rdoListAcc()
static const SG::AuxElement::Accessor< SG::JaggedVecElt< int > > totListAcc()
xAOD::xAODInDetMeasurement::Utilities::JaggedVecEltCache< int > totList
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::HgtdAuxDataCache::rdoList

Definition at line 15 of file HgtdAuxDataCache.h.

◆ totList

xAOD::xAODInDetMeasurement::Utilities::JaggedVecEltCache<int> ActsTrk::HgtdAuxDataCache::totList

Definition at line 16 of file HgtdAuxDataCache.h.


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