Ignore:
Timestamp:
02/04/05 17:39:32 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6078 r6265  
    1515    Int_t    fPixId;         // the pixel Id
    1616
    17     Bool_t   fIsCore;        //! the pixel is a Core pixel -> kTRUE
    18     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)
    19     Short_t  fIdxIsland;     //! the pixel is a Core pixel -> kTRUE
     17    Bool_t   fIsCore;        // the pixel is a Core pixel -> kTRUE
     18    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)
     19    Short_t  fIdxIsland;     // the pixel is a Core pixel -> kTRUE
    2020
    2121    Float_t  fPhot;          // The number of Cerenkov photons
     
    2323
    2424    Bool_t   fIsSaturated;   // the pixel's low gain is saturated
    25     Bool_t   fIsHGSaturated; //! the pixel's high gain is saturated
     25    Bool_t   fIsHGSaturated; // the pixel's high gain is saturated
    2626
    2727    // FIXME: arrival time t, and it's error sigma t
Note: See TracChangeset for help on using the changeset viewer.