Ignore:
Timestamp:
03/19/03 16:59:38 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1525 r1844  
    4141
    4242public:
    43     MEnergyEstParam(const char *hil="MHillas", const char *name=NULL, const char *title=NULL);
     43    MEnergyEstParam(const char *hil="Hillas", const char *name=NULL, const char *title=NULL);
    4444    ~MEnergyEstParam();
    4545
     
    4747    Bool_t Process();
    4848
    49     void Add(const TString hillas, const TString energy);
     49    void Add(const TString hillas, const TString energy="MEnergyEst");
    5050
    5151    void InitMapping(MHMatrix *mat);
    5252
    53     void SetCoeffA(TArrayD arr);
    54     void SetCoeffB(TArrayD arr);
     53    Int_t GetNumCoeff() const { return fA.GetSize()+fB.GetSize(); }
     54
     55    void SetCoeff(const TArrayD &arr);
     56    void SetCoeffA(const TArrayD &arr);
     57    void SetCoeffB(const TArrayD &arr);
    5558
    5659    ClassDef(MEnergyEstParam, 0) // Task to estimate the energy
Note: See TracChangeset for help on using the changeset viewer.