From 172381a00a1e3f262d5ce51baf8fe2d76a0038e9 Mon Sep 17 00:00:00 2001 From: richterm Date: Sat, 6 Nov 2010 22:15:27 +0000 Subject: [PATCH] adjusting output size estimator: input multiplier set from 100 to more realistice value of 20 --- HLT/ITS/AliHLTITSClusterFinderComponent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HLT/ITS/AliHLTITSClusterFinderComponent.cxx b/HLT/ITS/AliHLTITSClusterFinderComponent.cxx index 31ceb155d52..8650b334a0f 100644 --- a/HLT/ITS/AliHLTITSClusterFinderComponent.cxx +++ b/HLT/ITS/AliHLTITSClusterFinderComponent.cxx @@ -156,7 +156,7 @@ AliHLTComponentDataType AliHLTITSClusterFinderComponent::GetOutputDataType() void AliHLTITSClusterFinderComponent::GetOutputDataSize( unsigned long& constBase, double& inputMultiplier ) { // see header file for class documentation constBase = 0; - inputMultiplier = 100; + inputMultiplier = 20; } AliHLTComponent* AliHLTITSClusterFinderComponent::Spawn() { -- 2.39.3