ATLAS Offline Software
Loading...
Searching...
No Matches
Muon::IdDataVec< T > Struct Template Reference
Collaboration diagram for Muon::IdDataVec< T >:

Public Types

using Entry = T
using EntryVec = std::vector<Entry>

Public Member Functions

 IdDataVec ()=default
 IdDataVec (const Identifier &i)

Public Attributes

Identifier id {0}
EntryVec data {}

Detailed Description

template<class T>
struct Muon::IdDataVec< T >

Definition at line 1262 of file DCMathSegmentMaker.cxx.

Member Typedef Documentation

◆ Entry

template<class T>
using Muon::IdDataVec< T >::Entry = T

Definition at line 1263 of file DCMathSegmentMaker.cxx.

◆ EntryVec

template<class T>
using Muon::IdDataVec< T >::EntryVec = std::vector<Entry>

Definition at line 1264 of file DCMathSegmentMaker.cxx.

Constructor & Destructor Documentation

◆ IdDataVec() [1/2]

template<class T>
Muon::IdDataVec< T >::IdDataVec ( )
default

◆ IdDataVec() [2/2]

template<class T>
Muon::IdDataVec< T >::IdDataVec ( const Identifier & i)
inlineexplicit

Definition at line 1267 of file DCMathSegmentMaker.cxx.

Member Data Documentation

◆ data

template<class T>
EntryVec Muon::IdDataVec< T >::data {}

Definition at line 1270 of file DCMathSegmentMaker.cxx.

1270{};

◆ id

template<class T>
Identifier Muon::IdDataVec< T >::id {0}

Definition at line 1269 of file DCMathSegmentMaker.cxx.

1269{0};

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