]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Minor changes to make this macro work under HEAD.
authorszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 14 Nov 2007 18:07:31 +0000 (18:07 +0000)
committerszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 14 Nov 2007 18:07:31 +0000 (18:07 +0000)
HLT/MUON/macros/RunChain.C

index 05a65e76a459ed787fb73baf470d20f513847dce..73caa3d7a7eb00b7cdcfc104800cc77215c2f390 100644 (file)
@@ -196,6 +196,7 @@ void RunChain(
                sys.SetGlobalLoggingLevel(kHLTLogError);
        }
        
+       sys.LoadComponentLibraries("libAliHLTUtil.so");
        sys.LoadComponentLibraries("libAliHLTMUON.so");
 
        // The DDL file publishers are only needed if we create the ddlreco or
@@ -267,8 +268,8 @@ void RunChain(
                AliHLTConfiguration recDDL18("recDDL18", "MUONHitReconstructor", "pubDDL18", TString("-ddl 18 -buspatchmap ") + lutDir + TString("/BusToDetElem.dat -lut ") + lutDir + TString("/Lut18.dat"));
                AliHLTConfiguration recDDL19("recDDL19", "MUONHitReconstructor", "pubDDL19", TString("-ddl 19 -buspatchmap ") + lutDir + TString("/BusToDetElem.dat -lut ") + lutDir + TString("/Lut19.dat"));
                AliHLTConfiguration recDDL20("recDDL20", "MUONHitReconstructor", "pubDDL20", TString("-ddl 20 -buspatchmap ") + lutDir + TString("/BusToDetElem.dat -lut ") + lutDir + TString("/Lut20.dat"));  
-               AliHLTConfiguration recDDL21("recDDL21", "MUONTriggerReconstructor", "pubDDL21", TString("-ddl 21 -lut ") + lutDir + TString("/Lut21.dat"));
-               AliHLTConfiguration recDDL22("recDDL22", "MUONTriggerReconstructor", "pubDDL22", TString("-ddl 22 -lut ") + lutDir + TString("/Lut22.dat"));
+               AliHLTConfiguration recDDL21("recDDL21", "MUONTriggerReconstructor", "pubDDL21", TString("-ddl 21 -lut ") + lutDir + TString("/Lut21.dat -suppress_partial_triggers"));
+               AliHLTConfiguration recDDL22("recDDL22", "MUONTriggerReconstructor", "pubDDL22", TString("-ddl 22 -lut ") + lutDir + TString("/Lut22.dat -suppress_partial_triggers"));
        }
 
        TString startEventStr = "-firstevent ";