Skip to content

Commit 44d3060

Browse files
committed
remove documentation comments
1 parent 9b682b8 commit 44d3060

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ struct HfTaskLc {
143143
Configurable<double> yCandGenMax{"yCandGenMax", 0.5, "max. gen particle rapidity"};
144144
Configurable<double> yCandRecoMax{"yCandRecoMax", 0.8, "max. cand. rapidity"};
145145
Configurable<std::vector<double>> binsPt{"binsPt", std::vector<double>{hf_cuts_lc_to_p_k_pi::vecBinsPt}, "pT bin limits"};
146-
// ThnSparse for ML outputScores and Vars
147-
Configurable<bool> fillTHn{"fillTHn", false, "fill THn"};
146+
Configurable<bool> fillTHn{"fillTHn", false, "Fill ThnSparse for ML outputScores and Vars"};
148147
Configurable<bool> fillTreeOnlySingleGap{"fillTreeOnlySingleGap", false, "Only fill the tree for candidates that pass the single-gap UPC events"};
149148
Configurable<bool> fillTreeUpcQa{"fillTreeUpcQa", false, "Fill Tree for UPC QA"};
150149
Configurable<bool> storeOccupancy{"storeOccupancy", true, "Flag to store occupancy information"};

0 commit comments

Comments
 (0)