ATLAS Offline Software
Loading...
Searching...
No Matches
MCEventInfoByteStreamTool::Cache Struct Reference
Collaboration diagram for MCEventInfoByteStreamTool::Cache:

Public Member Functions

 ~Cache ()
void clear ()

Public Attributes

std::vector< std::unique_ptr< uint32_t[]> > rodData
std::vector< std::unique_ptr< OFFLINE_FRAGMENTS_NAMESPACE_WRITE::ROBFragment > > robFragments

Detailed Description

Definition at line 120 of file MCEventInfoByteStreamTool.h.

Constructor & Destructor Documentation

◆ ~Cache()

MCEventInfoByteStreamTool::Cache::~Cache ( )
inline

Member Function Documentation

◆ clear()

void MCEventInfoByteStreamTool::Cache::clear ( )
inline

Definition at line 124 of file MCEventInfoByteStreamTool.h.

124 {
125 rodData.clear();
126 robFragments.clear();
127 }
std::vector< std::unique_ptr< uint32_t[]> > rodData
std::vector< std::unique_ptr< OFFLINE_FRAGMENTS_NAMESPACE_WRITE::ROBFragment > > robFragments

Member Data Documentation

◆ robFragments

std::vector<std::unique_ptr<OFFLINE_FRAGMENTS_NAMESPACE_WRITE::ROBFragment> > MCEventInfoByteStreamTool::Cache::robFragments

Definition at line 122 of file MCEventInfoByteStreamTool.h.

◆ rodData

std::vector<std::unique_ptr<uint32_t[]> > MCEventInfoByteStreamTool::Cache::rodData

Definition at line 121 of file MCEventInfoByteStreamTool.h.


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