Changeset 5690 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 12/27/04 13:13:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
r4702 r5690 42 42 Short_t GetRing() const { return fRing;} 43 43 44 void SetPixelCore( ) { fIsCore = kTRUE; }44 void SetPixelCore(Bool_t b=kTRUE){ fIsCore = b; } 45 45 Bool_t IsPixelCore() const { return fIsCore; } 46 46
Note:
See TracChangeset
for help on using the changeset viewer.