Changeset 3688 for trunk/MagicSoft/Mars/mcalib/MCalibrationQEPix.h
- Timestamp:
- 04/08/04 20:44:11 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationQEPix.h
r3685 r3688 30 30 static const Float_t gkDefaultQEUVErr; //! Uncertainty Def. QE at 370 nm (now set to: 0.07) 31 31 static const Float_t gkDefaultQECT1Err; //! Uncertainty Def. QE at 370 nm (now set to: 0.07) 32 static const Float_t gkDefaultAverageQE; //! Default QE folded into Cascade spectrum (now set to: 0.18)33 static const Float_t gkDefaultAverageQEErr; //! Uncertainty Def. QE Cascade spectrum (now set to: 0.02)34 32 35 33 TArrayF fQEBlindPixel; // Calibrated QEs (Blind Pixel Method) … … 73 71 74 72 public: 73 74 static const Float_t gkDefaultAverageQE; //! Default QE folded into Cascade spectrum (now set to: 0.18) 75 static const Float_t gkDefaultAverageQEErr; //! Uncertainty Def. QE Cascade spectrum (now set to: 0.02) 75 76 76 77 MCalibrationQEPix(const char *name=NULL, const char *title=NULL);
Note:
See TracChangeset
for help on using the changeset viewer.