Changeset 3657 for trunk


Ignore:
Timestamp:
04/05/04 19:38:58 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationPedCam.cc

    r3650 r3657  
    2929// Hold the pedestal Calibration results obtained from MHPedestalCam of the camera:
    3030//                                                               
    31 // 1) MCalibrationPedCam initializes a TClonesArray whose elements are
    32 //    pointers to MCalibrationPix Containers
    33 //
    3431// The calculated values (types of GetPixelContent) are:
    3532//
     
    6966// Default constructor.
    7067//
    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).
    7379//
    7480MCalibrationPedCam::MCalibrationPedCam(const char *name, const char *title)
  • trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCam.cc

    r3644 r3657  
    9494// Default constructor.
    9595//
    96 // Creates a TClonesArray of MCalibrationPix containers, initialized to 1 entry, destinated
     96// Creates a TClonesArray of MCalibrationRelTimePix containers, initialized to 1 entry, destinated
    9797// to hold one container per pixel. Later, a call to MCalibrationRelTimeCam::InitSize()
    9898// has to be performed (in MGeomApply).
    9999//
    100 // Creates a TClonesArray of MCalibrationPix containers, initialized to 1 entry, destinated
     100// Creates a TClonesArray of MCalibrationRelTimePix containers, initialized to 1 entry, destinated
    101101// to hold one container per pixel AREA. Later, a call to MCalibrationRelTimeCam::InitAreas()
    102102// has to be performed (in MGeomApply).
    103103//
    104 // Creates a TClonesArray of MCalibrationPix containers, initialized to 1 entry, destinated
     104// Creates a TClonesArray of MCalibrationRelTimePix containers, initialized to 1 entry, destinated
    105105// to hold one container per camera SECTOR. Later, a call to MCalibrationRelTimeCam::InitSectors()
    106106// has to be performed (in MGeomApply).
Note: See TracChangeset for help on using the changeset viewer.