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/MCalibrateData.cc

    r7886 r8132  
    11/* ======================================================================== *\
     2! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.61 2006-10-19 13:58:29 tbretz Exp $
     3! --------------------------------------------------------------------------
    24!
    35! *
     
    2325!   Author(s): Thomas Bretz    08/2004 <mailto:tbretz@astro.uni-wuerzburg.de>
    2426!
    25 !   Copyright: MAGIC Software Development, 2000-2004
     27!   Copyright: MAGIC Software Development, 2000-2006
    2628!
    2729!
     
    734736
    735737    const UInt_t  npix       = fSignals->GetSize();
     738
     739    // The number of used slices are just a mean value
     740    // the real number might change from event to event.
     741    // (up to 50%!)
    736742    const Float_t slices     = fSignals->GetNumUsedHiGainFADCSlices();
    737743    const Float_t sqrtslices = TMath::Sqrt(slices);
Note: See TracChangeset for help on using the changeset viewer.