25namespace globaltracking
34 if (inputs.size() != 1) {
35 LOGP(fatal,
"irframe-writer expects exactly 1 input spec, {} is received: {}", inputs.size(), spec);
40 BranchDefinition<std::vector<o2::dataformats::IRFrame>>{inputs.front(),
"IRFrames"})();
Class to delimit start and end IR of certain time period.
Configurable generator for RootTreeWriter processor spec.
Generate a processor spec for the RootTreeWriter utility.
Defining PrimaryVertex explicitly as messageable.
o2::framework::DataProcessorSpec getIRFrameWriterSpec(const std::string &spec, const std::string &defFileName="o2_irframe.root", const std::string &devName="irframe-writer")
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
static std::vector< InputSpec > parse(const char *s="")