Changeset 3183 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 02/16/04 11:18:25 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.cc
r2860 r3183 16 16 ! 17 17 ! 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 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 121 ! Copyright: MAGIC Software Development, 2000-2004 22 22 ! 23 23 ! … … 31 31 // Storage container for the signal in a pixel in number of photons. 32 32 // 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. 35 38 // 36 39 // Version 2: 37 40 // ---------- 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 40 42 // 41 43 //////////////////////////////////////////////////////////////////////////// … … 67 69 gLog << (fRing>0?" Used ":" Unused "); 68 70 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; 71 73 }
Note:
See TracChangeset
for help on using the changeset viewer.