]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/TOFPreprocessor.C
correct path pointing to the input data files
[u/mrichter/AliRoot.git] / TOF / TOFPreprocessor.C
index 42384921688d1dc8e819476728e96e21fcec5190..85930df1e16c0fda239d1929a3ada24e809b7381 100644 (file)
@@ -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);