Changeset 2579
- Timestamp:
- 12/01/03 16:36:32 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2577 r2579 5 5 -*-*- END OF LINE -*-*- 6 6 7 2003/12/1: Abelardo Moralejo 8 9 * mimage/MStereoPar.cc 10 - Added calculation of fCT1Impact2, fCT2Impact2, the estimates of 11 impact parameter using the a priori assumption that the events 12 come from a point source located at the center of the camera. 13 14 2003/11/27: Wolfgang Wittek 15 16 * mfilter/MFEventSelector2.cc 17 - if number of requested events is too high 18 reduce it to the maximum number possible 19 - introduce the flag 'fUseOrigDistribution'; 20 if it is set to kTRUE (by SetOrigDistribution()) the original 21 distribution will be used as the nominal distribution 22 - add the member functions SetUseOrigDistribution() 23 GetHistOrig() 24 25 * mfilter/MFRandomSplit.[h,cc] 26 - a filter which gives fResult = kTRUE with a certain probability 27 28 * mfilter/MFAntiFilter.[h,cc] 29 - a filter which checks the result of a given filter and returns 30 the opposite result; 31 Thomas : could you please add a code which puts the filter whose 32 result is checked into the task list ? 33 34 * mfilter/Makefile 35 FilterLinkDef.h 36 - add MFRandomSplit and MFAntiFilter 37 38 * manalysis/MCT1FindSupercuts.[h,cc] 39 - in 'DefineTrainMatrix', 'DefineTestMatrix', and 40 'DefineTrainTestMatrix()' : 41 replace call to 'MFEventSelector' by call to 'MFEventSelector2' 42 - add member function SetUseOrigDistribution(Bool_t b); 43 if b = kTRUE the events for the training and test samples are 44 selected randomnly from the input file 7 2003/12/01: Thomas Bretz 8 9 * mona.cc: 10 - moved MOnlineDump behind hfilla/../d 11 12 * macros/readrep.C: 13 - removed obsolete piece of code 14 - added 'writer' 15 - added code to read from file 16 17 * mbase/MStatusDisplay.cc: 18 - removed obsolete workaround in HandleEvent. Found the bug 19 in MEventDisplay 20 21 * mmain/MEventDisplay.cc: 22 - fixed a crash when switching to a tab without canvas 23 24 * mmain/MOnlineDisplay.[h,cc]: 25 - removed obsolete code 26 27 * mmain/MOnlineDump.cc: 28 - set maximum and minimum of 'sum' histogram to 0 and 15 29 30 * mtemp/MObservatory.cc: 31 - changed telescope position (kMagic1) according to new data from GPS clock 32 33 34 35 2003/12/1: Abelardo Moralejo 36 37 * mimage/MStereoPar.cc 38 - Added calculation of fCT1Impact2, fCT2Impact2, the estimates of 39 impact parameter using the a priori assumption that the events 40 come from a point source located at the center of the camera. 41 42 43 44 2003/11/27: Wolfgang Wittek 45 46 * mfilter/MFEventSelector2.cc 47 - if number of requested events is too high reduce it to the maximum 48 number possible 49 - introduce the flag 'fUseOrigDistribution'; if it is set to kTRUE 50 (by SetOrigDistribution()) the original distribution will be used 51 as the nominal distribution 52 - added member functions SetUseOrigDistribution() 53 - added member functions SetHistOrig() 54 55 * mfilter/MFRandomSplit.[h,cc] 56 - a filter which gives fResult = kTRUE with a certain probability 57 58 * mfilter/MFAntiFilter.[h,cc] 59 - a filter which checks the result of a given filter and returns 60 the opposite result; 61 Thomas : could you please add a code which puts the filter whose 62 result is checked into the task list ? 63 64 * mfilter/Makefile, mfilter/FilterLinkDef.h 65 - add MFRandomSplit and MFAntiFilter 66 67 * manalysis/MCT1FindSupercuts.[h,cc] 68 - in 'DefineTrainMatrix', 'DefineTestMatrix', and 69 'DefineTrainTestMatrix()' : 70 replace call to 'MFEventSelector' by call to 'MFEventSelector2' 71 - add member function SetUseOrigDistribution(Bool_t b); 72 if b = kTRUE the events for the training and test samples are 73 selected randomnly from the input file 45 74 46 75 … … 53 82 where the parameter containers for each telescope are tagged 54 83 with a ';' followed by the telescope number. 84 55 85 56 86
Note:
See TracChangeset
for help on using the changeset viewer.