ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LVL1BS::JepByteStreamV2Tool::JetElementData Struct Reference
Inheritance diagram for LVL1BS::JepByteStreamV2Tool::JetElementData:
Collaboration diagram for LVL1BS::JepByteStreamV2Tool::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 166 of file JepByteStreamV2Tool.h.

Constructor & Destructor Documentation

◆ JetElementData()

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

Definition at line 168 of file JepByteStreamV2Tool.h.

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

Member Data Documentation

◆ m_collection

const CollectionType LVL1BS::JepByteStreamV2Tool::JepByteStreamToolData::m_collection
inherited

Definition at line 164 of file JepByteStreamV2Tool.h.

◆ m_jeCollection

JetElementCollection* const LVL1BS::JepByteStreamV2Tool::JetElementData::m_jeCollection

Definition at line 170 of file JepByteStreamV2Tool.h.

◆ m_jeMap

JetElementMap LVL1BS::JepByteStreamV2Tool::JetElementData::m_jeMap

Definition at line 171 of file JepByteStreamV2Tool.h.


The documentation for this struct was generated from the following file:
LVL1BS::JepByteStreamV2Tool::JetElementData::m_jeCollection
JetElementCollection *const m_jeCollection
Definition: JepByteStreamV2Tool.h:170
LVL1BS::JepByteStreamV2Tool::JET_ELEMENTS
@ JET_ELEMENTS
Definition: JepByteStreamV2Tool.h:137
LVL1BS::JepByteStreamV2Tool::JepByteStreamToolData::JepByteStreamToolData
JepByteStreamToolData(const CollectionType collection)
Definition: JepByteStreamV2Tool.h:162