Changeset 3690


Ignore:
Timestamp:
04/09/04 10:55:20 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationQEPix.cc

    r3685 r3690  
    5252//     camera) and divides this number by gkDefaultQEGreen, gkDefaultQEBlue,
    5353//     gkDefaultQEUV or gkDefaultQECT1, depending on the used pulser LED colour,
    54 //     and further by MCalibrationQECam::gkPlexiglassQE. The obtained number gives
    55 //     the NUMBER OF PHOTONS incident on a pixel with area index 0 (INNER pixel)
    56 //     OUTSIDE THE PLEXIGLASS of the camera, obtained with the F-Factor method.
     54//     and further by MCalibrationQECam::gkPlexiglassQE. The obtained number is then
     55//     divided further by MGeomCam::GetPixRatio(pixel idx) (1. for inner pixels) and
     56//     gives the NUMBER OF PHOTONS incident on every pixel light guide OUTSIDE THE PLEXIGLASS
     57//     of the camera, obtained with the F-Factor method. (In the case of the MAGIC camera,
     58//     this number is thus BY CONSTRUCTION four times bigger for the outer pixels than for
     59//     the inner ones.)
    5760//
    5861// 6)  MCalibrationChargeCalc calculates the mean photon flux per mm^2 in the camera
    59 //     from the MCalibrationChargeBlindPix, multiplies it with the area of
    60 //     one pixel with area index 0 (Inner pixel) and divides it by the quantum
    61 //     efficiency of the plexi-glass (MCalibrationQECam::gkPlexiglassQE). The obtained
    62 //     number gives the NUMBER OF PHOTONS incident on a pixel with area index 0
    63 //     (INNER pixel) OUTSIDE THE PLEXIGLASS of the camera, obtained with the
    64 //     Blind Pixel method.
     62//     from the MCalibrationChargeBlindPix and multiplies it with the light guides area
     63//     of each pixel (MGeomPix::GetA()) and divides it by the quantum efficiency of the
     64//     plexi-glass (MCalibrationQECam::gkPlexiglassQE). The obtained number gives the
     65//     NUMBER OF PHOTONS incident on every pixel light guide OUTSIDE THE PLEXIGLASS of the camera,
     66//     obtained with the Blind Pixel method.
    6567//
    6668// 7)  MCalibrationChargeCalc calculates the mean photon flux per mm^2 in the camera
    67 //     from the MCalibrationChargePINDiode and multiplies it with the area of
    68 //     one pixel with area index 0 (Inner pixel). The obtained number gives the
    69 //     NUMBER OF PHOTONS incident on a pixel with area index 0 (INNER pixel)
    70 //     OUTSIDE THE PLEXIGLASS of the camera, obtained with the PIN Diode method.
     69//     from the MCalibrationChargePINDiode and multiplies it with the light guides area
     70//     of each pixel (MGeomPix::GetA()).  The obtained number gives the NUMBER OF PHOTONS
     71//     incident on every pixels light guid OUTSIDE THE PLEXIGLASS of the camera,
     72//     obtained with the PIN Diode method.
    7173//
    7274// 8)  Each of the three photons numbers is divided by the mean sum of FADC counts
Note: See TracChangeset for help on using the changeset viewer.