Ignore:
Timestamp:
08/28/07 13:03:04 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjtrain/MJTrainDisp.h

    r8656 r8719  
    1717
    1818    TString fTrainParameter;
     19    TString fResultFunction;
     20
     21    Float_t fThetaCut;
     22
     23    // To be moved to a base class
     24    TString fNameOutput;
    1925
    2026    void DisplayHist(TCanvas &c, Int_t i, MH3 &mh3) const;
     
    2228
    2329public:
    24     MJTrainDisp() : fTrainParameter(fgTrainParameter) { }
     30    MJTrainDisp() : fTrainParameter(fgTrainParameter), fResultFunction("x"), fThetaCut(0.215), fNameOutput("Disp") { }
    2531
    2632    void SetTrainParameter(const char *txt) { fTrainParameter=txt; }
     33
     34    void SetThetaCut(Float_t cut=0.215) { fThetaCut=cut; }
    2735
    2836    Bool_t Train(const char *out, const MDataSet &set, Int_t num);
Note: See TracChangeset for help on using the changeset viewer.