Skip to content

Commit 48515fd

Browse files
committed
Added documentation comments
1 parent b25898f commit 48515fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ struct HfTaskLc {
146146
// ThnSparse for ML outputScores and Vars
147147
Configurable<bool> fillTHn{"fillTHn", false, "fill THn"};
148148
// Option to fill TTree for candidates passing only single gap condition (for UPC analysis)
149-
Configurable<bool> fillTreeOnlySingleGap{"fillTreeOnlySingleGap", false, "fill THn"};
149+
Configurable<bool> fillTreeOnlySingleGap{"fillTreeOnlySingleGap", false, "Only fill the tree for candidates that pass the single-gap UPC events"};
150150
// Option to fill TTree for UPC QA (for UPC analysis)
151-
Configurable<bool> fillTreeUpcQa{"fillTreeUpcQa", false, "fill THn"};
151+
Configurable<bool> fillTreeUpcQa{"fillTreeUpcQa", false, "Fill Tree for UPC QA"};
152152
Configurable<bool> storeOccupancy{"storeOccupancy", true, "Flag to store occupancy information"};
153153
Configurable<int> occEstimator{"occEstimator", 2, "Occupancy estimation (None: 0, ITS: 1, FT0C: 2)"};
154154
Configurable<bool> storeProperLifetime{"storeProperLifetime", false, "Flag to store proper lifetime"};

0 commit comments

Comments
 (0)