]> 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 3fe3b9720f6b6ffc54de9b04150761229f1ae939..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;
 }
 
@@ -719,7 +719,7 @@ void AliHLTMultiplicityCorrelationsComponent::CreateTriggerList() {
   // see header file for class documentation
 
   // -- loop over all trigger bits
-  for (Int_t idx = 0 ; idx < 49 ; ++idx) {
+  for (Int_t idx = 0 ; idx < 50 ; ++idx) {
 
     TString triggerName(fCTPData->Name(idx));