]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/AliCaloPID.cxx
Updating CMake files
[u/mrichter/AliRoot.git] / PWG4 / AliCaloPID.cxx
index ba80b5a71e632adb80326ca19c210cc75eb15b97..6f32f23a4a0c8f83aa3673f2c83839df174e8b11 100644 (file)
  **************************************************************************/
 /* $Id: AliCaloPID.cxx 21839 2007-10-29 13:49:42Z gustavo $ */
 
-/* History of cvs commits:
- *
- * $Log$
- *
- *
- */
-
 //_________________________________________________________________________
 // Class for track/cluster acceptance selection
 // Selection in Central barrel, EMCAL and PHOS
@@ -250,7 +243,9 @@ Int_t AliCaloPID::GetPdg(const TString calo, const TLorentzVector mom, const Dou
                         const Double_t l1, const Double_t disp, const Double_t tof, 
                         const Double_t distCPV) const {
   //Recalculated PID with all parameters
-  
+  AliDebug(2,Form("Calorimeter %s, E %3.2f, l0 %3.2f, l1 %3.2f, disp %3.2f, tof %3.2f, distCPV %3.2f",
+                 calo.Data(),mom.E(),l0,l1,disp,tof,distCPV));
+
   if(calo == "EMCAL") {
     if(l0 < 0.25) return kPhoton ;
     else return  kNeutralHadron ;