]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/physics/AliHLTMultiplicityCorrelationsComponent.cxx
Output space too small by default.
[u/mrichter/AliRoot.git] / HLT / global / physics / AliHLTMultiplicityCorrelationsComponent.cxx
index 551f6a25367ab5a0fb0b1b64880db0478dd2d670..51095a19b5b516b0b1ce91e5d5154bed3aa79657 100644 (file)
@@ -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;
 }