![]() |
Project
|
Data struct. More...
#include <RawReader.h>
Public Member Functions | |
EventInfo () | |
Default constructor. | |
EventInfo (const EventInfo &other)=default | |
Copy constructor. | |
Public Attributes | |
std::string | path |
Path to data file. | |
int | posInFile |
Position in data file. | |
Header | header |
Header of this evend. | |
Data struct.
Definition at line 72 of file RawReader.h.
|
inline |
Default constructor.
Definition at line 78 of file RawReader.h.
|
default |
Copy constructor.
Header o2::tpc::RawReader::EventInfo::header |
Header of this evend.
Definition at line 75 of file RawReader.h.
std::string o2::tpc::RawReader::EventInfo::path |
Path to data file.
Definition at line 73 of file RawReader.h.
int o2::tpc::RawReader::EventInfo::posInFile |
Position in data file.
Definition at line 74 of file RawReader.h.