]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removing the -cluster-lower-limit (was 10) and -single-sequence-limit (was 100) from...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jul 2011 08:04:18 +0000 (08:04 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jul 2011 08:04:18 +0000 (08:04 +0000)
HLT/TPCLib/AliHLTTPCAgent.cxx

index 8e11c61a11d7710f215dc7f7b04163d4bca7df1c..0dca81e741b95fd8cb2cf3e948c21ed4a989063f 100644 (file)
@@ -153,7 +153,7 @@ int AliHLTTPCAgent::CreateConfigurations(AliHLTConfigurationHandler* handler,
        // soon going to replace the software clusterfinder
        TString hwcfemu;
        hwcfemu.Form("TPC-HWCFEmu_%02d_%d", slice, part);
-       handler->CreateConfiguration(hwcfemu.Data(), "TPCHWClusterFinderEmulator", publisher.Data(), "-do-mc 1  -single-sequence-limit 100 -cluster-lower-limit 10");
+       handler->CreateConfiguration(hwcfemu.Data(), "TPCHWClusterFinderEmulator", publisher.Data(), "-do-mc 1");
        TString hwcf;
        hwcf.Form("TPC-HWCF_%02d_%d", slice, part);
        handler->CreateConfiguration(hwcf.Data(), "TPCHWClusterTransform",hwcfemu.Data(), "-publish-raw");