Changeset 3649 for trunk/MagicSoft
- Timestamp:
- 04/05/04 13:57:48 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc
r3643 r3649 115 115 // 116 116 // Initializes: 117 // - fExtractHiGainSlices to 1.118 // - fExtractLoGainSlices to 1.117 // - fExtractHiGainSlices to 0. 118 // - fExtractLoGainSlices to 0. 119 119 // 120 120 MHPedestalCam::MHPedestalCam(const char *name, const char *title) 121 : fExtractHiGainSlices( 1.), fExtractLoGainSlices(1.)121 : fExtractHiGainSlices(0.), fExtractLoGainSlices(0.) 122 122 { 123 123 fName = name ? name : "MHPedestalCam";
Note:
See TracChangeset
for help on using the changeset viewer.