Changeset 8619 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 06/29/07 12:47:48 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8618 r8619 20 20 21 21 22 2007/06/29 Thomas Bretz 23 24 * mimage/MHillasExt.[h,cc]: 25 - added new timing parameters fSlopeTrans and fSlopeLong 26 - removed never used parameter fMaxDist 27 - increased accordingly the class version number by 1 28 - replaced the old calculation of the third moments by a 29 numerically more accurate one, by avoiding to calculate 30 to many differences too often. 31 32 * mfilter/MFMagicCuts.[h,cc]: 33 - added the usage of the new SlopeLong parameter for ghostbusting 34 35 36 22 37 2007/06/28 Thomas Bretz 23 38 … … 48 63 * mjobs/MJCalibrateSignal.cc: 49 64 - changed axis label of PulsePos plot (now in nanosec) 65 66 * mpointing/MSrcPosCalc.[h,cc]: 67 - allow to set a tasklist as callback to now which n-th 68 pass of the same task list it is 69 70 * mbase/MTaskList.[h,cc]: 71 - added some code to allow the execution of one task list more 72 than once. This is for example necessary to process three 73 different off-source regions. 74 75 * mjobs/MJCut.[h,cc]: 76 - use the new feature in MTaskList to setup a tasklist 77 processing the off-source calculation tasklist more than once 78 - added a new data meber fNumOffSourcePos 79 - added a new resource option NumOffSourcePositions 80 - added a new CutQ before Cut0 which takes place before all 81 source posisiton dependant stuff 82 83 * ganymed_onoff.rc: 84 - renamed Cut0 to CutQ 50 85 51 86
Note:
See TracChangeset
for help on using the changeset viewer.