Changeset 7151 for trunk/MagicSoft/Mars/mjobs/MJOptimize.h
- Timestamp:
- 06/13/05 10:20:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJOptimize.h
r7142 r7151 73 73 Float_t fTolerance; 74 74 Int_t fTestTrain; 75 TString fNameMinimizationValue; 75 76 76 77 Bool_t Optimize(MEvtLoop &evtloop); … … 112 113 void SetTolerance(Float_t tol=0) { fTolerance=tol; } 113 114 void EnableTestTrain(Int_t b=1) { fTestTrain=b; } // Use 1 and -1 115 void SetNameMinimizationValue(const char *name="MinimizationValue") { fNameMinimizationValue = name; } 114 116 115 117 // Parameter access
Note:
See TracChangeset
for help on using the changeset viewer.