Skip to content

Commit 6ed009d

Browse files
committed
restore
1 parent 0e6b298 commit 6ed009d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct HfTaskLc {
7373
Configurable<std::vector<double>> binsPt{"binsPt", std::vector<double>{hf_cuts_lc_to_p_k_pi::vecBinsPt}, "pT bin limits"};
7474
// ThnSparse for ML outputScores and Vars
7575
Configurable<bool> fillTHn{"fillTHn", false, "fill THn"};
76-
Configurable<bool> storeOccupancy{"storeOccupancy", false, "Flag to store occupancy information"};
76+
Configurable<bool> storeOccupancy{"storeOccupancy", true, "Flag to store occupancy information"};
7777
Configurable<int> occEstimator{"occEstimator", 2, "Occupancy estimation (None: 0, ITS: 1, FT0C: 2)"};
7878
Configurable<bool> storeProperLifetime{"storeProperLifetime", false, "Flag to store proper lifetime"};
7979

0 commit comments

Comments
 (0)