|
15 | 15 | #include "Framework/ConfigParamRegistry.h" |
16 | 16 | #include "Framework/CCDBParamSpec.h" |
17 | 17 | #include "ITSWorkflow/TrackerSpec.h" |
| 18 | +#include "ITStracking/TrackingConfigParam.h" |
18 | 19 |
|
19 | 20 | namespace o2 |
20 | 21 | { |
@@ -120,10 +121,12 @@ DataProcessorSpec getTrackerSpec(bool useMC, bool useGeom, int trgType, Tracking |
120 | 121 | inputs.emplace_back("itsmclabels", "ITS", "CLUSTERSMCTR", 0, Lifetime::Timeframe); |
121 | 122 | inputs.emplace_back("ITSMC2ROframes", "ITS", "CLUSTERSMC2ROF", 0, Lifetime::Timeframe); |
122 | 123 | outputs.emplace_back("ITS", "VERTICESMCTR", 0, Lifetime::Timeframe); |
123 | | - outputs.emplace_back("ITS", "VERTICESMCTRCONT", 0, Lifetime::Timeframe); |
124 | 124 | outputs.emplace_back("ITS", "VERTICESMCPUR", 0, Lifetime::Timeframe); |
125 | 125 | outputs.emplace_back("ITS", "TRACKSMCTR", 0, Lifetime::Timeframe); |
126 | 126 | outputs.emplace_back("ITS", "ITSTrackMC2ROF", 0, Lifetime::Timeframe); |
| 127 | + if (VertexerParamConfig::Instance().outputContLabels) { |
| 128 | + outputs.emplace_back("ITS", "VERTICESMCTRCONT", 0, Lifetime::Timeframe); |
| 129 | + } |
127 | 130 | } |
128 | 131 |
|
129 | 132 | return DataProcessorSpec{ |
|
0 commit comments