We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a2aa1 commit 30537deCopy full SHA for 30537de
PWGCF/Flow/Tasks/flowGfwEse.cxx
@@ -324,8 +324,7 @@ struct FlowGfwEse {
324
{kCentFV0A, "FV0A"},
325
{kCentNTPV, "NTPV"},
326
{kCentNGlobal, "NGlobals"},
327
- {kCentMFT, "MFT"}
328
- };
+ {kCentMFT, "MFT"}};
329
330
sCentralityEstimator = centEstimatorMap.count(cfgCentEstimator) ? centEstimatorMap[cfgCentEstimator] : "FT0C";
331
sCentralityEstimator += " centrality (%)";
0 commit comments