Changeset 2048 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 04/30/03 11:23:11 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2045 r2048 1 1 -*-*- 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 2 12 3 13 2003/04/29: Wolfgang Wittek
Note:
See TracChangeset
for help on using the changeset viewer.