Ignore:
Timestamp:
03/16/04 11:49:29 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3466 r3520  
    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;
    1720
    1821    Float_t fConc;               // [ratio] concentration ratio: sum of the two highest pixels / fSize
    1922    Float_t fConc1;              // [ratio] concentration ratio: sum of the highest pixel / fSize
     23    Float_t fConc3;              // [ratio] concentration ratio: sum of the 3 highest pixel / fSize
     24    Float_t fConc4;              // [ratio] concentration ratio: sum of the 4 highest pixel / fSize
     25    Float_t fConc5;              // [ratio] concentration ratio: sum of the 5 highest pixel / fSize
     26    Float_t fConc6;              // [ratio] concentration ratio: sum of the 6 highest pixel / fSize
     27    Float_t fConc7;              // [ratio] concentration ratio: sum of the 7 highest pixel / fSize
     28    Float_t fConc8;              // [ratio] concentration ratio: sum of the 8 highest pixel / fSize
    2029
    2130    Short_t fNumUsedPixels;      // Number of pixels which survived the image cleaning
Note: See TracChangeset for help on using the changeset viewer.