Changeset 3749 for trunk/MagicSoft


Ignore:
Timestamp:
04/15/04 14:46:18 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCerPhotPix.cc

    r3748 r3749  
    6060//
    6161MCerPhotPix::MCerPhotPix(Int_t pix, Float_t phot, Float_t errphot) :
    62     fPixId(pix), fRing(1), fIsCore(kFALSE), fPhot(phot), fErrPhot(errphot), fIsSaturated(kFALSE), fIsHGSaturated(kFALSE), fTime(-1.)
     62    fPixId(pix), fRing(1), fIsCore(kFALSE), fPhot(phot), fErrPhot(errphot), fTime(-1.), fIsSaturated(kFALSE), fIsHGSaturated(kFALSE)
    6363{
    6464}
Note: See TracChangeset for help on using the changeset viewer.