117 std::vector<OutputSpec> outputSpecs;
118 outputSpecs.emplace_back(
OutputSpec{{
"tracks"},
"MID",
"TRACKS", 0, Lifetime::Timeframe});
119 outputSpecs.emplace_back(
OutputSpec{{
"tracksrof"},
"MID",
"TRACKROFS", 0, Lifetime::Timeframe});
120 outputSpecs.emplace_back(
OutputSpec{{
"trackclusters"},
"MID",
"TRACKCLUSTERS", 0, Lifetime::Timeframe});
121 outputSpecs.emplace_back(
OutputSpec{{
"trclusrof"},
"MID",
"TRCLUSROFS", 0, Lifetime::Timeframe});
123 outputSpecs.emplace_back(
OutputSpec{{
"tracklabels"},
"MID",
"TRACKLABELS", 0, Lifetime::Timeframe});
124 outputSpecs.emplace_back(
OutputSpec{{
"trcluslabels"},
"MID",
"TRCLUSLABELS", 0, Lifetime::Timeframe});
128 {
"infile", VariantType::String,
"mid-reco.root", {
"name of the input track file"}},
129 {
"input-dir", VariantType::String,
"none", {
"Input directory"}}};
135 adaptFromTask<TrackReader>(useMC),
ConfigParamRegistry const & options()
ServiceRegistryRef services()
The services registry associated with this processing context.