- Timestamp:
- 04/05/04 19:38:58 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationPedCam.cc
r3650 r3657 29 29 // Hold the pedestal Calibration results obtained from MHPedestalCam of the camera: 30 30 // 31 // 1) MCalibrationPedCam initializes a TClonesArray whose elements are32 // pointers to MCalibrationPix Containers33 //34 31 // The calculated values (types of GetPixelContent) are: 35 32 // … … 69 66 // Default constructor. 70 67 // 71 // Creates a TClonesArray of MCalibrationPix containers, initialized to 1 entry 72 // Later, a call to MCalibrationPedCam::InitSize(Int_t size) has to be performed 68 // Creates a TClonesArray of MCalibrationPix containers, initialized to 1 entry, destinated 69 // to hold one container per pixel. Later, a call to MCalibrationRelTimeCam::InitSize() 70 // has to be performed (in MGeomApply). 71 // 72 // Creates a TClonesArray of MCalibrationPix containers, initialized to 1 entry, destinated 73 // to hold one container per pixel AREA. Later, a call to MCalibrationRelTimeCam::InitAreas() 74 // has to be performed (in MGeomApply). 75 // 76 // Creates a TClonesArray of MCalibrationPix containers, initialized to 1 entry, destinated 77 // to hold one container per camera SECTOR. Later, a call to MCalibrationRelTimeCam::InitSectors() 78 // has to be performed (in MGeomApply). 73 79 // 74 80 MCalibrationPedCam::MCalibrationPedCam(const char *name, const char *title) -
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCam.cc
r3644 r3657 94 94 // Default constructor. 95 95 // 96 // Creates a TClonesArray of MCalibration Pix containers, initialized to 1 entry, destinated96 // Creates a TClonesArray of MCalibrationRelTimePix containers, initialized to 1 entry, destinated 97 97 // to hold one container per pixel. Later, a call to MCalibrationRelTimeCam::InitSize() 98 98 // has to be performed (in MGeomApply). 99 99 // 100 // Creates a TClonesArray of MCalibration Pix containers, initialized to 1 entry, destinated100 // Creates a TClonesArray of MCalibrationRelTimePix containers, initialized to 1 entry, destinated 101 101 // to hold one container per pixel AREA. Later, a call to MCalibrationRelTimeCam::InitAreas() 102 102 // has to be performed (in MGeomApply). 103 103 // 104 // Creates a TClonesArray of MCalibration Pix containers, initialized to 1 entry, destinated104 // Creates a TClonesArray of MCalibrationRelTimePix containers, initialized to 1 entry, destinated 105 105 // to hold one container per camera SECTOR. Later, a call to MCalibrationRelTimeCam::InitSectors() 106 106 // has to be performed (in MGeomApply).
Note:
See TracChangeset
for help on using the changeset viewer.