Ignore:
Timestamp:
08/01/02 10:27:39 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1394 r1466  
    3737    Bool_t  IsPixelCore() const      { return fIsCore;  }
    3838
    39     void    SetNumPhotons(Float_t f) { fPhot    = f; }
    40     void    SetErrorPhot(Float_t f)  { fErrPhot = f; }
     39    void    SetNumPhotons(Float_t f)    { fPhot    = f; }
     40    void    SetErrorPhot(Float_t f)     { fErrPhot = f; }
     41    void    Set(Float_t np, Float_t ep) { fPhot = np; fErrPhot = ep; }
    4142
    4243    void    Print(Option_t *opt = NULL) const;
Note: See TracChangeset for help on using the changeset viewer.