From 1cff6424deb661fee4e43f697d514fbe378a6d4e Mon Sep 17 00:00:00 2001 From: aszostak Date: Sat, 12 Nov 2011 08:17:50 +0000 Subject: [PATCH] Output space too small by default. --- HLT/global/physics/AliHLTMultiplicityCorrelationsComponent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HLT/global/physics/AliHLTMultiplicityCorrelationsComponent.cxx b/HLT/global/physics/AliHLTMultiplicityCorrelationsComponent.cxx index 551f6a25367..51095a19b5b 100644 --- a/HLT/global/physics/AliHLTMultiplicityCorrelationsComponent.cxx +++ b/HLT/global/physics/AliHLTMultiplicityCorrelationsComponent.cxx @@ -108,7 +108,7 @@ AliHLTComponentDataType AliHLTMultiplicityCorrelationsComponent::GetOutputDataTy // ################################################################################# void AliHLTMultiplicityCorrelationsComponent::GetOutputDataSize( ULong_t& constBase, Double_t& inputMultiplier ) { // see header file for class documentation - constBase = 1000; + constBase = 100000; inputMultiplier = 0.5; } -- 2.43.0