Changeset 6132 for trunk/MagicSoft
- Timestamp:
- 01/30/05 17:39:19 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
r6131 r6132 127 127 const Float_t MHCalibrationRelTimeCam::fgNumHiGainSaturationLimit = 0.25; 128 128 const UInt_t MHCalibrationRelTimeCam::fgReferencePixel = 1; 129 const Int_t MHCalibrationRelTimeCam::fgNbins = 210;130 const Axis_t MHCalibrationRelTimeCam::fgFirst = - 5.;131 const Axis_t MHCalibrationRelTimeCam::fgLast = 10. ;129 const Int_t MHCalibrationRelTimeCam::fgNbins = 300; 130 const Axis_t MHCalibrationRelTimeCam::fgFirst = -4.975; 131 const Axis_t MHCalibrationRelTimeCam::fgLast = 10.025; 132 132 const Float_t MHCalibrationRelTimeCam::fgProbLimit = 0.; 133 133 const TString MHCalibrationRelTimeCam::gsHistName = "RelTime"; -
trunk/MagicSoft/Mars/mjobs/MJCalibration.h
r6078 r6132 85 85 Float_t fRefArrivalTimeRmsInner; //! Reference value for the arrival time - inner 86 86 Float_t fRefArrivalTimeRmsOuter; //! Reference value for the arrival time - outer 87 Float_t fRefTimeOffsetInner; //! Reference value for the time offset - inner 88 Float_t fRefTimeOffsetOuter; //! Reference value for the time offset - outer 89 Float_t fRefTimeResolutionInner; //! Reference value for the time resolution - inner 90 Float_t fRefTimeResolutionOuter; //! Reference value for the time resolution - outer 87 91 88 92 TString fReferenceFile; // File name containing the reference values
Note:
See TracChangeset
for help on using the changeset viewer.