File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414//
1515
1616#include " TableHelper.h"
17+
1718#include " Common/Tools/TrackTuner.h"
1819
1920// The Run 3 AO2D stores the tracks at the point of innermost update. For a track with ITS this is the innermost (or second innermost)
@@ -139,11 +140,10 @@ struct TrackPropagation {
139140 const auto & workflows = initContext.services ().get <RunningWorkflowInfo const >();
140141 for (const DeviceSpec& device : workflows.devices ) {
141142 if (device.name .compare (" track-propagation" ) == 0 ) {
142- // init HF event selection helper
143- LOG (info) << " FOUND!" ;
144143 counter++;
145144 }
146145 }
146+ LOGF (info, " Number of track propagation tasks detected: %i" , counter);
147147
148148 std::string tmpDirName = std::string (" ./" ) + std::to_string (counter);
149149 trackTunerObj.getDcaGraphs (tmpDirName);
You can’t perform that action at this time.
0 commit comments