Leftover from previous commit
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Jun 2009 17:03:01 +0000 (17:03 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Jun 2009 17:03:01 +0000 (17:03 +0000)
MUON/AliMUONDigitCalibrator.cxx

index f37f4d873fc9ca34c4eb8caf4ea9f62657c7d9da..38a7b9a8f30e867cf615b31dba347f34258c897b 100644 (file)
@@ -183,7 +183,7 @@ AliMUONDigitCalibrator::Ctor(const char* calibMode,
   fGains = calib.Gains(); // we get gains whatever the calibMode is, in order
   // to get the saturation value...
   
-  if ( fApplyGains == fgkGain ) 
+  if ( fApplyGains == fgkGain || fApplyGains == fgkInjectionGain 
   {
     fCapacitances = calib.Capacitances();
   }