Ignore:
Timestamp:
11/27/07 14:32:02 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8719 r8767  
    3030    MJTrainDisp() : fTrainParameter(fgTrainParameter), fResultFunction("x"), fThetaCut(0.215), fNameOutput("Disp") { }
    3131
    32     void SetTrainParameter(const char *txt) { fTrainParameter=txt; }
     32    void SetTrainFunc(const char *par, const char *res="x")
     33    {
     34        fTrainParameter = par;
     35        fResultFunction = res;
     36    }
    3337
    3438    void SetThetaCut(Float_t cut=0.215) { fThetaCut=cut; }
Note: See TracChangeset for help on using the changeset viewer.