Changeset 2961 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 01/29/04 18:33:29 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.