84 std::vector<OutputSpec> outputSpecs;
85 outputSpecs.emplace_back(
OutputSpec{{
"preclusterrofs"},
"MCH",
"PRECLUSTERROFS", 0, Lifetime::Timeframe});
86 outputSpecs.emplace_back(
OutputSpec{{
"preclusters"},
"MCH",
"PRECLUSTERS", 0, Lifetime::Timeframe});
87 outputSpecs.emplace_back(
OutputSpec{{
"preclusterdigits"},
"MCH",
"PRECLUSTERDIGITS", 0, Lifetime::Timeframe});
90 {
"infile", VariantType::String,
"mchpreclusters.root", {
"name of the input precluster file"}},
91 {
"input-dir", VariantType::String,
"none", {
"Input directory"}}};
97 adaptFromTask<PreClusterReader>(useMC),
ConfigParamRegistry const & options()
ServiceRegistryRef services()
The services registry associated with this processing context.