Changeset 7651 for trunk/MagicSoft/Mars
- Timestamp:
- 04/22/06 16:11:57 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7649 r7651 27 27 - show also the integrated number of excess events in the 28 28 plot versus energy/size and show the correct error. 29 30 * mtools/MJSpectrum.cc: 31 - added accelerator for executing the tasklist as in MJCut 32 33 * macros/train/trainseparation.C: 34 - fixed a typo 35 36 * mjtrain/MJTrainSeparation.h: 37 - added missing initialization of fAutoTrain 29 38 30 39 -
trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.h
r7539 r7651 34 34 public: 35 35 MJTrainSeparation() : 36 fNumTrainOn((UInt_t)-1), fNumTrainOff((UInt_t)-1), fNumTestOn((UInt_t)-1), fNumTestOff((UInt_t)-1) 36 fNumTrainOn((UInt_t)-1), fNumTrainOff((UInt_t)-1), 37 fNumTestOn((UInt_t)-1), fNumTestOff((UInt_t)-1), 38 fAutoTrain(kFALSE) 37 39 { } 38 40
Note:
See TracChangeset
for help on using the changeset viewer.