![]() |
Project
|
#include <DigitIOV2.h>
Inherits o2::mch::io::impl::DigitSinkImpl.
Public Member Functions | |
bool | write (std::ostream &out, gsl::span< const Digit > digits, gsl::span< const ROFRecord > rofs) override |
![]() | |
virtual | ~DigitSinkImpl ()=default |
Public Attributes | |
bool | mBinary |
Writer for digit file format 0
Definition at line 46 of file DigitIOV2.h.
|
overridevirtual |
write rofs, digits at the current position in the output stream
digits | vector of Digits, must not be empty |
rofs | vector of ROFRecord, might be empty |
Implements o2::mch::io::impl::DigitSinkImpl.
Definition at line 85 of file DigitIOV2.cxx.
bool o2::mch::io::impl::DigitSinkV2::mBinary |
Definition at line 57 of file DigitIOV2.h.