Ignore:
Timestamp:
07/17/03 08:06:40 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmontecarlo/MMcEnergyEst.h

    r2173 r2282  
    4242  Int_t   GetNevents()        const {return fNevents;}
    4343
     44  Int_t   GetNumCoeffA()      const {return fA.GetSize(); }
     45  Int_t   GetNumCoeffB()      const {return fB.GetSize(); }
     46
    4447  Double_t GetCoeff(Int_t i) { return i<fA.GetSize()? fA[i] : fB[i-fA.GetSize()]; }
    4548
Note: See TracChangeset for help on using the changeset viewer.