Ignore:
Timestamp:
01/27/05 10:05:51 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCerPhotPix.cc

    r6031 r6034  
    4848// ----------
    4949//  - added fIdxIsland
     50//
     51// Version 6:
     52// ----------
     53//  - put the '!' into the comment line for
     54//      Bool_t   fIsCore;        //! the pixel is a Core pixel -> kTRUE
     55//      Short_t  fRing;          //! NT: number of analyzed rings around the core pixels, fRing>0 means: used, fRing= 0 means: unused, fRing= -1 means: unmapped (no possible to use in the calculation of the image parameters)
     56//      Short_t  fIdxIsland;     //! the pixel is a Core pixel -> kTRUE
     57//      Bool_t   fIsHGSaturated; //! the pixel's high gain is saturated
     58//    This is a queick hack to gain storage space - the structure of
     59//    the container for calibrated data will change soon.
    5060//
    5161////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.