Ignore:
Timestamp:
04/01/03 17:49:19 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MEnergyEstParam.h

    r1852 r1886  
    4040    Double_t GetVal(Int_t i) const;
    4141
     42
    4243public:
    4344    MEnergyEstParam(const char *hil="MHillas", const char *name=NULL, const char *title=NULL);
     
    5859    void SetCoeffB(const TArrayD &arr);
    5960
     61    Double_t GetCoeff(Int_t i) { return i<fA.GetSize()? fA[i] : fB[i-fA.GetSize()]; }
     62
    6063    void Print(Option_t *o=NULL);
    6164
Note: See TracChangeset for help on using the changeset viewer.