Changeset 3574 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 03/22/04 14:49:21 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mimage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MNewImagePar.cc
r3526 r3574 41 41 // ---------- 42 42 // - added fNumHGSaturatedPixels 43 // - added fInnerLeakage1 44 // - added fInnerLeakage2 45 // - added fInnerSize 43 46 // 44 47 ///////////////////////////////////////////////////////////////////////////// -
trunk/MagicSoft/Mars/mimage/MNewImagePar.h
r3526 r3574 15 15 Float_t fLeakage1; // (photons in most outer ring of pixels) over fSize 16 16 Float_t fLeakage2; // (photons in the 2 outer rings of pixels) over fSize 17 Float_t fInnerLeakage1; 18 Float_t fInnerLeakage2; 19 Float_t fInnerSize; 17 Float_t fInnerLeakage1; // (photons in most outer rings of inner pixels) over fInnerSize 18 Float_t fInnerLeakage2; // (photons in the 2 outer rings of inner pixels) over fInnerSize 19 Float_t fInnerSize; // 20 20 21 21 Float_t fConc; // [ratio] concentration ratio: sum of the two highest pixels / fSize
Note:
See TracChangeset
for help on using the changeset viewer.