15#ifndef _O2_HBFUTILS_INITIALIZER_
16#define _O2_HBFUTILS_INITIALIZER_
51 static constexpr char DelayOpt[] =
"reader-delay";
56 static constexpr char HBFUSrc[] =
"hbfutils";
63 static std::vector<o2::dataformats::IRFrame>
IRFrames;
67 static HBFOpt getOptType(
const std::string& optString,
bool throwOnFailure =
true);
68 static std::vector<o2::dataformats::TFIDInfo>
readTFIDInfoVector(
const std::string& fname);
Class to delimit start and end IR of certain time period.
Definition of the Names Generator class.
static constexpr std::string_view DIGITIZATIONCONFIGFILE
std::vector< DataProcessorSpec > WorkflowSpec
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
static std::vector< o2::dataformats::IRFrame > IRFrames
static void assignDataHeaderFromHBFUtilWithIRFrames(o2::header::DataHeader &dh, o2::framework::DataProcessingHeader &dph)
static constexpr char HBFConfOpt[]
static void readIRFramesVector(const std::string &fname)
static constexpr char HBFUSrc[]
static long LastIRFrameIndex
static constexpr char DelayOpt[]
static constexpr char UpstreamOpt[]
static void assignDataHeaderFromTFIDInfo(const std::vector< o2::dataformats::TFIDInfo > &tfinfoVec, o2::header::DataHeader &dh, o2::framework::DataProcessingHeader &dph)
static HBFOpt getOptType(const std::string &optString, bool throwOnFailure=true)
static constexpr char ReaderDriverDevice[]
static constexpr char HBFIRFrameOpt[]
static constexpr char IgnoreIRFramesOpt[]
static void addNewTimeSliceCallback(std::vector< o2::framework::CallbacksPolicy > &policies)
static std::vector< o2::dataformats::TFIDInfo > readTFIDInfoVector(const std::string &fname)
static bool LastIRFrameSplit
static void assignDataHeaderFromHBFUtils(o2::header::DataHeader &dh, o2::framework::DataProcessingHeader &dph)
static void addConfigOption(std::vector< o2::framework::ConfigParamSpec > &opts, const std::string &defOpt=std::string(o2::base::NameConf::DIGITIZATIONCONFIGFILE))
static o2::dataformats::IRFrame IRFrameSel
static constexpr char HBFTFInfoOpt[]