]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
undo previous changes
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Jul 2010 12:52:10 +0000 (12:52 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Jul 2010 12:52:10 +0000 (12:52 +0000)
ESDCheck/AliPHOSQATask.cxx

index 4fbc929ae7482edceeef48f1e63d23c8105a38cc..591769f86c817fc9cea288a025e2e783e47e1264 100644 (file)
@@ -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() ;