Ignore:
Timestamp:
01/28/05 11:36:46 (20 years ago)
Author:
mazin
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MPedPhotPix.h

    r6036 r6080  
    2727
    2828    //void SetMean(Float_t f) { fMean = f; }
    29     void SetRms(Float_t f)  {MMath::TruncatePrecision(f);  fRms  = f; }
    30     void Set(Float_t m, Float_t r, UInt_t n=1) { MMath::TruncatePrecision(r); MMath::TruncatePrecision(m); fMean = m; fRms = r; fNumEvents=n; }
     29    void SetRms(Float_t f)  {MMath::ReducePrecision(f);  fRms  = f; }
     30    void Set(Float_t m, Float_t r, UInt_t n=1) { MMath::ReducePrecision(r); MMath::ReducePrecision(m); fMean = m; fRms = r; fNumEvents=n; }
    3131
    3232    Bool_t IsValid() const { return fRms>=0; }
Note: See TracChangeset for help on using the changeset viewer.