]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
correcting path in example macro
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Aug 2008 20:28:43 +0000 (20:28 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Aug 2008 20:28:43 +0000 (20:28 +0000)
HLT/ITS/macros/sim-sddraw-hltout.C

index d561eedee59d950d44a63357847fe633064edbf6..13b12121ba44e4d8f2e80b9b87be2e10cddf6a95 100644 (file)
@@ -56,9 +56,8 @@ void sim_sddraw_hltout() {
   //     in this case we want to just forward the DDL data blocks
   //     to the HLTOUT. We need to set the location of the formerly generated
   //     rawfiles with the rawfile
-//   sim.SetRunHLT("libAliHLTITS.so loglevel=0x7c rawfile=./ "
-//             "config=$ALICE_ROOT/HLT/ITS/macros/conf-sddraw-hltout.C chains=publisher");
-  sim.SetRunHLT("libAliHLTUtil.so loglevel=0x7c rawfile=./ "
-               "config=~/src/work/HLT-HEAD/ITS/macros/conf-sddraw-hltout.C chains=publisher");
+  sim.SetRunHLT("libAliHLTITS.so loglevel=0x7c rawfile=./ "
+               "config=$ALICE_ROOT/HLT/ITS/macros/conf-sddraw-hltout.C chains=publisher");
+
   sim.Run();
 }