Ignore:
Timestamp:
04/30/03 11:23:11 (22 years ago)
Author:
tonello
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2045 r2048  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/04/30: Nadia Tonello
     4
     5   * manalysis/MCerPhotPix.[h,cc]:
     6     - deleted Bool_t fIsUsed and substituted with
     7        the condition: fRing>0 in the functions
     8        Bool_t IsPixelUsed() const{return fRing>0;}
     9        void   SetPixelUsed()  { fRing = 1;}
     10        void   SetPixelUnused(){ fRing = 0;}
     11
    212
    313 2003/04/29: Wolfgang Wittek
Note: See TracChangeset for help on using the changeset viewer.