]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
adjusting input multiplier: compression component to 1.3 to take account for the...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Aug 2011 08:19:31 +0000 (08:19 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Aug 2011 08:19:31 +0000 (08:19 +0000)
HLT/TPCLib/HWCFemulator/AliHLTTPCHWCFEmulatorComponent.cxx
HLT/TPCLib/comp/AliHLTTPCDataCompressionComponent.cxx

index 98316d78f89f6011ff5aff09a143b956c01992e4..bc6fcd605d03e1cc3758fcca41a75c05143cf907 100644 (file)
@@ -143,7 +143,7 @@ void AliHLTTPCHWCFEmulatorComponent::GetOutputDataSize( unsigned long& constBase
   // see header file for class documentation
   // XXX TODO: Find more realistic values.  
   constBase = 0;
-  inputMultiplier = (6 * 0.4);
+  inputMultiplier = (6 * 0.7);
 }
 
 
index 71b9f8f4ffb0780fe66789724e0eac28bd0b95ee..a61aecf865e08929ee2f5f2216ba54e9d04f8db7 100644 (file)
@@ -79,7 +79,7 @@ void AliHLTTPCDataCompressionComponent::GetOutputDataSize( unsigned long& constB
 {
   /// inherited from AliHLTComponent: output data size estimator
   constBase=0;
-  inputMultiplier=1.;
+  inputMultiplier=1.3;
 }
 
 AliHLTComponent* AliHLTTPCDataCompressionComponent::Spawn()