There was an error while loading. Please reload this page.
1 parent 397df7c commit 176caaeCopy full SHA for 176caae
1 file changed
PWGCF/GenericFramework/Tasks/flowGfwNonflow.cxx
@@ -79,7 +79,7 @@ struct FlowGfwNonflow {
79
Configurable<int> cfgMpar{"cfgMpar", 4, "Highest order of pt-pt correlations"};
80
Configurable<int> cfgCentEstimator{"cfgCentEstimator", 0, "0:FT0C; 1:FT0CVariant1; 2:FT0M; 3:FT0A, 4:NTPV, 5:NGlobal, 6:MFT"};
81
Configurable<bool> cfgUseNch{"cfgUseNch", false, "Do correlations as function of Nch"};
82
- Configurable<int> cfgUseNchCorrection{"cfgUseNchCorrection", 1, "Nch used on the x-axis; 0: tracks table size, 1: efficiency-corrected, 2: accepted reconstructed, 3: response-matrix corrected"};
+ Configurable<int> cfgUseNchCorrection{"cfgUseNchCorrection", 1, "Nch used on the x-axis; 0: tracks table size, 1: efficiency-corrected, 2: accepted reconstructed, 3: Reco.-gen. response-matrix corrected"};
83
Configurable<bool> cfgRunByRun{"cfgRunByRun", false, "Use run-by-run NUA"};
84
Configurable<bool> cfgFillQA{"cfgFillQA", false, "Fill QA histograms"};
85
Configurable<bool> cfgUseCentralMoments{"cfgUseCentralMoments", true, "Use central moments in vn-pt calculations"};
0 commit comments