]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
increasing output buffer size in AliHLTTPCCATrackerComponent
authortbreitne <timo.gunther.breitner@cern.ch>
Fri, 30 May 2014 11:06:33 +0000 (13:06 +0200)
committertbreitne <timo.gunther.breitner@cern.ch>
Fri, 30 May 2014 13:09:51 +0000 (15:09 +0200)
HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx

index bc380acdcf9a445579cc8ed428ab28fc446cdfaa..e1847a95b9cd3bc5faddd8adf089ba57c8c6996b 100644 (file)
@@ -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
 }