Ignore:
Timestamp:
06/23/04 00:26:01 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4186 r4333  
    3636  Float_t fPedVar;                          // Variance of pedestal
    3737  Float_t fPedRms;                          // Pedestal RMS (from MPedestalPix) times sqrt nr. FADC slices
     38  Float_t fPedRmsVar;                       // Pedestal RMS (from MPedestalPix) times sqrt nr. FADC slices
    3839  Float_t fPheFFactorMethod;                // Number Phe's calculated (F-factor method)
    3940  Float_t fPheFFactorMethodVar;             // Variance number of Phe's (F-factor method)
     
    6667  void SetMeanFFactorFADC2Phot  ( const Float_t f)                          { fMeanFFactorFADC2Phot   = f; }
    6768  void SetPedestal              ( const Float_t ped, const Float_t pedrms, const Float_t pederr);
     69  void SetPed                   ( const Float_t ped, const Float_t pederr); 
     70  void SetPedRMS              ( const Float_t pedrms, const Float_t pedrmserr); 
    6871  void SetPheFFactorMethod      ( const Float_t f)                          { fPheFFactorMethod       = f; }
    6972  void SetPheFFactorMethodVar   ( const Float_t f)                          { fPheFFactorMethodVar    = f; } 
     
    8992  Float_t GetMeanFFactorFADC2PhotVar () const { return fMeanFFactorFADC2PhotVar; }   
    9093  Float_t GetPed                     () const { return fPed;                     }
    91   Float_t GetPedErr                  () const;
     94  Float_t GetPedErr                  () const { return TMath::Sqrt(fPedVar);     }
    9295  Float_t GetPedRms                  () const;
    9396  Float_t GetPedRmsErr               () const;
     
    110113  Bool_t CalcMeanFFactor   ( const Float_t nphotons, const Float_t nphotonsrelvar );
    111114 
    112   ClassDef(MCalibrationChargePix, 1)    // Container Charge Calibration Results Pixel
     115  ClassDef(MCalibrationChargePix, 2)    // Container Charge Calibration Results Pixel
    113116};
    114117
Note: See TracChangeset for help on using the changeset viewer.