From c93b2136cfd1158533c3a7cc11cf71b7922daf21 Mon Sep 17 00:00:00 2001 From: richterm Date: Tue, 15 Dec 2009 15:00:00 +0000 Subject: [PATCH] update of macros: better default values for the macros and add library since it is needed when running inside root (uncompiled) (Theo) --- HLT/TRD/macros/aliHLTTRDrun.cxx | 4 ++-- HLT/TRD/macros/rec-hlt-trd-digits.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HLT/TRD/macros/aliHLTTRDrun.cxx b/HLT/TRD/macros/aliHLTTRDrun.cxx index f4fea223d87..7240c1824ac 100644 --- a/HLT/TRD/macros/aliHLTTRDrun.cxx +++ b/HLT/TRD/macros/aliHLTTRDrun.cxx @@ -19,6 +19,7 @@ #include #endif +#include #include "initGRP.h" void aliHLTTRDrun(const TString inDir = gSystem->pwd()); @@ -83,8 +84,7 @@ void aliHLTTRDrun(const TString inDir) gHLT.LoadComponentLibraries("libAliHLTUtil.so libAliHLTTRD.so libAliHLTMUON.so libAliHLTGlobal.so libAliHLTTrigger.so"); - InitGRP("local://$ALICE_ROOT/OCDB","/software/data/ppbench"/*inDir.Data()*/); - //TString sGeomPath = " -geometry "+inDir+"/geometry.root"; + InitGRP("local://$ALICE_ROOT/OCDB",inDir.Data()); TString inFolder = inDir+"/raw", inFile = "/TRD_", inExt = ".ddl"; TString sinput = " -datatype 'DDL_RAW ' 'TRD '"; TString temp1, temp2; diff --git a/HLT/TRD/macros/rec-hlt-trd-digits.cxx b/HLT/TRD/macros/rec-hlt-trd-digits.cxx index 2e758072c0d..a04b945155d 100644 --- a/HLT/TRD/macros/rec-hlt-trd-digits.cxx +++ b/HLT/TRD/macros/rec-hlt-trd-digits.cxx @@ -1,5 +1,5 @@ // This macro is used to make performace studies with MC info -// usage: aliroot rec-hlt-trd-digits.cxx("/data/run/raw.root") reconstruct local digits file +// usage: aliroot rec-hlt-trd-digits.cxx("/data/run/") reconstruct local digits file // or copy into folder and aliroot rec-hlt-trd.cxx reconstruct local digits file in pwd #if !defined (__CINT__) || defined (__MAKECINT__) @@ -39,7 +39,7 @@ int rec_hlt_trd_digits(const TString input){ Bool_t customArgs=kTRUE; // Disable HLT flag? - Bool_t disableHLTflag=kTRUE; + Bool_t disableHLTflag=kFALSE; -- 2.43.0