Skip to content

Commit b25898f

Browse files
committed
Added some document comments
1 parent 30edf20 commit b25898f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ struct HfTaskLc {
145145
Configurable<std::vector<double>> binsPt{"binsPt", std::vector<double>{hf_cuts_lc_to_p_k_pi::vecBinsPt}, "pT bin limits"};
146146
// ThnSparse for ML outputScores and Vars
147147
Configurable<bool> fillTHn{"fillTHn", false, "fill THn"};
148+
// Option to fill TTree for candidates passing only single gap condition (for UPC analysis)
148149
Configurable<bool> fillTreeOnlySingleGap{"fillTreeOnlySingleGap", false, "fill THn"};
150+
// Option to fill TTree for UPC QA (for UPC analysis)
149151
Configurable<bool> fillTreeUpcQa{"fillTreeUpcQa", false, "fill THn"};
150152
Configurable<bool> storeOccupancy{"storeOccupancy", true, "Flag to store occupancy information"};
151153
Configurable<int> occEstimator{"occEstimator", 2, "Occupancy estimation (None: 0, ITS: 1, FT0C: 2)"};

0 commit comments

Comments
 (0)