Ignore:
Timestamp:
06/13/05 10:20:58 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJOptimize.h

    r7142 r7151  
    7373    Float_t fTolerance;
    7474    Int_t   fTestTrain;
     75    TString fNameMinimizationValue;
    7576
    7677    Bool_t Optimize(MEvtLoop &evtloop);
     
    112113    void SetTolerance(Float_t tol=0)  { fTolerance=tol; }
    113114    void EnableTestTrain(Int_t b=1)   { fTestTrain=b; } // Use 1 and -1
     115    void SetNameMinimizationValue(const char *name="MinimizationValue") { fNameMinimizationValue = name; }
    114116
    115117    // Parameter access
Note: See TracChangeset for help on using the changeset viewer.