From: schutz Date: Tue, 20 Jul 2010 12:52:10 +0000 (+0000) Subject: undo previous changes X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=b0d14e6d4ba98e0552c349e69b4c4e52605bb4ad undo previous changes --- diff --git a/ESDCheck/AliPHOSQATask.cxx b/ESDCheck/AliPHOSQATask.cxx index 4fbc929ae74..591769f86c8 100644 --- a/ESDCheck/AliPHOSQATask.cxx +++ b/ESDCheck/AliPHOSQATask.cxx @@ -198,7 +198,7 @@ void AliPHOSQATask::Exec(Option_t *) fhPHOSPos->Fill( pos[0], pos[1], pos[2] ) ; fhPHOSDigits->Fill(entry, caloCluster->GetNCells() ) ; numberOfDigitsInPhos += caloCluster->GetNCells() ; - const Double_t * pid = caloCluster->GetPID() ; + Double_t * pid = caloCluster->GetPid() ; if(pid[AliPID::kPhoton] > 0.9) { phosVector[numberOfPhotonsInPhos] = new TVector3(pos[0],pos[1],pos[2]) ; phosPhotonsEnergy[numberOfPhotonsInPhos]=caloCluster->E() ;