From 5abdf772dde0abee45b5ca28fa37f76d7e5eb19a Mon Sep 17 00:00:00 2001 From: arcelli Date: Fri, 27 Oct 2006 12:42:28 +0000 Subject: [PATCH] correct path pointing to the input data files --- TOF/TOFPreprocessor.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TOF/TOFPreprocessor.C b/TOF/TOFPreprocessor.C index 42384921688..85930df1e16 100644 --- a/TOF/TOFPreprocessor.C +++ b/TOF/TOFPreprocessor.C @@ -27,8 +27,8 @@ void TOFPreprocessor() shuttle->SetDCSInput(dcsAliasMap); // processing files. for the time being, the files are local. - shuttle->AddInputFile(AliTestShuttle::kDAQ, "TOF", "DELAYS", "MON", "$ALICE_ROOT/TOF/TestShuttle/Total.root"); - shuttle->AddInputFile(AliTestShuttle::kDAQ, "TOF", "RUNLevel", "MON", "$ALICE_ROOT/TOF/TestShuttle/Partial.root"); + shuttle->AddInputFile(AliTestShuttle::kDAQ, "TOF", "DELAYS", "MON", "$ALICE_ROOT/TOF/ShuttleInput/Total.root"); + shuttle->AddInputFile(AliTestShuttle::kDAQ, "TOF", "RUNLevel", "MON", "$ALICE_ROOT/TOF/ShuttleInput/Partial.root"); // instantiation of the preprocessor AliPreprocessor* pp = new AliTOFPreprocessor("TOF", shuttle); -- 2.43.0