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 0e6b298 commit 6ed009dCopy full SHA for 6ed009d
PWGHF/D2H/Tasks/taskLc.cxx
@@ -73,7 +73,7 @@ struct HfTaskLc {
73
Configurable<std::vector<double>> binsPt{"binsPt", std::vector<double>{hf_cuts_lc_to_p_k_pi::vecBinsPt}, "pT bin limits"};
74
// ThnSparse for ML outputScores and Vars
75
Configurable<bool> fillTHn{"fillTHn", false, "fill THn"};
76
- Configurable<bool> storeOccupancy{"storeOccupancy", false, "Flag to store occupancy information"};
+ Configurable<bool> storeOccupancy{"storeOccupancy", true, "Flag to store occupancy information"};
77
Configurable<int> occEstimator{"occEstimator", 2, "Occupancy estimation (None: 0, ITS: 1, FT0C: 2)"};
78
Configurable<bool> storeProperLifetime{"storeProperLifetime", false, "Flag to store proper lifetime"};
79
0 commit comments