41 std::string detStrL =
"o2_";
43 std::transform(detStrL.begin(), detStrL.end(), detStrL.begin(), ::tolower);
44 auto logger = [](std::vector<o2::itsmft::PhysTrigger>
const& inp) {
45 LOG(info) <<
"Received " << inp.size() <<
" triggers";
49 (detStrL +
"phy-triggers.root").c_str(),
61void customize(std::vector<o2::framework::CompletionPolicy>& policies)
68void customize(std::vector<o2::framework::ConfigParamSpec>& workflowOptions)
71 std::vector<ConfigParamSpec> options{
72 ConfigParamSpec{
"runmft", VariantType::Bool,
false, {
"expect MFT data"}},
73 ConfigParamSpec{
"configKeyValues", VariantType::String,
"", {
"semicolon separated key=value strings"}}};
75 std::swap(workflowOptions, options);
o2::framework::DataAllocator::SubSpecificationType SubSpecificationType
Configurable generator for RootTreeWriter processor spec.
Definition Physics trigger record extracted from the ITS/MFT stream.
static void updateFromString(std::string const &)
Static class with identifiers, bitmasks and names for ALICE detectors.
static constexpr const char * getName(ID id)
names of defined detectors
ConfigParamRegistry & options() const
T get(const char *key) const
o2::header::DataHeader::SubSpecificationType SubSpecificationType
Generate a processor spec for the RootTreeWriter utility.
Defining PrimaryVertex explicitly as messageable.
std::vector< DataProcessorSpec > WorkflowSpec
DataProcessorSpec getPhyTrigWriterSpec(DetID detId)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
static CompletionPolicy consumeWhenAllOrdered(const char *name, CompletionPolicy::Matcher matcher)
as consumeWhenAll, but ensures that records are processed with incremental timeSlice (DataHeader::sta...
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"
WorkflowSpec defineDataProcessing(ConfigContext const &cfgc)
void customize(std::vector< o2::framework::CompletionPolicy > &policies)