Changeset 8767 for trunk/MagicSoft/Mars/mjtrain/MJTrainDisp.h
- Timestamp:
- 11/27/07 14:32:02 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjtrain/MJTrainDisp.h
r8719 r8767 30 30 MJTrainDisp() : fTrainParameter(fgTrainParameter), fResultFunction("x"), fThetaCut(0.215), fNameOutput("Disp") { } 31 31 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 } 33 37 34 38 void SetThetaCut(Float_t cut=0.215) { fThetaCut=cut; }
Note:
See TracChangeset
for help on using the changeset viewer.