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

Public Member Functions

 JetElementData (JetElementCollection *const jeCollection)
 

Public Attributes

JetElementCollection *const m_jeCollection
 
JetElementMap m_jeMap
 
const CollectionType m_collection
 

Detailed Description

Definition at line 155 of file JepByteStreamTool.h.

Constructor & Destructor Documentation

◆ JetElementData()

LVL1BS::JepByteStreamTool::JetElementData::JetElementData ( JetElementCollection *const  jeCollection)
inline

Definition at line 157 of file JepByteStreamTool.h.

158  : JepByteStreamToolData (JET_ELEMENTS), m_jeCollection (jeCollection) {}

Member Data Documentation

◆ m_collection

const CollectionType LVL1BS::JepByteStreamTool::JepByteStreamToolData::m_collection
inherited

Definition at line 153 of file JepByteStreamTool.h.

◆ m_jeCollection

JetElementCollection* const LVL1BS::JepByteStreamTool::JetElementData::m_jeCollection

Definition at line 159 of file JepByteStreamTool.h.

◆ m_jeMap

JetElementMap LVL1BS::JepByteStreamTool::JetElementData::m_jeMap

Definition at line 160 of file JepByteStreamTool.h.


The documentation for this struct was generated from the following file:
LVL1BS::JepByteStreamTool::JET_ELEMENTS
@ JET_ELEMENTS
Definition: JepByteStreamTool.h:127
LVL1BS::JepByteStreamTool::JetElementData::m_jeCollection
JetElementCollection *const m_jeCollection
Definition: JepByteStreamTool.h:159
LVL1BS::JepByteStreamTool::JepByteStreamToolData::JepByteStreamToolData
JepByteStreamToolData(const CollectionType collection)
Definition: JepByteStreamTool.h:151