Changeset 3749 for trunk/MagicSoft/Mars
- Timestamp:
- 04/15/04 14:46:18 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.cc
r3748 r3749 60 60 // 61 61 MCerPhotPix::MCerPhotPix(Int_t pix, Float_t phot, Float_t errphot) : 62 fPixId(pix), fRing(1), fIsCore(kFALSE), fPhot(phot), fErrPhot(errphot), f IsSaturated(kFALSE), fIsHGSaturated(kFALSE), fTime(-1.)62 fPixId(pix), fRing(1), fIsCore(kFALSE), fPhot(phot), fErrPhot(errphot), fTime(-1.), fIsSaturated(kFALSE), fIsHGSaturated(kFALSE) 63 63 { 64 64 }
Note:
See TracChangeset
for help on using the changeset viewer.