Changeset 6132 for trunk/MagicSoft


Ignore:
Timestamp:
01/30/05 17:39:19 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc

    r6131 r6132  
    127127const Float_t MHCalibrationRelTimeCam::fgNumHiGainSaturationLimit = 0.25;
    128128const 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.;
     129const Int_t   MHCalibrationRelTimeCam::fgNbins      = 300;
     130const Axis_t  MHCalibrationRelTimeCam::fgFirst      = -4.975;
     131const Axis_t  MHCalibrationRelTimeCam::fgLast       = 10.025;
    132132const Float_t MHCalibrationRelTimeCam::fgProbLimit  = 0.;
    133133const TString MHCalibrationRelTimeCam::gsHistName   = "RelTime";
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.h

    r6078 r6132  
    8585  Float_t  fRefArrivalTimeRmsInner;        //! Reference value for the arrival time - inner
    8686  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
    8791                                           
    8892  TString  fReferenceFile;                 // File name containing the reference values
Note: See TracChangeset for help on using the changeset viewer.