Skip to content

Commit 176caae

Browse files
committed
force rebuild
1 parent 397df7c commit 176caae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/GenericFramework/Tasks/flowGfwNonflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ struct FlowGfwNonflow {
7979
Configurable<int> cfgMpar{"cfgMpar", 4, "Highest order of pt-pt correlations"};
8080
Configurable<int> cfgCentEstimator{"cfgCentEstimator", 0, "0:FT0C; 1:FT0CVariant1; 2:FT0M; 3:FT0A, 4:NTPV, 5:NGlobal, 6:MFT"};
8181
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"};
82+
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"};
8383
Configurable<bool> cfgRunByRun{"cfgRunByRun", false, "Use run-by-run NUA"};
8484
Configurable<bool> cfgFillQA{"cfgFillQA", false, "Fill QA histograms"};
8585
Configurable<bool> cfgUseCentralMoments{"cfgUseCentralMoments", true, "Use central moments in vn-pt calculations"};

0 commit comments

Comments
 (0)