Changeset 5422


Ignore:
Timestamp:
11/17/04 18:07:49 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5421 r5422  
    5050     - fixed a bug in the setting of the window which set always the
    5151       default before.
     52
     53   * mcalib/MCalibrationChargePINDiode.[h,cc]
     54     - updated numbers to the currently installed pin diode
    5255
    5356
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargePINDiode.cc

    r4882 r5422  
    3535// Currently, the following numbers are implemented:
    3636//
    37 // Area of PIN Diode   Ap: 100.000 +- 10 mm^2
     37// Area of PIN Diode   Ap: 63.5 +- 0.1 mm^2
     38// Transparency of window T: 0.88 +- 0.05
    3839//
    3940// Ratio of areas:
    4041//
    41 // Distance of PIN Diode to pulser D1:   1.5  +- 0.3 m
    42 // Distance of Inner Pixel to pulser D2: 18.0 +- 0.5 m
     42// Distance of PIN Diode to pulser D1:   1.139  +- 0.005 m
     43// Distance of Inner Pixel to pulser D2: 18.135 +- 0.015 m
    4344//
    4445//                          D1*D1
    45 // gkSolidAngleRatio   =   -------- = 0.00007
    46 //                         Ap*D2*D2
    47 //
    48 // gkSolidAngleRatioErr = 0.00002
     46// gkSolidAngleRatio   =   -------- = 7.06 * 10^-5
     47//                         Ap*T*D2*D2
     48//
     49// gkSolidAngleRatioErr = 0.4 * 10^-5
    4950//
    5051/////////////////////////////////////////////////////////////////////////////
     
    6162const Float_t MCalibrationChargePINDiode::fgChargeToPhotons    = -1.;
    6263const Float_t MCalibrationChargePINDiode::fgChargeToPhotonsErr = -1.;
    63 const Float_t MCalibrationChargePINDiode::gkSolidAngleRatio      = 0.00007;
    64 const Float_t MCalibrationChargePINDiode::gkSolidAngleRatioErr   = 0.00002;
     64const Float_t MCalibrationChargePINDiode::gkAbsorptionWindow   = 0.88;
     65const Float_t MCalibrationChargePINDiode::gkSolidAngleRatio    = 0.0000705;
     66const Float_t MCalibrationChargePINDiode::gkSolidAngleRatioErr = 0.000004;
    6567const Float_t MCalibrationChargePINDiode::gkPINDiodeQEGreen    = -1.0;
    6668const Float_t MCalibrationChargePINDiode::gkPINDiodeQEBlue     = -1.0;
     
    112114  SetChargeFitValid     ( kFALSE );
    113115  SetTimeFitValid       ( kFALSE );
    114   SetColor              ( MCalibrationCam::kNONE);
     116  SetColor              ( MCalibrationCam::kNONE );
    115117   
    116118  fAbsTimeMean              =  -1.;
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargePINDiode.h

    r3698 r5422  
    2424  static const Float_t gkPINDiodeQEUVErr;     //! Uncertainty QE at 370 nm
    2525  static const Float_t gkPINDiodeQECT1Err;    //! Uncertainty QE at 370 nmu
     26  static const Float_t gkAbsorptionWindow;    //! Absorption of the protection window (incl. EMS-wires)
    2627  static const Float_t gkSolidAngleRatio;     //! Solid angles ratio PIN Diode - inner pixel
    2728  static const Float_t gkSolidAngleRatioErr;  //! Error solid angle ratio PIN Diode - inn. pix.
Note: See TracChangeset for help on using the changeset viewer.