We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7409d38 commit 7a7b55eCopy full SHA for 7a7b55e
1 file changed
PWGHF/D2H/Tasks/taskD0.cxx
@@ -95,7 +95,7 @@ struct HfTaskD0 {
95
Configurable<bool> storeOccupancyAndIR{"storeOccupancyAndIR", false, "Flag to store occupancy information and interaction rate"};
96
Configurable<bool> storeTrackQuality{"storeTrackQuality", false, "Flag to store track quality information"};
97
Configurable<bool> storeZdcEnergy{"storeZdcEnergy", false, "Flag to store ZDC energy info"};
98
- Configurable<bool> storeZdcTime{"storeZdcTime", true, "Flag to store ZDC time info"};
+ Configurable<bool> storeZdcTime{"storeZdcTime", false, "Flag to store ZDC time info"};
99
// ML inference
100
Configurable<bool> applyMl{"applyMl", false, "Flag to apply ML selections"};
101
Configurable<std::string> ccdbUrl{"ccdbUrl", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};
0 commit comments