#include <DataOutputDirector.h>
|
| | DataOutputDirector () |
| |
| void | reset () |
| |
| void | readString (std::string const &keepString) |
| |
| void | readSpecs (std::vector< InputSpec > inputs) |
| |
| std::tuple< std::string, std::string, std::string, float, int > | readJson (std::string const &fnjson) |
| |
| std::tuple< std::string, std::string, std::string, float, int > | readJsonString (std::string const &stjson) |
| |
| int | getNumberTimeFramesToMerge () |
| |
| void | setNumberTimeFramesToMerge (int ntfmerge) |
| |
| std::string | getFileMode () |
| |
| void | setFileMode (std::string filemode) |
| |
| std::vector< DataOutputDescriptor * > | getDataOutputDescriptors (header::DataHeader dh) |
| |
| std::vector< DataOutputDescriptor * > | getDataOutputDescriptors (InputSpec spec) |
| |
| FileAndFolder | getFileFolder (DataOutputDescriptor *dodesc, uint64_t folderNumber, std::string parentFileName, int compression) |
| |
| bool | checkFileSizes () |
| |
| void | closeDataFiles () |
| |
| void | setResultDir (std::string resDir) |
| |
| void | setFilenameBase (std::string dfn) |
| |
| void | setMaximumFileSize (float maxfs) |
| |
| void | printOut () |
| |
Definition at line 56 of file DataOutputDirector.h.
◆ DataOutputDirector()
| o2::framework::DataOutputDirector::DataOutputDirector |
( |
| ) |
|
◆ checkFileSizes()
| bool o2::framework::DataOutputDirector::checkFileSizes |
( |
| ) |
|
◆ closeDataFiles()
| void o2::framework::DataOutputDirector::closeDataFiles |
( |
| ) |
|
◆ getDataOutputDescriptors() [1/2]
◆ getDataOutputDescriptors() [2/2]
◆ getFileFolder()
◆ getFileMode()
| std::string o2::framework::DataOutputDirector::getFileMode |
( |
| ) |
|
|
inline |
◆ getNumberTimeFramesToMerge()
| int o2::framework::DataOutputDirector::getNumberTimeFramesToMerge |
( |
| ) |
|
|
inline |
◆ printOut()
| void o2::framework::DataOutputDirector::printOut |
( |
| ) |
|
◆ readJson()
| std::tuple< std::string, std::string, std::string, float, int > o2::framework::DataOutputDirector::readJson |
( |
std::string const & |
fnjson | ) |
|
◆ readJsonString()
| std::tuple< std::string, std::string, std::string, float, int > o2::framework::DataOutputDirector::readJsonString |
( |
std::string const & |
stjson | ) |
|
◆ readSpecs()
| void o2::framework::DataOutputDirector::readSpecs |
( |
std::vector< InputSpec > |
inputs | ) |
|
◆ readString()
| void o2::framework::DataOutputDirector::readString |
( |
std::string const & |
keepString | ) |
|
◆ reset()
| void o2::framework::DataOutputDirector::reset |
( |
| ) |
|
◆ setFileMode()
| void o2::framework::DataOutputDirector::setFileMode |
( |
std::string |
filemode | ) |
|
|
inline |
◆ setFilenameBase()
| void o2::framework::DataOutputDirector::setFilenameBase |
( |
std::string |
dfn | ) |
|
◆ setMaximumFileSize()
| void o2::framework::DataOutputDirector::setMaximumFileSize |
( |
float |
maxfs | ) |
|
◆ setNumberTimeFramesToMerge()
| void o2::framework::DataOutputDirector::setNumberTimeFramesToMerge |
( |
int |
ntfmerge | ) |
|
|
inline |
◆ setResultDir()
| void o2::framework::DataOutputDirector::setResultDir |
( |
std::string |
resDir | ) |
|
The documentation for this struct was generated from the following files: