Changeset 4384 for trunk/MagicSoft/Mars/mpedestal/MPedPhotPix.cc
- Timestamp:
- 07/14/04 21:44:14 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedPhotPix.cc
r3803 r4384 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@ uni-sw.gwdg.de>18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 120 ! Copyright: MAGIC Software Development, 2000-2004 21 21 ! 22 22 ! … … 28 28 // 29 29 // This is the storage container to hold informations about the pedestal 30 // (offset) value of one Pixel (PMT) in units of photons 30 // (offset) value of one Pixel (PMT) in units of photons. 31 // 32 // Version 2: 33 // ---------- 34 // - added fNumEvents 31 35 // 32 36 ///////////////////////////////////////////////////////////////////////////// … … 50 54 fMean = -1; 51 55 fRms = -1; 56 fNumEvents = 0; 52 57 } 53
Note:
See TracChangeset
for help on using the changeset viewer.