![]() |
ATLAS Offline Software
|
Public Types | |
| enum class | Status { OK =0 , NOT_OK =1 } |
Public Member Functions | |
| WriteEvent (const Event &readEvent) | |
| Status | status () const |
| const std::unique_ptr< uint32_t[]> & | blob () const |
| const eformat::write::FullEventFragment & | frag () const |
| uint32_t | size () const |
Private Attributes | |
| Status | m_status {Status::NOT_OK} |
| std::unique_ptr< uint32_t[]> | m_blob |
| eformat::write::FullEventFragment | m_frag |
| std::vector< eformat::write::ROBFragment > | m_robs |
| std::vector< std::unique_ptr< uint32_t[]> > | m_robBlobs |
| uint32_t | m_size {0} |
Definition at line 50 of file trigbs_orderedMerge.cxx.
|
strong |
Definition at line 63 of file trigbs_orderedMerge.cxx.
|
inline |
Definition at line 109 of file trigbs_orderedMerge.cxx.
|
inline |
Definition at line 110 of file trigbs_orderedMerge.cxx.
|
inline |
Definition at line 111 of file trigbs_orderedMerge.cxx.
|
inline |
Definition at line 108 of file trigbs_orderedMerge.cxx.
|
private |
Definition at line 56 of file trigbs_orderedMerge.cxx.
|
private |
Definition at line 57 of file trigbs_orderedMerge.cxx.
|
private |
Definition at line 59 of file trigbs_orderedMerge.cxx.
|
private |
Definition at line 58 of file trigbs_orderedMerge.cxx.
|
private |
Definition at line 60 of file trigbs_orderedMerge.cxx.
|
private |
Definition at line 55 of file trigbs_orderedMerge.cxx.