]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Temporary hack to prevent error messages during pathological cases with particular...
authorszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Sep 2007 07:43:43 +0000 (07:43 +0000)
committerszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Sep 2007 07:43:43 +0000 (07:43 +0000)
HLT/MUON/OnlineAnalysis/AliHLTMUONTriggerReconstructorComponent.cxx

index 1985044c6154cb90c24a2e27fb453899feed078f..73252dd8046120cbf2dcb789e689280dc130e1d1 100644 (file)
@@ -80,7 +80,7 @@ void AliHLTMUONTriggerReconstructorComponent::GetOutputDataSize(
        )
 {
        constBase = sizeof(AliHLTMUONTriggerRecordsBlockWriter::HeaderType);
-       inputMultiplier = 1;
+       inputMultiplier = 100;
 }