Changeset 12938 for trunk/Mars
- Timestamp:
- 02/24/12 09:59:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msignal/MSignalPix.cc
r7876 r12938 80 80 MSignalPix::MSignalPix(Float_t phot, Float_t errphot) : 81 81 fIsCore(kFALSE), fRing(1), fIdxIsland(-1), 82 fPhot(phot), fErrPhot(errphot) 82 fPhot(phot), fErrPhot(errphot), fArrivalTime(-1) 83 83 { 84 84 MMath::ReducePrecision(fPhot); … … 88 88 void MSignalPix::Clear(Option_t *o) 89 89 { 90 fIsCore = kFALSE; 91 fRing = 1; 92 fIdxIsland = -1; 93 fPhot = 0; 94 fErrPhot = 0; 90 fIsCore = kFALSE; 91 fRing = 1; 92 fIdxIsland = -1; 93 fPhot = 0; 94 fErrPhot = 0; 95 fArrivalTime = -1; 95 96 } 96 97
Note:
See TracChangeset
for help on using the changeset viewer.