Changeset 2860
- Timestamp:
- 01/20/04 16:52:03 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2859 r2860 24 24 * mfileio/MReadCurrents.[h,cc]: 25 25 - obsolete, removed 26 27 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc: 28 - added some comments 26 29 27 30 -
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.cc
r2849 r2860 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! 35 // 33 36 // Version 2: 37 // ---------- 34 38 // Added fIsSaturated, boolean variable set to kTRUE whenever one or more of 35 39 // the low gain FADC slices of the pixel is in saturation. 36 40 // 37 41 //////////////////////////////////////////////////////////////////////////// 38 39 42 #include "MCerPhotPix.h" 40 43
Note:
See TracChangeset
for help on using the changeset viewer.