18void customize(std::vector<o2::framework::ConfigParamSpec>& workflowOptions)
20 std::vector<ConfigParamSpec> options{
21 ConfigParamSpec{
"disable-mc", VariantType::Bool,
false, {
"disable mc truth"}},
22 ConfigParamSpec{
"configKeyValues", VariantType::String,
"", {
"semicolon separated key=value strings"}}};
23 std::swap(workflowOptions, options);
33 auto useMC = !
cc.options().get<
bool>(
"disable-mc");
Reader for the reconstructed and filtered TF.
static void updateFromString(std::string const &)
void customize(std::vector< o2::framework::ConfigParamSpec > &workflowOptions)
WorkflowSpec defineDataProcessing(ConfigContext const &cc)
DataProcessorSpec getFilteredTFReaderSpec(bool useMC)
Defining PrimaryVertex explicitly as messageable.
std::vector< DataProcessorSpec > WorkflowSpec
std::vector< o2::mch::ChannelCode > cc