109 std::vector<OutputSpec> outputSpecs;
110 outputSpecs.emplace_back(
OutputSpec{{
"clusters"},
"MCH", clusterDescription, 0, Lifetime::Timeframe});
111 outputSpecs.emplace_back(
OutputSpec{{
"clusterrofs"},
"MCH",
"CLUSTERROFS", 0, Lifetime::Timeframe});
113 outputSpecs.emplace_back(
OutputSpec{{
"clusterdigits"},
"MCH",
"CLUSTERDIGITS", 0, Lifetime::Timeframe});
116 outputSpecs.emplace_back(
OutputSpec{{
"clusterlabels"},
"MCH",
"CLUSTERLABELS", 0, Lifetime::Timeframe});
120 {
"infile", VariantType::String,
"mchclusters.root", {
"name of the input cluster file"}},
121 {
"input-dir", VariantType::String,
"none", {
"Input directory"}}};
127 adaptFromTask<ClusterReader>(useMC, global,
digits),
ConfigParamRegistry const & options()
ServiceRegistryRef services()
The services registry associated with this processing context.