Ignore:
Timestamp:
09/13/04 13:31:45 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc

    r4974 r4976  
    4242//
    4343// The following flag can be set:
    44 // - SetAverageging() for calculating the event-by-event averages.
    45 // - SetDebug()       for debug output.
    46 // - SetLoGain()      for the case that low-gain slices are available, but
    47 //                        MRawRunHeader::GetNumLoGainSlices() gives still 0.
    48 //
    49 // The flag fLoGain steers if low-gain signal is treated at all or not.
     44// - SetAverageing() for calculating the event-by-event averages.
     45// - SetDebug()      for debug output.
     46// - SetLoGain()     for the case that low-gain slices are available, but
     47//                       MRawRunHeader::GetNumLoGainSlices() gives still 0.
     48// - SetCheckSize()  for testing the sizes of the f*Arrays in ReInit() if they
     49//                       are coinciding with the equiv. sizes in MGeomCam
     50//
     51// The flag kLoGain steers if the low-gain signal is treated at all or not.
     52// The flag kAverageing steers if the event-by-event averages are treated at all.
    5053//
    5154/////////////////////////////////////////////////////////////////////////////
     
    351354  cam->fPulserFrequency        = fPulserFrequency;
    352355  cam->fFlags                  = fFlags;
     356  cam->fNbins                  = fNbins;
     357  cam->fFirst                  = fFirst;
     358  cam->fLast                   = fLast;
    353359
    354360  if (!IsAverageing())
Note: See TracChangeset for help on using the changeset viewer.