Ignore:
Timestamp:
03/22/04 14:49:21 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mimage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MNewImagePar.cc

    r3526 r3574  
    4141// ----------
    4242//  - added fNumHGSaturatedPixels
     43//  - added fInnerLeakage1
     44//  - added fInnerLeakage2
     45//  - added fInnerSize
    4346//
    4447/////////////////////////////////////////////////////////////////////////////
  • trunk/MagicSoft/Mars/mimage/MNewImagePar.h

    r3526 r3574  
    1515    Float_t fLeakage1;           // (photons in most outer ring of pixels) over fSize
    1616    Float_t fLeakage2;           // (photons in the 2 outer rings of pixels) over fSize
    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;
     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;          //
    2020
    2121    Float_t fConc;               // [ratio] concentration ratio: sum of the two highest pixels / fSize
Note: See TracChangeset for help on using the changeset viewer.