]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
reduce printout
authortkuhr <tkuhr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 17 May 2004 11:44:53 +0000 (11:44 +0000)
committertkuhr <tkuhr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 17 May 2004 11:44:53 +0000 (11:44 +0000)
STEER/AliRunDigitizer.cxx

index 10d2f557cbf9352f7940ca7dfe710c15ee15a8ac..03414e1c9bbd4bfa5e88295ebe52c5e3e48eef61 100644 (file)
@@ -263,7 +263,6 @@ void AliRunDigitizer::Digitize(Option_t* option)
 // take gAlice from the first input file. It is needed to access
 //  geometry data
 // If gAlice is already in memory, use it
-  SetDebug(10);
   
   if (!static_cast<AliStream*>(fInputStreams->At(0))->ImportgAlice()) 
    {
@@ -612,7 +611,10 @@ AliRunLoader* AliRunDigitizer::GetOutRunLoader()
   
   if ( fOutputFileName.IsNull() )
    {//guard that sombody calls it without settting file name
-    cout<<"Output file name is empty. Using Input 0 for output\n";
+    if (GetDebug()>0) {
+      Info("GetOutRunLoader", 
+          "Output file name is empty. Using Input 0 for output");
+    }
     return AliRunLoader::GetRunLoader(GetInputFolderName(0));
    }
 //  InitOutputGlobal();