From: tbreitne Date: Fri, 30 May 2014 11:06:33 +0000 (+0200) Subject: increasing output buffer size in AliHLTTPCCATrackerComponent X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=ec58a12e65de75b29258e40b69209a48dc7e7bdc;p=u%2Fmrichter%2FAliRoot.git increasing output buffer size in AliHLTTPCCATrackerComponent --- diff --git a/HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx b/HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx index bc380acdcf9..e1847a95b9c 100644 --- a/HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx +++ b/HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx @@ -159,7 +159,7 @@ AliHLTComponentDataType AliHLTTPCCATrackerComponent::GetOutputDataType() void AliHLTTPCCATrackerComponent::GetOutputDataSize( unsigned long& constBase, double& inputMultiplier ) { // define guess for the output data size - constBase = 200; // minimum size + constBase = 1200; // minimum size inputMultiplier = 0.6; // size relative to input }