]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ESDCheck/AliPHOSQATask.cxx
Changes required by the modifications in STEER (Christian)
[u/mrichter/AliRoot.git] / ESDCheck / AliPHOSQATask.cxx
index 2f322652e98ccb6ab59e1952bc021176e1abc834..243513374b97dab38c7cc9b0273aa610d8b1601d 100644 (file)
@@ -166,7 +166,7 @@ void AliPHOSQATask::Exec(Option_t *)
       fhPHOSPos->Fill( pos[0], pos[1], pos[2] ) ;
       fhPHOSDigits->Fill(entry, caloCluster->GetNumberOfDigits() ) ;
       numberOfDigitsInPhos += caloCluster->GetNumberOfDigits() ;
-      Float_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() ;