Changeset 6214 for trunk/MagicSoft/Mars/mhcalib
- Timestamp:
- 02/02/05 18:42:09 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindPix.h
r5098 r6214 71 71 72 72 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() 75 75 76 76 // Fit -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
r6203 r6214 130 130 const Axis_t MHCalibrationRelTimeCam::fgFirst = -4.975; 131 131 const Axis_t MHCalibrationRelTimeCam::fgLast = 10.025; 132 const Float_t MHCalibrationRelTimeCam::fgProbLimit = 0.0000000 1;132 const Float_t MHCalibrationRelTimeCam::fgProbLimit = 0.0000000001; 133 133 const TString MHCalibrationRelTimeCam::gsHistName = "RelTime"; 134 134 const TString MHCalibrationRelTimeCam::gsHistTitle = "Arr. Times";
Note:
See TracChangeset
for help on using the changeset viewer.