Changeset 8719 for trunk/MagicSoft/Mars/mjtrain/MJTrainDisp.h
- Timestamp:
- 08/28/07 13:03:04 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjtrain/MJTrainDisp.h
r8656 r8719 17 17 18 18 TString fTrainParameter; 19 TString fResultFunction; 20 21 Float_t fThetaCut; 22 23 // To be moved to a base class 24 TString fNameOutput; 19 25 20 26 void DisplayHist(TCanvas &c, Int_t i, MH3 &mh3) const; … … 22 28 23 29 public: 24 MJTrainDisp() : fTrainParameter(fgTrainParameter) { }30 MJTrainDisp() : fTrainParameter(fgTrainParameter), fResultFunction("x"), fThetaCut(0.215), fNameOutput("Disp") { } 25 31 26 32 void SetTrainParameter(const char *txt) { fTrainParameter=txt; } 33 34 void SetThetaCut(Float_t cut=0.215) { fThetaCut=cut; } 27 35 28 36 Bool_t Train(const char *out, const MDataSet &set, Int_t num);
Note:
See TracChangeset
for help on using the changeset viewer.