Ignore:
Timestamp:
02/16/04 11:18:25 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2860 r3183  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
    19 !   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
     19!   Author(s): Harald Kornmayer 1/2001
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2001
     21!   Copyright: MAGIC Software Development, 2000-2004
    2222!
    2323!
     
    3131// Storage container for the signal in a pixel in number of photons.
    3232//
    33 // NOTE: This container is NOT ment for I/O. Write it to a file on your own
    34 //       risk!
     33// NOTE: This container is NOT ment for I/O. Write it to a file on your
     34//       own risk!
     35//
     36// fIsSaturated: boolean variable set to kTRUE whenever one or more of
     37//               the low gain FADC slices of the pixel is in saturation.
    3538//
    3639// Version 2:
    3740// ----------
    38 // Added fIsSaturated, boolean variable set to kTRUE whenever one or more of
    39 // the low gain FADC slices of the pixel is in saturation.
     41//  - added fIsSaturated
    4042//
    4143////////////////////////////////////////////////////////////////////////////
     
    6769    gLog << (fRing>0?"   Used ":" Unused ");
    6870    gLog << (fIsCore?" Core ":"      ");
    69     gLog << (fIsSaturated?" Saturated ":"Not Saturated");
    70     gLog << "Nphot= " << fPhot << " Error(Nphot)=" << fErrPhot << endl;
     71    gLog << (fIsSaturated?"   ":"Not") << " saturated";
     72    gLog << " Nphot= " << fPhot << " Error(Nphot)=" << fErrPhot << endl;
    7173}
Note: See TracChangeset for help on using the changeset viewer.