]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGCF/EBYE/PIDFluctuation/task/AliEbyEParticleRatioFluctuationTask.cxx
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGCF / EBYE / PIDFluctuation / task / AliEbyEParticleRatioFluctuationTask.cxx
index 6abe3158ce76acf6a461225f8ea7fb127d1ee059..1c622bffb87641e83de5d6936e7577a8049b5601 100644 (file)
@@ -145,7 +145,7 @@ void AliEbyEParticleRatioFluctuationTask::UserExec( Option_t * ){
   
   AliAODHeader *aodHeader = dynamic_cast<AliAODHeader*>(event->GetHeader());
   if(!aodHeader) AliFatal("Not a standard AOD");
-  gCent = (Int_t)aodHeader->GetCentralityP()->GetCentralityPercentile(fCentralityEstimator.Data());
+  gCent = (Int_t)aodHeader->GetCentralityP()->GetCentralityPercentile(fCentralityEstimator.Data()); // V0M`
   gRefMul = aodHeader->GetRefMultiplicity();
   if (gCent < 0 || gCent > 100) return;
   if (isQA) fEventCounter->Fill(2);