Changeset 3181 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/16/04 10:59:11 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3180 r3181  
    5252{
    5353
    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();
    6567}
    6668
Note: See TracChangeset for help on using the changeset viewer.