Changeset 4940 for trunk/MagicSoft/Mars/mhcalib/MHCalibrationTestTimeCam.h
- Timestamp:
- 09/10/04 21:01:08 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationTestTimeCam.h
r4929 r4940 11 11 private: 12 12 13 static const Int_t fgTestNbins; // Default for fTestNBins (now set to: 600 ) 14 static const Axis_t fgTestFirst; // Default for fTestFirst (now set to: -0.5 ) 15 static const Axis_t fgTestLast; // Default for fTestLast (now set to: 29.5) 16 17 Int_t fTestNbins; // Number of bins 18 Axis_t fTestFirst; // Lower histogram limit 19 Axis_t fTestLast; // Upper histogram limit 20 13 21 Bool_t ReInitHists(MParList *pList); 14 22 Bool_t FillHists(const MParContainer *par, const Stat_t w=1); … … 26 34 void CalcAverageSigma(); 27 35 36 void SetTestNbins ( const Int_t i=fgTestNbins ) { fTestNbins = i; } 37 void SetTestFirst ( const Axis_t f=fgTestFirst ) { fTestFirst = f; } 38 void SetTestLast ( const Axis_t f=fgTestLast ) { fTestLast = f; } 39 28 40 ClassDef(MHCalibrationTestTimeCam, 0) // Histogram class for Relative Time Camera Calibration 29 41 };
Note:
See TracChangeset
for help on using the changeset viewer.