Changeset 3181 for trunk/MagicSoft/Mars
- Timestamp:
- 02/16/04 10:59:11 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimeCam.cc
r3180 r3181 52 52 { 53 53 54 fName = name ? name : "MHCalibrationRelTimeCam"; 55 fTitle = title ? title : "Histogram container for the relative time calibration of the camera"; 56 57 // 58 // loop over all Pixels and create two histograms 59 // one for the Low and one for the High gain 60 // connect all the histogram with the container fHist 61 // 62 fArray = new TObjArray; 63 fArray->SetOwner(); 64 54 fName = name ? name : "MHCalibrationRelTimeCam"; 55 fTitle = title ? title : "Histogram container for the relative time calibration of the camera"; 56 57 // 58 // loop over all Pixels and create two histograms 59 // one for the Low and one for the High gain 60 // connect all the histogram with the container fHist 61 // 62 fArray = new TObjArray; 63 fArray->SetOwner(); 64 65 66 SetTimeSliceWidth(); 65 67 } 66 68
Note:
See TracChangeset
for help on using the changeset viewer.