We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63cca2 commit 6c6366bCopy full SHA for 6c6366b
PWGCF/EbyEFluctuations/Tasks/radialFlowDecorr.cxx
@@ -425,7 +425,7 @@ struct RadialFlowDecorr {
425
float sKaTof = pidMeanSigmaMap ? pidMeanSigmaMap->sigmaTOF[kaIdx][centBin] : 1.f;
426
float mPrTof = pidMeanSigmaMap ? pidMeanSigmaMap->meanTOF[prIdx][centBin] : 0.f;
427
float sPrTof = pidMeanSigmaMap ? pidMeanSigmaMap->sigmaTOF[prIdx][centBin] : 1.f;
428
- //Fetch Raw nSigma Values
+ // Fetch Raw nSigma Values
429
float rawTpcPi = candidate.tpcNSigmaPi();
430
float rawTpcKa = candidate.tpcNSigmaKa();
431
float rawTpcPr = candidate.tpcNSigmaPr();
0 commit comments