]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/macros/sim-hlt-tpc.C
- added libAliHLTRCU to default libraries
[u/mrichter/AliRoot.git] / HLT / TPCLib / macros / sim-hlt-tpc.C
index ecfd711e67352e2df44f90c905e69c74b243bd08..c82c6a1f1758fdaf9e5df6f47aef3029b9b92310 100644 (file)
@@ -8,6 +8,10 @@
  * The chain to be run is defined by the macro given to the parameter
  * 'config='
  *
+ * The makro asumes the data to be already simulated. If it should run
+ * within the initial simulation, comment the corresponding functions
+ * below (SetRunGeneration etc.)
+ *
  * Matthias.Richter@ift.uib.no
  */
 {
@@ -26,7 +30,7 @@
   sim.SetMakeTrigger("");
 
   // set the options for the HLT simulation
-  //sim.SetRunHLT("libAliHLTTPC.so loglevel=0x3c config=conf-tpc-writer.C chains=sink1");
-  sim.SetRunHLT("libAliHLTTPC.so loglevel=0x3c config=conf-tpc-esd.C chains=sink1");
+  //sim.SetRunHLT("libAliHLTUtil.so libAliHLTTPC.so loglevel=0x7c config=conf-tpc-writer.C chains=sink1");
+  sim.SetRunHLT("libAliHLTUtil.so libAliHLTTPC.so loglevel=0x7c config=conf-tpc-esd.C chains=sink1");
   sim.Run();
 }