Changeset 1466 for trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
- Timestamp:
- 08/01/02 10:27:39 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
r1394 r1466 37 37 Bool_t IsPixelCore() const { return fIsCore; } 38 38 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; } 41 42 42 43 void Print(Option_t *opt = NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.