Skip to content

Commit 9b682b8

Browse files
committed
remove the redundant comment lines
1 parent 48515fd commit 9b682b8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ 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)
149148
Configurable<bool> fillTreeOnlySingleGap{"fillTreeOnlySingleGap", false, "Only fill the tree for candidates that pass the single-gap UPC events"};
150-
// Option to fill TTree for UPC QA (for UPC analysis)
151149
Configurable<bool> fillTreeUpcQa{"fillTreeUpcQa", false, "Fill Tree for UPC QA"};
152150
Configurable<bool> storeOccupancy{"storeOccupancy", true, "Flag to store occupancy information"};
153151
Configurable<int> occEstimator{"occEstimator", 2, "Occupancy estimation (None: 0, ITS: 1, FT0C: 2)"};

0 commit comments

Comments
 (0)