#include <DataInputDirector.h>
|
| DataInputDirector () |
|
| DataInputDirector (std::string inputFile, o2::monitoring::Monitoring *monitoring=nullptr, int allowedParentLevel=0, std::string parentFileReplacement="") |
|
| DataInputDirector (std::vector< std::string > inputFiles, o2::monitoring::Monitoring *monitoring=nullptr, int allowedParentLevel=0, std::string parentFileReplacement="") |
|
| ~DataInputDirector () |
|
void | reset () |
|
void | createDefaultDataInputDescriptor () |
|
void | printOut () |
|
bool | atEnd (int counter) |
|
void | setInputfilesFile (std::string iffn) |
|
void | setFilenamesRegex (std::string dfn) |
|
bool | readJson (std::string const &fnjson) |
|
void | closeInputFiles () |
|
DataInputDescriptor * | getDataInputDescriptor (header::DataHeader dh) |
|
int | getNumberInputDescriptors () |
|
bool | readTree (DataAllocator &outputs, header::DataHeader dh, int counter, int numTF, size_t &totalSizeCompressed, size_t &totalSizeUncompressed) |
|
uint64_t | getTimeFrameNumber (header::DataHeader dh, int counter, int numTF) |
|
FileAndFolder | getFileFolder (header::DataHeader dh, int counter, int numTF) |
|
int | getTimeFramesInFile (header::DataHeader dh, int counter) |
|
uint64_t | getTotalSizeCompressed () |
|
uint64_t | getTotalSizeUncompressed () |
|
Definition at line 117 of file DataInputDirector.h.
◆ DataInputDirector() [1/3]
o2::framework::DataInputDirector::DataInputDirector |
( |
| ) |
|
◆ DataInputDirector() [2/3]
o2::framework::DataInputDirector::DataInputDirector |
( |
std::string |
inputFile, |
|
|
o2::monitoring::Monitoring * |
monitoring = nullptr , |
|
|
int |
allowedParentLevel = 0 , |
|
|
std::string |
parentFileReplacement = "" |
|
) |
| |
◆ DataInputDirector() [3/3]
o2::framework::DataInputDirector::DataInputDirector |
( |
std::vector< std::string > |
inputFiles, |
|
|
o2::monitoring::Monitoring * |
monitoring = nullptr , |
|
|
int |
allowedParentLevel = 0 , |
|
|
std::string |
parentFileReplacement = "" |
|
) |
| |
◆ ~DataInputDirector()
o2::framework::DataInputDirector::~DataInputDirector |
( |
| ) |
|
◆ atEnd()
bool o2::framework::DataInputDirector::atEnd |
( |
int |
counter | ) |
|
◆ closeInputFiles()
void o2::framework::DataInputDirector::closeInputFiles |
( |
| ) |
|
◆ createDefaultDataInputDescriptor()
void o2::framework::DataInputDirector::createDefaultDataInputDescriptor |
( |
| ) |
|
◆ getDataInputDescriptor()
◆ getFileFolder()
◆ getNumberInputDescriptors()
int o2::framework::DataInputDirector::getNumberInputDescriptors |
( |
| ) |
|
|
inline |
◆ getTimeFrameNumber()
◆ getTimeFramesInFile()
◆ getTotalSizeCompressed()
uint64_t o2::framework::DataInputDirector::getTotalSizeCompressed |
( |
| ) |
|
◆ getTotalSizeUncompressed()
uint64_t o2::framework::DataInputDirector::getTotalSizeUncompressed |
( |
| ) |
|
◆ printOut()
void o2::framework::DataInputDirector::printOut |
( |
| ) |
|
◆ readJson()
bool o2::framework::DataInputDirector::readJson |
( |
std::string const & |
fnjson | ) |
|
◆ readTree()
◆ reset()
void o2::framework::DataInputDirector::reset |
( |
| ) |
|
◆ setFilenamesRegex()
void o2::framework::DataInputDirector::setFilenamesRegex |
( |
std::string |
dfn | ) |
|
|
inline |
◆ setInputfilesFile()
void o2::framework::DataInputDirector::setInputfilesFile |
( |
std::string |
iffn | ) |
|
|
inline |
The documentation for this class was generated from the following files: