Skip to content

Commit 81f5ace

Browse files
authored
Fix help
1 parent c856422 commit 81f5ace

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGLF/TableProducer/Common/mcCentrality.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ struct McCentrality {
6666
Service<o2::framework::O2DatabasePDG> pdgDB;
6767
ConfigurableAxis binsPercentile{"binsPercentile", {VARIABLE_WIDTH, 0, 0.001, 0.01, 1.0, 5.0, 10.0, 15.0, 20.0, 25.0, 30.0, 40.0, 50.0, 60.0, 70.0, 80.0, 90.0, 100.0}, "Binning of the percentile axis"};
6868
ConfigurableAxis binsMultiplicity{"binsMultiplicity", {1000, 0, 5000}, "Binning of the multiplicity axis"};
69-
Configurable<bool> fillFt0M{"fillFt0M", true, "Fills the FT0M histogram"};
70-
Configurable<bool> fillFt0A{"fillFt0A", false, "Fills the FT0A histogram"};
71-
Configurable<bool> fillFt0C{"fillFt0C", false, "Fills the FT0C histogram"};
69+
Configurable<bool> fillFt0M{"fillFt0M", false, "Fills the FT0M histogram. False for topology autosetup."};
70+
Configurable<bool> fillFt0A{"fillFt0A", false, "Fills the FT0A histogram. False for topology autosetup."};
71+
Configurable<bool> fillFt0C{"fillFt0C", false, "Fills the FT0C histogram. False for topology autosetup."};
7272
Configurable<bool> doNotCrashOnNull{"doNotCrashOnNull", false, "If ccdb object does not exist, fill with dummy values"};
7373

7474
HistogramRegistry histos{"histos", {}, OutputObjHandlingPolicy::AnalysisObject};

0 commit comments

Comments
 (0)