Changeset 2504
- Timestamp:
- 11/10/03 16:49:24 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2502 r2504 4 4 5 5 * mhistmc/MHMcTriggerLvl2.[h,cc]: 6 - Changed the return value of method7 MHMcTriggerLvl2::GetHistByName()8 Now it returns a (TH1 *), no more a (TObject *),9 in order to keep formal compatibility with the10 overloaded method of the mother class TH1 *MH::GetHistByName(TString name) 6 - Changed return value of method MHMcTriggerLvl2::GetHistByName() 7 Now it returns a (TH1 *), no more a (TObject *), in order to keep 8 formal compatibility with the overloaded method of the mother 9 class TH1 *MH::GetHistByName(TString name) 10 11 11 12 12 … … 15 15 * macros/dohtml.C: 16 16 - added mreflector 17 17 - removed mdatacheck 18 - removed mventdisp 19 18 20 * mbase/MEvtLoop.[h,cc]: 19 21 - removed instantiation of gListOfPrimitives … … 60 62 - make all executables load the shared object instead of statically 61 63 linking 62 64 - removed mdatacheck 65 63 66 * Makefile.conf.darwin, Makefile.conf.linux, Makefile.conf.linux-gnu, 64 67 Makefile.conf.osf1, Makefile.conf.osf5.1: … … 71 74 - load libmars.so instead of lib/mars.so 72 75 - added mreflector to include path 76 - removed mdatacheck from include path 77 - removed mventdisp from include path 73 78 74 79 * mmain/MStatusDisplay.[h,cc]: … … 88 93 - removed MGMenu 89 94 - removed MProgressBar 95 - added MGDisplayAdc 90 96 91 97 * mbase/Makefile, mbase/MainLinkDef.h: … … 94 100 - added MGMenu 95 101 - added MProgressBar 102 103 * mdatacheck/Makefile, mdatacheck/DataCheckLinkDef.h: 104 - removed MGDisplayAdc 105 106 * meventdisp/Makefile, meventdisp/DataCheckLinkDef.h: 107 - removed MGCamDisplay 108 - removed MGEvtDisplay 109 110 * mdatacheck/MGDisplayAdc.[h,cc]: 111 - moved to mmain 96 112 97 113 * mona.cc: … … 112 128 113 129 * mmain/MAnalysis.cc: 114 - do not call D siableAutoScheme130 - do not call DisableAutoScheme 115 131 116 132 * mmain/MCameraDisplay.cc: 117 133 - minor changes 134 135 * mgui/MCamDisplay.[h,cc], mmain/MEvtDisp.[h,cc], 136 meventdisp/MGCamDisplay.[h,cc], MGEvtDisplay.[h,cc], 137 meventdisp/MGFadcDisp.[h,cc], meventdisp/EvtDispIncl.h, 138 meventdisp/EvtDispLinkDef.h, meventdisp/Makefile, meventdisp: 139 - removed (obsolete) 140 141 * mmain/MGDisplayAdc.[h,cc]: 142 - added ClassDef/ClassImp 118 143 119 144 * manalysis/MBlindPixelCalc.[h,cc]: -
trunk/MagicSoft/Mars/NEWS
r2484 r2504 5 5 + doing precalculations in MGeomCam for the pixel area ratio 6 6 + creating a look up table for the single pixels in MCerPhotEvt 7 7 8 - added task to calculates weights in case you want to 'change' 8 9 the energy spectrum of a monte carlo file 9 10 (MMcWeightEnergySpecCalc - Great work from Marcos Lopez Moya) 10 - added a new executable star which has implements the 11 12 - added a new executable star which implements the 11 13 star.C macro as precompiled executable. Currently a flexible 12 14 setup is not possible, but a 'input card' setup will follow. 15 13 16 - Starting to implement Multi-Telescope-Support based on the 14 17 upcomming camera version 0.7. The base for a general support 15 18 is implemented and the star-functionality is proven to work. 19 16 20 - Replaced Event-Display in and Camera-Display in the Mars GUI 17 21 executable by a more convinient display base on MStatusDisplay. 22 23 - fixed the algorithm for the blind pixel treatment (MBlindPixelCalc) 18 24 19 25
Note:
See TracChangeset
for help on using the changeset viewer.