Ignore:
Timestamp:
02/02/05 18:42:09 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhcalib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindPix.h

    r5098 r6214  
    7171 
    7272  TPaveText *fFitLegend;                     //! Some legend to display the fit results
    73   TH1F      *fHSinglePheFADCSlices;          //! A histogram created and deleted only in Draw()
    74   TH1F      *fHPedestalFADCSlices;           //! A histogram created and deleted only in Draw()
     73  TH1F      *fHSinglePheFADCSlices;          // A histogram created and deleted only in Draw()
     74  TH1F      *fHPedestalFADCSlices;           // A histogram created and deleted only in Draw()
    7575
    7676  // Fit
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc

    r6203 r6214  
    130130const Axis_t  MHCalibrationRelTimeCam::fgFirst      = -4.975;
    131131const Axis_t  MHCalibrationRelTimeCam::fgLast       = 10.025;
    132 const Float_t MHCalibrationRelTimeCam::fgProbLimit  = 0.00000001;
     132const Float_t MHCalibrationRelTimeCam::fgProbLimit  = 0.0000000001;
    133133const TString MHCalibrationRelTimeCam::gsHistName   = "RelTime";
    134134const TString MHCalibrationRelTimeCam::gsHistTitle  = "Arr. Times";
Note: See TracChangeset for help on using the changeset viewer.