Ignore:
Timestamp:
07/14/04 21:44:14 (20 years ago)
Author:
hbartko
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MPedPhotPix.cc

    r3803 r4384  
    1616!
    1717!
    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>
    1919!
    20 !   Copyright: MAGIC Software Development, 2000-2001
     20!   Copyright: MAGIC Software Development, 2000-2004
    2121!
    2222!
     
    2828//
    2929// 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
    3135//
    3236/////////////////////////////////////////////////////////////////////////////
     
    5054    fMean = -1;
    5155    fRms  = -1;
     56    fNumEvents = 0;
    5257}
    53 
Note: See TracChangeset for help on using the changeset viewer.