Changeset 3674 for trunk


Ignore:
Timestamp:
04/06/04 20:15:30 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3672 r3674  
    8484
    8585  void SetPedestal              ( const Float_t ped, const Float_t pedrms, const Float_t pederr);
     86  void SetPheFFactorMethod      ( const Float_t f)                          { fPheFFactorMethod       = f; }
     87  void SetPheFFactorMethodVar   ( const Float_t f)                          { fPheFFactorMethodVar    = f; } 
    8688  void SetPheFFactorMethodLimit ( const Float_t f=fgPheFFactorMethodLimit ) { fPheFFactorMethodLimit  = f; }
    8789  void SetTotalFFactorFFactorMethod       ( const Float_t f)  { fTotalFFactorFFactorMethod       = f; }
     
    119121  Float_t GetPheFFactorMethod   ()             const { return fPheFFactorMethod;                 }   
    120122  Float_t GetPheFFactorMethodErr()             const;
     123  Float_t GetPheFFactorMethodVar()             const { return fPheFFactorMethodVar;              }
    121124  Float_t GetRSigma             ()             const;
    122125  Float_t GetRSigmaErr          ()             const;
Note: See TracChangeset for help on using the changeset viewer.