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.h

    r6031 r6034  
    55#include "MParContainer.h"
    66#endif
     7#ifndef MARS_MMath
    78#include "MMath.h"
     9#endif
     10
    811class MCerPhotPix : public MParContainer
    912{
    1013private:
    1114
    12     Int_t    fPixId;     // the pixel Id
     15    Int_t    fPixId;         // the pixel Id
    1316
    14     Bool_t   fIsCore;     // the pixel is a Core pixel -> kTRUE
    15     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)
    16     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
    1720
    18     Float_t  fPhot;      // The number of Cerenkov photons
    19     Float_t  fErrPhot;   // the error of fPhot
     21    Float_t  fPhot;          // The number of Cerenkov photons
     22    Float_t  fErrPhot;       // the error of fPhot
    2023
    2124    Bool_t   fIsSaturated;   // the pixel's low gain is saturated
    22     Bool_t   fIsHGSaturated; // the pixel's high gain is saturated
     25    Bool_t   fIsHGSaturated; //! the pixel's high gain is saturated
    2326
    2427    // FIXME: arrival time t, and it's error sigma t
     
    6366    Bool_t  IsSortable() const { return kTRUE; }
    6467
    65     ClassDef(MCerPhotPix, 5)  // class containing information about the Cerenkov Photons in a pixel
     68    ClassDef(MCerPhotPix, 6)  // class containing information about the Cerenkov Photons in a pixel
    6669};
    6770
    6871#endif
    69 
    70 
    71 
Note: See TracChangeset for help on using the changeset viewer.