Skip to content

Commit a5c605b

Browse files
author
Prottay Das
committed
removed unused configurable
1 parent 61ed848 commit a5c605b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGHF/D2H/Tasks/taskPtFlucCharmHadrons.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ struct HfTaskPtFlucCharmHadrons {
7373
// Mean-pT (charged hadrons) definition: subevents with eta gap
7474
Configurable<float> etaAMin{"etaAMin", -0.8f, "A: negative eta min"};
7575
Configurable<float> etaAMax{"etaAMax", 0.0f, "A: negative eta max (0)"};
76-
Configurable<float> etaMinGap{"etaMinGap", 0.4f, "eta_min defining the gap"}; // new
7776
Configurable<float> etaBMin{"etaBMin", 0.4f, "B: positive eta min (eta_min)"}; // or set from etaMinGap in code
7877
Configurable<float> etaBMax{"etaBMax", 0.8f, "B: positive eta max"};
7978

0 commit comments

Comments
 (0)