Changeset 3064 for trunk/MagicSoft
- Timestamp:
- 02/09/04 09:09:14 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3061 r3064 5 5 -*-*- END OF LINE -*-*- 6 6 2004/02/06: Markus Gaug 7 8 * mgeom/MGeomCam.h 9 - replaced in Comment of fPixRatio: 10 "ratio between size of pixel idx and pixel 0" by 11 "ratio between size of pixel 0 and pixel idx" 7 12 8 13 * manalysis/MPedestalCam.cc 9 14 - catch calls to MHPedestalPixel in case that they are not filled 10 15 This led previous calls to segmentation violations 16 - remove include of MHExtractedSignalPix 11 17 12 18 * manalysis/MHExtractedSignalPix.[h,cc] -
trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc
r3048 r3064 41 41 #include "MParList.h" 42 42 43 #include "MHExtractedSignalPix.h"44 45 43 #include "MExtractedSignalCam.h" 46 44 #include "MExtractedSignalPix.h" -
trunk/MagicSoft/Mars/mgeom/MGeomCam.h
r2674 r3064 25 25 TObjArray fPixels; // Array of singel pixels storing the geometry 26 26 27 TArrayF fPixRatio; // Array storing the ratio between size of pixel idx and pixel 0(for speed reasons)28 TArrayF fPixRatioSqrt; // Array storing the square root ratio between size of pixel idx and pixel 0(for speed reasons)27 TArrayF fPixRatio; // Array storing the ratio between size of pixel 0 and pixel idx (for speed reasons) 28 TArrayF fPixRatioSqrt; // Array storing the square root ratio between size of pixel 0 and pixel idx (for speed reasons) 29 29 30 30 UInt_t fNumSectors; // Number of sectors
Note:
See TracChangeset
for help on using the changeset viewer.