]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- removed obsolete argument -timebin
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 22 Feb 2010 19:10:01 +0000 (19:10 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 22 Feb 2010 19:10:01 +0000 (19:10 +0000)
HLT/TPCLib/macros/sim-hlt-tpc.C

index df0a2a3ec5de9e7603ea55f83fca09c242e39928..4f9957e62f659c36d03f0e2defd40b41db3f87c0 100644 (file)
@@ -134,7 +134,7 @@ sim_hlt_tpc(const char* options="CA")
       if (bCFSort) arg+=" -sorted ";
       if (bPropagateMC) arg+=" -do-mc ";
       cf.Form("CF_%02d_%d", slice, part);
-      AliHLTConfiguration cfconf(cf.Data(), "TPCClusterFinderUnpacked", publisher.Data(), arg.Data());
+      AliHLTConfiguration cfconf(cf.Data(), "TPCClusterFinderUnpacked", publisher.Data(), "");
       if (trackerInput.Length()>0) trackerInput+=" ";
       trackerInput+=cf;
       if (sinkClusterInput.Length()>0) sinkClusterInput+=" ";