Ignore:
Timestamp:
04/06/04 22:10:37 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3672 r3676  
    3333//
    3434// Calls to GetMean(), GetMeanErr(), GetSigma(), GetSigmaErr(), GetProb() or
    35 // GetNumPickup() test first the bit kHiGainSaturation before returning
    36 // the high-gain or low-gain value, analogue for the corr. Setters.
     35// GetNumPickup() and GetNumBlackout() test first the bit kHiGainSaturation
     36// before returning the high-gain or low-gain value, analogue for the
     37// corr. Setters.
    3738//
    3839// The three flags: kValid, kExcluded and kHiGainSaturation may be set.
     
    7778{
    7879
     80  fHiGainNumBlackout   =  -1 ;
    7981  fHiGainNumPickup     =  -1 ;
    8082  fHiGainMean          =  -1.;
     
    8486  fHiGainSigmaVar      =  -1.;
    8587
     88  fLoGainNumBlackout   =  -1 ;
    8689  fLoGainNumPickup     =  -1 ;
    8790  fLoGainMean          =  -1.;
Note: See TracChangeset for help on using the changeset viewer.