]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGHF/hfe/AliHFEemcalPIDqa.cxx
Replacing Mult and Zvtx axes with pool index in THnSparse histos (Sandro)
[u/mrichter/AliRoot.git] / PWGHF / hfe / AliHFEemcalPIDqa.cxx
index 85d8a4f3d49dc5969412b940a4ee864b1d56d7c8..17a427e28719f6246d419bbea81517a97f64c560 100644 (file)
@@ -278,8 +278,8 @@ TVector3 AliHFEemcalPIDqa::MomentumEnergyMatchV2(const AliESDtrack *esdtrack, Do
   AliVCluster *cluster = (AliVCluster*) evt->GetCaloCluster(icl);
   if(cluster==NULL) return refVec;
   if(!cluster->IsEMCAL()) return refVec;
-  printf("EMCal cluster pointer ? %p\n",(void*)cluster);
-  printf("EMCal cluster ? %d\n",cluster->IsEMCAL());
+  //printf("EMCal cluster pointer ? %p\n",(void*)cluster);
+  //printf("EMCal cluster ? %d\n",cluster->IsEMCAL());
 
   // from ESDs
   double delphi = cluster->GetTrackDx();