Skip to content

Commit 29a2e30

Browse files
authored
[Common] Improve / fix printout conditionals
1 parent b178c96 commit 29a2e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tools/TrackPropagationModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class TrackPropagationModule
115115
fillTracksDCACov = isTableRequiredInWorkflow(initContext, "TracksDCACov");
116116

117117
// enable Tracks in case Tracks have been requested
118-
if (fillTracksDCA) {
118+
if (fillTracksDCA && !fillTracks) {
119119
LOGF(info, "******************************************************************");
120120
LOGF(info, " There is no task subscribed to Tracks, but I have detected a");
121121
LOGF(info, " subscription to TracksDCA. Now enabling tracks as algorithmic");

0 commit comments

Comments
 (0)