]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
The multiplier for data volume estimation was too low.
authorszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Oct 2007 15:47:41 +0000 (15:47 +0000)
committerszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Oct 2007 15:47:41 +0000 (15:47 +0000)
HLT/MUON/OnlineAnalysis/AliHLTMUONTriggerReconstructorComponent.cxx

index 405793b3571fcf7886db785c224626d0cf8f90fd..29309e03c34a8c58e6ef113a594f9b93f6b52fd5 100644 (file)
@@ -81,7 +81,7 @@ void AliHLTMUONTriggerReconstructorComponent::GetOutputDataSize(
        )
 {
        constBase = sizeof(AliHLTMUONTriggerRecordsBlockWriter::HeaderType);
-       inputMultiplier = 1;
+       inputMultiplier = 4;
 }