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

index 8184a94287377f6927542811c9731c7af5b16c3b..475a11b43619040a084ff7aa20f41460ad680a2d 100644 (file)
@@ -192,14 +192,14 @@ void AliEMCALQATask::Exec(Option_t *)
     AliESDCaloCluster * caloCluster = fESD->GetCaloCluster(emcalCluster) ;
     if (caloCluster) {
       Float_t pos[3] ;
-      if(caloCluster->GetType() == AliESDCaloCluster::kEMCALClusterv1) {  
+      if(caloCluster->GetClusterType() == AliESDCaloCluster::kEMCALClusterv1) {  
        caloCluster->GetPosition(pos) ;
        fhEMCALPos->Fill(pos[0],pos[1],pos[2]) ;
        fhEMCALEnergy->Fill(caloCluster->E()) ;
        fhEMCALDigits->Fill(entry, caloCluster->GetNCells()) ;
        numberOfEmcalClustersv1++ ;
        numberOfDigitsInEmcal += caloCluster->GetNCells() ;    
-       // const Double_t * pid = clus->GetPID() ;
+       // Float_t * pid = clus->GetPid() ;
        // if(pid[AliPID::kPhoton]>0.9){
        emcalVector[numberOfPhotonsInEmcal] = new TVector3(pos[0],pos[1],pos[2]) ;
        emcalPhotonsEnergy[numberOfPhotonsInEmcal] = caloCluster->E() ;