Changeset 5197 for trunk


Ignore:
Timestamp:
10/06/04 19:38:45 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

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

    r5194 r5197  
    8181using namespace std;
    8282
    83 const Float_t MCalibrationChargePix::gkElectronicPedRms    = 0.8;
    84 const Float_t MCalibrationChargePix::gkElectronicPedRmsErr = 0.1;
     83const Float_t MCalibrationChargePix::gkElectronicPedRms    = 1.0;
     84const Float_t MCalibrationChargePix::gkElectronicPedRmsErr = 0.35;
    8585const Float_t MCalibrationChargePix::gkFFactor             = 1.15;
    8686const Float_t MCalibrationChargePix::gkFFactorErr          = 0.02;
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.h

    r5194 r5197  
    1010private:
    1111
    12   static const Float_t gkElectronicPedRms;     //! Electronic component of ped. RMS from opt. receiver on (now set to: 0.8)
    13   static const Float_t gkElectronicPedRmsErr;  //! Error Electr. component ped. RMS (now set to: 0.1)
     12  static const Float_t gkElectronicPedRms;     //! Electronic component of ped. RMS from opt. receiver on (now set to: 1.)
     13  static const Float_t gkElectronicPedRmsErr;  //! Error Electr. component ped. RMS (now set to: 0.35)
    1414  static const Float_t gkFFactor;              //! Laboratory F-factor PMTs         (now set to: 1.15)
    1515  static const Float_t gkFFactorErr;           //! Laboratory F-factor Error PMTs   (now set to: 0.02)
Note: See TracChangeset for help on using the changeset viewer.