File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" };
You can’t perform that action at this time.
0 commit comments