]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALClusterizerv1.cxx
remove/add print statements
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALClusterizerv1.cxx
index 9c6bad43087cdbdaaad01d164b91bb690b1f7af9..6461b45967dc5fa6f2c09ee10b58c4451ab1b098 100644 (file)
@@ -681,11 +681,11 @@ void AliEMCALClusterizerv1::Print(Option_t * option)const
     message += fTowerLocMaxCut ; 
     message += "\n                       EMC Logarothmic weight   = " ;
     message += fW0 ;
-    message += "\n                       CPV Clustering threshold = " ; 
+    message += "\n                       Pre Shower Clustering threshold = " ; 
     message += fPreShoClusteringThreshold ;
-    message += "\n                       CPV Local Maximum cut    = " ;
+    message += "\n                       Pre Shower  Local Maximum cut    = " ;
     message += fPreShoLocMaxCut ;
-    message += "\n                       CPV Logarothmic weight   = " ; 
+    message += "\n                       Pre Shower Logarothmic weight   = " ; 
     message += fW0CPV ;
     if(fToUnfold)
       message +="\nUnfolding on\n" ;