Changeset 8452 for trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc
- Timestamp:
- 04/27/07 11:05:11 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc
r8106 r8452 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCam.cc,v 1. 69 2006-10-17 17:18:40tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCam.cc,v 1.70 2007-04-27 10:04:46 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 216 216 void MCalibrationChargeCam::Clear(Option_t *o) 217 217 { 218 218 // DO NOT RESET THE HI-/LO-GAIN CONSTANTS 219 219 SetFFactorMethodValid ( kFALSE ); 220 220 221 fNumPhotonsBlindPixelMethod = 0.; 222 fNumPhotonsFFactorMethod = 0.; 223 fNumPhotonsPINDiodeMethod = 0.; 224 fNumPhotonsBlindPixelMethodErr = 0.; 225 fNumPhotonsFFactorMethodErr = 0.; 226 fNumPhotonsPINDiodeMethodErr = 0.; 221 fNumPhotonsBlindPixelMethod = 0.; 222 fNumPhotonsFFactorMethod = 0.; 223 fNumPhotonsPINDiodeMethod = 0.; 224 fNumPhotonsBlindPixelMethodErr = 0.; 225 fNumPhotonsFFactorMethodErr = 0.; 226 fNumPhotonsPINDiodeMethodErr = 0.; 227 227 228 228 MCalibrationCam::Clear(); 229 230 return;231 229 } 232 230
Note:
See TracChangeset
for help on using the changeset viewer.