Ignore:
Timestamp:
06/03/04 10:18:33 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3657 r4269  
    108108MCalibrationRelTimeCam::MCalibrationRelTimeCam(const char *name, const char *title)
    109109{
    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 
    117118}
    118119
Note: See TracChangeset for help on using the changeset viewer.