Skip to content

Commit abbaf76

Browse files
authored
Correct Emcal ref in configurable
1 parent 3887836 commit abbaf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct HfElectronSelectionWithTpcEmcal {
7575
Configurable<bool> skipNoEmcClusters{"skipNoEmcClusters", false, "Skip events with no EMCal clusters"};
7676

7777
// select the emcal or dcal acceptance
78-
Configurable<int> emcalRegion{"emcalRegion", 0, "Select EMCal region for filling histograms"};
78+
Configurable<int> emcalRegion{"emcalRegion", 0, "Select EMCal region for filling histograms (see EMCalRegion enum)"};
7979

8080
// Event Selection
8181
Configurable<float> zPvPosMax{"zPvPosMax", 10., "Maximum z of the primary vertex (cm)"};

0 commit comments

Comments
 (0)