ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LVL1BS::CpByteStreamV2Tool::CpmTowerData Struct Reference
Inheritance diagram for LVL1BS::CpByteStreamV2Tool::CpmTowerData:
Collaboration diagram for LVL1BS::CpByteStreamV2Tool::CpmTowerData:

Public Member Functions

 CpmTowerData (CpmTowerCollection *const ttCollection)
 

Public Attributes

CpmTowerCollection *const m_ttCollection
 
CpmTowerMap m_ttMap
 
const CollectionType m_collection
 

Detailed Description

Definition at line 152 of file CpByteStreamV2Tool.h.

Constructor & Destructor Documentation

◆ CpmTowerData()

LVL1BS::CpByteStreamV2Tool::CpmTowerData::CpmTowerData ( CpmTowerCollection *const  ttCollection)
inline

Definition at line 154 of file CpByteStreamV2Tool.h.

155  : CpByteStreamToolData (CPM_TOWERS), m_ttCollection (ttCollection) {}

Member Data Documentation

◆ m_collection

const CollectionType LVL1BS::CpByteStreamV2Tool::CpByteStreamToolData::m_collection
inherited

Definition at line 150 of file CpByteStreamV2Tool.h.

◆ m_ttCollection

CpmTowerCollection* const LVL1BS::CpByteStreamV2Tool::CpmTowerData::m_ttCollection

Definition at line 156 of file CpByteStreamV2Tool.h.

◆ m_ttMap

CpmTowerMap LVL1BS::CpByteStreamV2Tool::CpmTowerData::m_ttMap

Definition at line 157 of file CpByteStreamV2Tool.h.


The documentation for this struct was generated from the following file:
LVL1BS::CpByteStreamV2Tool::CPM_TOWERS
@ CPM_TOWERS
Definition: CpByteStreamV2Tool.h:131
LVL1BS::CpByteStreamV2Tool::CpmTowerData::m_ttCollection
CpmTowerCollection *const m_ttCollection
Definition: CpByteStreamV2Tool.h:156
LVL1BS::CpByteStreamV2Tool::CpByteStreamToolData::CpByteStreamToolData
CpByteStreamToolData(const CollectionType collection)
Definition: CpByteStreamV2Tool.h:148