Changeset 3064 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 02/09/04 09:09:14 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.