38 std::vector<o2::framework::InputSpec> inputs;
39 std::vector<o2::framework::OutputSpec> outputs;
40 inputs.emplace_back(
"trackTPC",
"TPC",
"TRACKS", 0, o2::framework::Lifetime::Timeframe);
41 inputs.emplace_back(
"trackTPCClRefs",
"TPC",
"CLUSREFS", 0, o2::framework::Lifetime::Timeframe);
43 inputs.emplace_back(
"grpecs",
"GLO",
"GRPECS", 0, o2::framework::Lifetime::Condition,
o2::framework::ccdbParamSpec(
"GLO/Config/GRPECS",
true));
44 outputs.emplace_back(
"TPC",
"CLSHAREDMAP", 0, o2::framework::Lifetime::Timeframe);
45 outputs.emplace_back(
"TPC",
"TPCOCCUPANCYMAP", 0, o2::framework::Lifetime::Timeframe);
48 "tpc-clusters-sharing-map-producer",