Changeset 4609 for trunk/MagicSoft/Mars/mpedestal/MPedestalPix.h
- Timestamp:
- 08/13/04 14:59:17 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedestalPix.h
r4556 r4609 37 37 Float_t GetPedestalRmsError() const { return fNumEvents>0 ? fPedestalRms/TMath::Sqrt((Float_t)fNumEvents/2) : 0; } 38 38 39 UInt_t GetNumEvents() const { return fNumEvents; } 40 39 41 Bool_t IsValid() const; 40 42
Note:
See TracChangeset
for help on using the changeset viewer.