Ignore:
Timestamp:
09/03/04 22:12:57 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
4 edited

Legend:

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

    r4845 r4855  
    106106    {
    107107    case 26402:
     108    case 22246:
     109    case 22253:
    108110        color = kBLUE;
    109111        break;
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc

    r4670 r4855  
    154154}
    155155
     156// --------------------------------------------------------------------------
     157//
     158// Copy 'constructor'
     159//
    156160void MCalibrationCam::Copy(TObject& object) const
    157161{
  • trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.cc

    r4205 r4855  
    149149}
    150150
     151// --------------------------------------------------------------------------
     152//
     153// Copy 'constructor'
     154//
     155void MCalibrationQECam::Copy(TObject& object) const
     156{
     157 
     158  MCalibrationQECam &qecam = (MCalibrationQECam&)object;
     159 
     160  MCalibrationCam::Copy(qecam);
     161
     162  qecam.fCorningBlues = fCorningBlues;
     163  qecam.fCorningReds  = fCorningReds;
     164 
     165}
     166
    151167
    152168// --------------------------------------------------------------------------
  • trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h

    r3691 r4855  
    1717  static const Float_t gkPlexiglassQEErr;  //! Uncertainty QE Plexiglass     (now set to: 0.01)
    1818
     19  TArrayF fCorningBlues;                  //! Corning blues of the pixels (if available)
     20  TArrayF fCorningReds;                   //! Corning reds  of the pixels (if available)
     21 
    1922  TArrayC fFlags;
    2023
     
    2831
    2932  void    Clear( Option_t *o="");
     33  void Copy(TObject& object) const;
    3034 
    3135  // Others
Note: See TracChangeset for help on using the changeset viewer.