Ignore:
Timestamp:
01/13/04 17:33:04 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h

    r2763 r2792  
    6767  Int_t   fChargeNbinsLoGain;
    6868
    69   Bool_t fFitOK;
    70 
    7169  Double_t fChargeChisquare;
    7270  Double_t fChargeProb;
     
    9189 
    9290  Bool_t fUseLoGain;
     91  Bool_t fFitOK;
    9392
    9493  Double_t fOffset;
     
    178177
    179178  Bool_t IsFitOK()                           {  return fFitOK;          }
     179  Bool_t IsEmpty()                           {  return !( (fHChargeHiGain->GetEntries())
     180                                                     || (fHChargeLoGain->GetEntries()) ); } 
    180181 
    181182  ClassDef(MHCalibrationPixel, 1)
Note: See TracChangeset for help on using the changeset viewer.