Ignore:
Timestamp:
10/19/06 15:09:50 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r8106 r8132  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.166 2006-10-17 17:15:59 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.167 2006-10-19 13:59:08 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    727727Int_t MCalibrationChargeCalc::Finalize()
    728728{
     729    // The number of used slices are just a mean value
     730    // the real number might change from event to event.
     731    // (up to 50%!)
    729732  fNumHiGainSamples  =  fSignal->GetNumUsedHiGainFADCSlices();
    730733  fNumLoGainSamples  =  fSignal->GetNumUsedLoGainFADCSlices();
Note: See TracChangeset for help on using the changeset viewer.