]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Minor fix in order to reflect the changes in hlt.conf
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Oct 2004 07:05:52 +0000 (07:05 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Oct 2004 07:05:52 +0000 (07:05 +0000)
RAW/AliMDC.cxx
RAW/libRAW.pkg

index 72a6473e686ffb08561948694d42eb551ba7ec94..2a57a83e2d04d0784c439a2b7fc79196c66ca473 100644 (file)
@@ -239,6 +239,7 @@ Int_t AliMDC::Run()
    AliRawEvent *event = new AliRawEvent;
 #ifdef USE_HLT
    //Init HLT
+#ifndef use_logging
    AliL3Log::fgLevel=AliL3Log::kError;
    ALIDEBUG(1)
      AliL3Log::fgLevel=AliL3Log::kWarning;
@@ -246,7 +247,7 @@ Int_t AliMDC::Run()
      AliL3Log::fgLevel=AliL3Log::kWarning;
    ALIDEBUG(3)
      AliL3Log::fgLevel=AliL3Log::kNone;
-
+#endif
    if (!AliL3Transform::Init("./", kFALSE)) {
      Error("Run","HLT initialization failed!");
      return 1;
index 3a51ed9ab4658c6144376c943843525aae22652e..91d821c9d249de143368ef765ff7cda44ce7b29b 100644 (file)
@@ -24,7 +24,7 @@ HDRS:= $(SRCS:.cxx=.h)
 
 EHDRS:=$(ROOTSYS)/include/TH1F.h
 
-EINCLUDE:=HLT/src HLT/hough HLT/comp
+EINCLUDE+=HLT/src HLT/hough HLT/comp
 
 EDEFINE+= -DUSE_RDM -DUSE_HLT