]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
move reconstruction setup parameters to debug level 1 (asked by
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 May 2009 14:49:52 +0000 (14:49 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 May 2009 14:49:52 +0000 (14:49 +0000)
Federico)

TRD/AliTRDReconstructor.cxx

index 831a2080d8e0a3cb5bf8c33d032c7b83b5c1a1fa..b45dcc0a85da085b3b412286ab2f46ef3c20591d 100644 (file)
@@ -336,10 +336,10 @@ void AliTRDReconstructor::SetStreamLevel(Int_t level, ETRDReconstructorTask task
 void AliTRDReconstructor::Options(UInt_t steer, UChar_t *stream)
 {
   for(Int_t iopt=0; iopt<kNsteer; iopt++){
-    AliInfoGeneral("AliTRDReconstructor", Form(" %s[%s]%s", fgSteerNames[iopt], fgSteerFlags[iopt], steer ?(((steer>>iopt)&1)?" : ON":" : OFF"):""));
+    AliDebugGeneral("AliTRDReconstructor", 1, Form(" %s[%s]%s", fgSteerNames[iopt], fgSteerFlags[iopt], steer ?(((steer>>iopt)&1)?" : ON":" : OFF"):""));
   }
-  AliInfoGeneral("AliTRDReconstructor", " Debug Streaming"); 
+  AliDebugGeneral("AliTRDReconstructor", 1, " Debug Streaming"); 
   for(Int_t it=0; it<kNtasks; it++) 
-    AliInfoGeneral("AliTRDReconstructor", Form(" %s [sl_%s] %d", fgTaskNames[it], fgTaskFlags[it], stream ? stream[it] : 0));
+    AliDebugGeneral("AliTRDReconstructor", 1, Form(" %s [sl_%s] %d", fgTaskNames[it], fgTaskFlags[it], stream ? stream[it] : 0));
 }