![]() |
Project
|
Namespaces | |
| namespace | impl |
Classes | |
| struct | DigitFileFormat |
| class | DigitIOBaseTask |
| class | DigitSampler |
| class | DigitSink |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const DigitFileFormat &dff) |
| bool | operator== (const DigitFileFormat &dff1, const DigitFileFormat &dff2) |
| bool | operator!= (const DigitFileFormat &dff1, const DigitFileFormat &dff2) |
| DigitFileFormat | readDigitFileFormat (std::istream &in) |
| bool | isValid (DigitFileFormat dff) |
| std::vector< ConfigParamSpec > | getCommonOptions () |
Variables | |
| std::array< DigitFileFormat, 5 > | digitFileFormats |
| constexpr uint64_t | TAG_DIGITS = 0x3F2F |
| std::vector< o2::framework::ConfigParamSpec > o2::mch::io::getCommonOptions | ( | ) |
Define commonly used options, like max number of tfs, first tf, etc...
Definition at line 79 of file DigitIOBaseTask.cxx.
| bool o2::mch::io::isValid | ( | DigitFileFormat | dff | ) |
Definition at line 73 of file DigitFileFormat.cxx.
| bool o2::mch::io::operator!= | ( | const DigitFileFormat & | dff1, |
| const DigitFileFormat & | dff2 | ||
| ) |
Definition at line 50 of file DigitFileFormat.cxx.
| std::ostream & o2::mch::io::operator<< | ( | std::ostream & | os, |
| const DigitFileFormat & | dff | ||
| ) |
Definition at line 29 of file DigitFileFormat.cxx.
| bool o2::mch::io::operator== | ( | const DigitFileFormat & | dff1, |
| const DigitFileFormat & | dff2 | ||
| ) |
Definition at line 45 of file DigitFileFormat.cxx.
| DigitFileFormat o2::mch::io::readDigitFileFormat | ( | std::istream & | in | ) |
Definition at line 59 of file DigitFileFormat.cxx.
| std::array< DigitFileFormat, 5 > o2::mch::io::digitFileFormats |
Definition at line 22 of file DigitFileFormat.cxx.
|
constexpr |
Definition at line 22 of file DigitFileFormat.h.