Changeset 2856


Ignore:
Timestamp:
01/20/04 13:55:15 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2855 r2856  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6
     7 2004/01/20: Abelardo moralejo
     8
     9  * manalysis/MCerPhotPix.h
     10    - Changed position of declaration of fIsSaturated to be the last
     11      private variable. Otherwise, since in the constructor it is
     12      initialized in the last place, a warning is displayed upon
     13      compilation in some systems.
     14
    615
    716 2004/01/20: Markus Gaug
  • trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h

    r2849 r2856  
    1414    UShort_t fRing;      // NT: number of analyzed rings around the core pixels (fRing>0 means: used)
    1515    Bool_t   fIsCore;    // the pixel is a Core pixel -> kTRUE
    16     Bool_t   fIsSaturated; // the pixel is saturated
    1716
    1817    Float_t  fPhot;      // The number of Cerenkov photons
    1918    Float_t  fErrPhot;   // the error of fPhot
     19
     20    Bool_t   fIsSaturated; // the pixel is saturated
    2021
    2122    // FIXME: arrival time t, and it's error sigma t
Note: See TracChangeset for help on using the changeset viewer.