Changeset 2961
- Timestamp:
- 01/29/04 18:33:29 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2960 r2961 9 9 - added missing declaration of ReInit 10 10 11 * m calib/MMcCalibrationUpdate.cc11 * manalysis/MMcCalibrationUpdate.cc 12 12 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE) 13 13 to adapt to recent changes in MCalibrate. -
trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc
r2890 r2961 29 29 // This task looks for the ìnformation about FADC pedestals in 30 30 // MMcFadcHeader and translates it to the pedestal mean and rms (in adc counts). 31 // The conversion factor between photons and ADC counts is written in 32 // MCalibrationCam, using the user input (through the procedure SetADC2PhInner). 31 // If not already existing in the parameter list, an MCalibrationCam object 32 // is created, with the conversion factor between photons and ADC counts is 33 // set to 1 to allow the analysis to proceed. 34 // 33 35 // Then it creates and fills also the MPedPhotCam object containing the pedestal 34 36 // mean and rms in units of photons. … … 217 219 const int num = fCalCam->GetSize(); 218 220 221 fCalCam->SetBlindPixelMethodValid(kTRUE); 222 219 223 for (int i=0; i<num; i++) 220 224 {
Note:
See TracChangeset
for help on using the changeset viewer.