Changeset 2463 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 11/04/03 11:32:57 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2462 r2463 4 4 * mmontecarlo/MMcTimeGenerate.cc: 5 5 - adapted to changes in MTime 6 7 * mgeom/MGeomCam.[h,cc]: 8 - precalculate pix ratio (and square root of it) for faster 9 calculations. This makes sense, because these values are 10 needed at least n times (while n is the number of pixels) 11 per event. Which results in billions of calculations already 12 for some events. 13 - implemented CalcPixRatio to do the precalculation 14 - changed class version of MGeomCam from 1 to 2 15 16 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamCT1Daniel.cc, 17 mgeom/MGeomCamECO1000.cc, mgeom/MGeomCamMagic919.cc, 18 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagic.cc, 19 mgeom/MGeomCamMagicHG.cc: 20 - implemented CalcPixRatio to do the precalculation 21 - some simple code cleanup (removed obsolete comments, etc) 22 23 * mgeom/MGeomPix.[h,cc]: 24 - replaces tan(60deg) by a build-in constant (fgTan60) 25 - pre calculate the area of the pixel in the constructor 26 (for speed reasons, see pixratio aboive) 27 - added fA 28 - changed version number from 1 to 2 6 29 7 30
Note:
See TracChangeset
for help on using the changeset viewer.