Changeset 3674
- Timestamp:
- 04/06/04 20:15:30 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.h
r3672 r3674 84 84 85 85 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; } 86 88 void SetPheFFactorMethodLimit ( const Float_t f=fgPheFFactorMethodLimit ) { fPheFFactorMethodLimit = f; } 87 89 void SetTotalFFactorFFactorMethod ( const Float_t f) { fTotalFFactorFFactorMethod = f; } … … 119 121 Float_t GetPheFFactorMethod () const { return fPheFFactorMethod; } 120 122 Float_t GetPheFFactorMethodErr() const; 123 Float_t GetPheFFactorMethodVar() const { return fPheFFactorMethodVar; } 121 124 Float_t GetRSigma () const; 122 125 Float_t GetRSigmaErr () const;
Note:
See TracChangeset
for help on using the changeset viewer.