Changeset 3700 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 04/09/04 18:27:14 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
r3698 r3700 203 203 } 204 204 205 // ------------------------------------------------------------------- 206 // 207 // Calls: 208 // - InitSize() 209 // - InitAverageAreas() 210 // - InitAverageSectors() 211 // 205 212 void MCalibrationCam::Init(const MGeomCam &geom) 206 213 { 207 208 209 214 InitSize (geom.GetNumPixels() ); 215 InitAverageAreas (geom.GetNumAreas() ); 216 InitAverageSectors(geom.GetNumSectors()); 210 217 } 211 218 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r3699 r3700 382 382 // - MCalibrationQEPix 383 383 // 384 // It tests the pulser colour one more time... 384 // It initializes the pulser color in MCalibrationChargeCam, MCalibrationChargeBlindPix 385 // and MCalibrationChargePINDiode and tests, if it has not changed w.r.t. fPulserColor 385 386 // 386 387 Bool_t MCalibrationChargeCalc::ReInit(MParList *pList ) … … 496 497 // ---------------------------------------------------------------------------------- 497 498 // 498 // Finalize pedestals: 499 // 500 // - Retrieve pedestal and pedestal RMS from MPedestalPix 501 // - Retrieve total entries from MPedestalCam 502 // - Sum up pedestal and pedestalRMS for the average pixel 503 // - Set pedestal*number of used samples in MCalibrationChargePix 504 // - Set pedestal RMS * sqrt of number of used samples in MCalibrationChargePix 505 // 499 // Retrieves pedestal and pedestal RMS from MPedestalPix 500 // Retrieves total entries from MPedestalCam 501 // Sums up pedestal and pedestalRMS for the average pixel 502 // Sets pedestal*fNumHiGainSamples and pedestal*fNumLoGainSamples in MCalibrationChargePix 503 // Sets pedRMS *fSqrtHiGainSamples and pedRMS *fSqrtLoGainSamples in MCalibrationChargePix 506 504 // 507 505 void MCalibrationChargeCalc::FinalizePedestals(const MPedestalPix &ped, MCalibrationChargePix &cal,
Note:
See TracChangeset
for help on using the changeset viewer.