![]() |
Project
|
Classes | |
struct | EquipmentIdentifier |
struct | SubTimeFrameFileDataIndex |
SubTimeFrameFileDataIndex. More... | |
struct | SubTimeFrameFileMeta |
SubTimeFrameFileMeta. More... | |
class | SubTimeFrameFileReader |
struct | TFReaderInp |
Typedefs | |
using | MessagesPerRoute = std::unordered_map< std::string, std::unique_ptr< fair::mq::Parts > > |
SubTimeFrameFileReader. | |
using | DetID = o2::detectors::DetID |
Functions | |
std::ostream & | operator<< (std::ostream &pStream, const SubTimeFrameFileMeta &pMeta) |
std::ostream & | operator<< (std::ostream &pStream, const SubTimeFrameFileDataIndex &pIndex) |
o2::framework::DataProcessorSpec | getTFReaderSpec (o2::rawdd::TFReaderInp &rinp) |
Variables | |
std::uint32_t | sRunNumber = 0 |
std::uint32_t | sFirstTForbit = 0 |
std::uint64_t | sCreationTime = 0 |
std::mutex | stfMtx |
using o2::rawdd::DetID = typedef o2::detectors::DetID |
Definition at line 40 of file SubTimeFrameFileReader.cxx.
using o2::rawdd::MessagesPerRoute = typedef std::unordered_map<std::string, std::unique_ptr<fair::mq::Parts> > |
Definition at line 42 of file SubTimeFrameFileReader.h.
o2f::DataProcessorSpec o2::rawdd::getTFReaderSpec | ( | o2::rawdd::TFReaderInp & | rinp | ) |
Definition at line 447 of file TFReaderSpec.cxx.
std::ostream & o2::rawdd::operator<< | ( | std::ostream & | pStream, |
const SubTimeFrameFileDataIndex & | pIndex | ||
) |
Definition at line 48 of file SubTimeFrameFile.cxx.
std::ostream & o2::rawdd::operator<< | ( | std::ostream & | pStream, |
const SubTimeFrameFileMeta & | pMeta | ||
) |
Definition at line 29 of file SubTimeFrameFile.cxx.
std::uint64_t o2::rawdd::sCreationTime = 0 |
Definition at line 183 of file SubTimeFrameFileReader.cxx.
std::uint32_t o2::rawdd::sFirstTForbit = 0 |
Definition at line 182 of file SubTimeFrameFileReader.cxx.
std::uint32_t o2::rawdd::sRunNumber = 0 |
Definition at line 181 of file SubTimeFrameFileReader.cxx.
std::mutex o2::rawdd::stfMtx |
Definition at line 184 of file SubTimeFrameFileReader.cxx.