Changeset 3649 for trunk/MagicSoft


Ignore:
Timestamp:
04/05/04 13:57:48 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc

    r3643 r3649  
    115115//
    116116// Initializes:
    117 // - fExtractHiGainSlices to 1.
    118 // - fExtractLoGainSlices to 1.
     117// - fExtractHiGainSlices to 0.
     118// - fExtractLoGainSlices to 0.
    119119//
    120120MHPedestalCam::MHPedestalCam(const char *name, const char *title)
    121     : fExtractHiGainSlices(1.), fExtractLoGainSlices(1.)
     121    : fExtractHiGainSlices(0.), fExtractLoGainSlices(0.)
    122122{
    123123    fName  = name  ? name  : "MHPedestalCam";
Note: See TracChangeset for help on using the changeset viewer.