- Timestamp:
- 10/06/04 19:38:45 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc
r5194 r5197 81 81 using namespace std; 82 82 83 const Float_t MCalibrationChargePix::gkElectronicPedRms = 0.8;84 const Float_t MCalibrationChargePix::gkElectronicPedRmsErr = 0. 1;83 const Float_t MCalibrationChargePix::gkElectronicPedRms = 1.0; 84 const Float_t MCalibrationChargePix::gkElectronicPedRmsErr = 0.35; 85 85 const Float_t MCalibrationChargePix::gkFFactor = 1.15; 86 86 const Float_t MCalibrationChargePix::gkFFactorErr = 0.02; -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.h
r5194 r5197 10 10 private: 11 11 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) 14 14 static const Float_t gkFFactor; //! Laboratory F-factor PMTs (now set to: 1.15) 15 15 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.