Changeset 5977 for trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc
- Timestamp:
- 01/24/05 19:38:51 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc
r5291 r5977 333 333 avqe = MCalibrationQEPix::gkDefaultAverageQE*fOuterPixelsLightCollection; 334 334 335 qepix.SetAvNormFFactor(1.); 336 // This factor should convert the default average QE to average QE 337 // for a spectrum like that of Cherenkov light. See the documentation 338 // of MCalibrationQEPix. Here it is 1 because we calibrate using 339 // Cherenkov light. 340 335 341 qepix.SetAverageQE(avqe); 336 342 } … … 343 349 // 344 350 // Fill the MCerPhotPed object 351 // 352 // This has to be done on an event by event basis because the (calibrated) pedestal 353 // fluctuations depend on whether, for each pixel, we are using the high gain or the 354 // low gain branch. 345 355 // 346 356 Int_t MMcCalibrationUpdate::Process() … … 386 396 MCalibrationQEPix &qepix = (MCalibrationQEPix&)(*fQECam)[i]; 387 397 388 qepix.SetAvNormFFactor(1.);389 // This factor should convert the default average QE to average QE390 // for a spectrum like that of Cherenkov light. See the documentation391 // of MCalibrationQEPix. Here it is 1 because we calibrate using392 // Cherenkov light.393 394 398 Float_t qe = qepix.GetAverageQE(); 395 399 Float_t adc2phot = calpix.GetMeanConvFADC2Phe() / qe;
Note:
See TracChangeset
for help on using the changeset viewer.