We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3887836 commit abbaf76Copy full SHA for abbaf76
1 file changed
PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx
@@ -75,7 +75,7 @@ struct HfElectronSelectionWithTpcEmcal {
75
Configurable<bool> skipNoEmcClusters{"skipNoEmcClusters", false, "Skip events with no EMCal clusters"};
76
77
// select the emcal or dcal acceptance
78
- Configurable<int> emcalRegion{"emcalRegion", 0, "Select EMCal region for filling histograms"};
+ Configurable<int> emcalRegion{"emcalRegion", 0, "Select EMCal region for filling histograms (see EMCalRegion enum)"};
79
80
// Event Selection
81
Configurable<float> zPvPosMax{"zPvPosMax", 10., "Maximum z of the primary vertex (cm)"};
0 commit comments