Changeset 7110 for trunk/MagicSoft/Mars
- Timestamp:
- 05/30/05 18:15:20 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7108 r7110 22 22 -*-*- END OF LINE -*-*- 23 23 24 24 25 2005/05/30 Thomas Bretz 25 26 26 27 * msql/MSQLServer.cc: 27 28 - added possibility to setup SelectDatabase from resource file 29 30 * mbadpixels/MBadPixelsCalc.[h,cc]: 31 - implemented the possibility to use the check routine 32 from outside 33 - check now returns kFALSE if more than 50% of all 34 pixels are marked as unsuitable 35 36 * mhflux/FluxLinkDef.h, mhflux/Makefile: 37 - added MHDisp 38 - added MMcSpectrumWeight 39 40 * mhflux/MHFalseSource.[h,cc]: 41 - allow finding of Off-plot for derived classes - like in MHAlpha 42 - get source position from MSourcePos if existing 43 - changed some data members from private to protected 44 45 * mhflux/MHDisp.[h,cc]: 46 - added 47 48 * mjobs/MJCut.[h,cc]: 49 - implemented new option (HistNameFS) to allow using a different 50 False Source Plot 51 52 * mpedestal/MPedPhotCam.[h,cc]: 53 - added a copy constructor to allow conversion from MPedestalCam 54 55 * mpointing/MSrcPosCam.[h,cc]: 56 - added copy constructor 28 57 29 58 -
trunk/MagicSoft/Mars/mhflux/MHDisp.cc
r7109 r7110 29 29 // Create a false source plot using disp. 30 30 // 31 // Currently the use of this class requires to be after MFMagicCuts 32 // in the tasklist. Switching of the M3L cut in MFMagicCuts is recommended. 33 // 31 34 ////////////////////////////////////////////////////////////////////////////// 32 35 #include "MHDisp.h" -
trunk/MagicSoft/Mars/mhflux/Makefile
r7038 r7110 31 31 MHEffectiveOnTime.cc \ 32 32 MHCollectionArea.cc \ 33 MHFalseSource.cc 33 MHFalseSource.cc \ 34 MHDisp.cc \ 35 MMcSpectrumWeight.cc 34 36 35 37 ############################################################
Note:
See TracChangeset
for help on using the changeset viewer.