]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/src/AliHLTReconstructor.cxx
Changes to integrate the MLUC libs from
[u/mrichter/AliRoot.git] / HLT / src / AliHLTReconstructor.cxx
index d68afd3dbe942180f4d5427e5fbf473a9138b505..59954d7aa5779deaa17bd4e922d9b1fcabac7daf 100644 (file)
@@ -42,7 +42,9 @@ ClassImp(AliHLTReconstructor)
 AliHLTReconstructor::AliHLTReconstructor(): AliReconstructor() 
 { 
   //constructor
+#ifndef use_logging
   AliL3Log::fgLevel=AliL3Log::kWarning;
+#endif
   fDoTracker=1;
   fDoHough=1;
   fDoBench=0;
@@ -52,7 +54,9 @@ AliHLTReconstructor::AliHLTReconstructor(): AliReconstructor()
 AliHLTReconstructor::AliHLTReconstructor(Bool_t doTracker, Bool_t doHough): AliReconstructor() 
 { 
   //constructor
+#ifndef use_logging
   AliL3Log::fgLevel=AliL3Log::kWarning;
+#endif
   fDoTracker=doTracker;
   fDoHough=doHough;
   fDoBench=0;