Changeset 2498 for trunk/MagicSoft
- Timestamp:
- 11/10/03 14:47:27 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2497 r2498 100 100 * mmain/MMonteCarlo.cc: 101 101 - old workaround (MMcEvt) obsolete 102 103 * mmain/MAnalysis.cc: 104 - do not call DsiableAutoScheme 105 106 * mmain/MCameraDisplay.cc: 107 - minor changes 108 102 109 103 110 -
trunk/MagicSoft/Mars/mmain/MAnalysis.cc
r2497 r2498 196 196 // 197 197 MReadMarsFile read("Events", fInputFile); 198 read.DisableAutoScheme();198 //read.DisableAutoScheme(); 199 199 200 200 MGeomApply apply; -
trunk/MagicSoft/Mars/mmain/MCameraDisplay.cc
r2479 r2498 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de>18 ! Author(s): Thomas Bretz, 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 121 ! Copyright: MAGIC Software Development, 2000-2003 22 22 ! 23 23 ! … … 31 31 #include "MEventDisplay.h" 32 32 33 ClassImp(MCameraDisplay) 33 ClassImp(MCameraDisplay); 34 34 35 35 enum {
Note:
See TracChangeset
for help on using the changeset viewer.