Changeset 2792 for trunk/MagicSoft


Ignore:
Timestamp:
01/13/04 17:33:04 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2791 r2792  
    1313     - add Function DrawClone()
    1414     - fix bug in calculation of integral (GetIntegral("width"))
    15      - fit now with fixed normalization
    1615     - restrict parameters tighter
    1716     - declare fit as not valid, if less than 100 events
    1817       in single photo-electron peak
     18
     19   * mcalib/MCalibrationFits.h
     20   * mcalib/MHCalibrationBlindPixel.[h.cc]
     21     - fit now with fixed normalization
    1922
    2023   * mcalib/MHCalibrationPixel.[h.cc]
  • 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.