]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
verbosity changed
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Jun 2012 16:11:28 +0000 (16:11 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Jun 2012 16:11:28 +0000 (16:11 +0000)
STEER/STEERBase/AliPIDResponse.cxx

index 7c7785cbecb659a0cd9d6ea6f6f02e1497f84fc7..65f91c67c4b7eb005ecf0cb11ecfc71eaaa222bb 100644 (file)
@@ -78,9 +78,9 @@ fCurrCentrality(0.0)
   //
   // default ctor
   //
-  AliLog::SetClassDebugLevel("AliPIDResponse",10);
-  AliLog::SetClassDebugLevel("AliESDpid",10);
-  AliLog::SetClassDebugLevel("AliAODpidUtil",10);
+  AliLog::SetClassDebugLevel("AliPIDResponse",0);
+  AliLog::SetClassDebugLevel("AliESDpid",0);
+  AliLog::SetClassDebugLevel("AliAODpidUtil",0);
 
   memset(fTRDslicesForPID,0,sizeof(UInt_t)*2);
 }