- Timestamp:
- 06/03/04 10:18:33 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCam.cc
r3657 r4269 108 108 MCalibrationRelTimeCam::MCalibrationRelTimeCam(const char *name, const char *title) 109 109 { 110 fName = name ? name : "MCalibrationRelTimeCam"; 111 fTitle = title ? title : "Storage container for the Calibration Information in the camera"; 112 113 fPixels = new TClonesArray("MCalibrationRelTimePix",1); 114 fAverageAreas = new TClonesArray("MCalibrationRelTimePix",1); 115 fAverageSectors = new TClonesArray("MCalibrationRelTimePix",1); 116 110 111 fName = name ? name : "MCalibrationRelTimeCam"; 112 fTitle = title ? title : "Container for Relative Time Calibration Information"; 113 114 fPixels = new TClonesArray("MCalibrationRelTimePix",1); 115 fAverageAreas = new TClonesArray("MCalibrationRelTimePix",1); 116 fAverageSectors = new TClonesArray("MCalibrationRelTimePix",1); 117 117 118 } 118 119 -
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCam.h
r3936 r4269 16 16 17 17 MCalibrationRelTimeCam(const char *name=NULL, const char *title=NULL); 18 ~MCalibrationRelTimeCam() {}19 18 20 19 // Prints
Note:
See TracChangeset
for help on using the changeset viewer.