Skip to content

Commit f46a5cb

Browse files
Update taskD0.cxx
1 parent 7409d38 commit f46a5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskD0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ struct HfTaskD0 {
9595
Configurable<bool> storeOccupancyAndIR{"storeOccupancyAndIR", false, "Flag to store occupancy information and interaction rate"};
9696
Configurable<bool> storeTrackQuality{"storeTrackQuality", false, "Flag to store track quality information"};
9797
Configurable<bool> storeZdcEnergy{"storeZdcEnergy", false, "Flag to store ZDC energy info"};
98-
Configurable<bool> storeZdcTime{"storeZdcTime", true, "Flag to store ZDC time info"};
98+
Configurable<bool> storeZdcTime{"storeZdcTime", false, "Flag to store ZDC time info"};
9999
// ML inference
100100
Configurable<bool> applyMl{"applyMl", false, "Flag to apply ML selections"};
101101
Configurable<std::string> ccdbUrl{"ccdbUrl", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};

0 commit comments

Comments
 (0)