![]() |
Project
|
#include <SubTimeFrameFileReader.h>
Public Member Functions | |
SubTimeFrameFileReader ()=delete | |
SubTimeFrameFileReader (const std::string &pFileName, o2::detectors::DetID::mask_t detMask) | |
SubTimeFrameFileReader. | |
~SubTimeFrameFileReader () | |
std::unique_ptr< MessagesPerRoute > | read (fair::mq::Device *device, const std::vector< o2f::OutputRoute > &outputRoutes, const std::string &rawChannel, size_t slice, bool sup0xccdb, int verbosity) |
Read a single TF from the file. | |
std::uint64_t | position () const |
Tell the current position of the file. | |
void | set_position (std::uint64_t pPos) |
Set the current position of the file. | |
bool | eof () const |
Is the stream position at EOF. | |
std::uint64_t | size () const |
Tell the size of the file. | |
Definition at line 44 of file SubTimeFrameFileReader.h.
|
delete |
o2::rawdd::SubTimeFrameFileReader::SubTimeFrameFileReader | ( | const std::string & | pFileName, |
o2::detectors::DetID::mask_t | detMask | ||
) |
Definition at line 48 of file SubTimeFrameFileReader.cxx.
o2::rawdd::SubTimeFrameFileReader::~SubTimeFrameFileReader | ( | ) |
Definition at line 68 of file SubTimeFrameFileReader.cxx.
|
inline |
Is the stream position at EOF.
Definition at line 67 of file SubTimeFrameFileReader.h.
|
inline |
Tell the current position of the file.
Definition at line 56 of file SubTimeFrameFileReader.h.
std::unique_ptr< MessagesPerRoute > o2::rawdd::SubTimeFrameFileReader::read | ( | fair::mq::Device * | device, |
const std::vector< o2f::OutputRoute > & | outputRoutes, | ||
const std::string & | rawChannel, | ||
size_t | slice, | ||
bool | sup0xccdb, | ||
int | verbosity | ||
) |
Read a single TF from the file.
Definition at line 186 of file SubTimeFrameFileReader.cxx.
|
inline |
Set the current position of the file.
Definition at line 59 of file SubTimeFrameFileReader.h.
|
inline |
Tell the size of the file.
Definition at line 70 of file SubTimeFrameFileReader.h.