Changeset 4866


Ignore:
Timestamp:
09/05/04 19:52:50 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

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

    r4864 r4866  
    123123  enum ColorCode_t
    124124    {
    125       k5LedGreen   = BIT(1),
    126       k5LedUV      = BIT(12),
    127       k5LedBlue    = BIT(14),
    128       kCT1Pulser   = BIT(17)
     125      k5LedGreen   = BIT(0 ),
     126      k5LedUV      = BIT(11),
     127      k5LedBlue    = BIT(13),
     128      kCT1Pulser   = BIT(16)
    129129    };
    130130
  • trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h

    r4858 r4866  
    88#ifndef ROOT_TArrayC
    99#include "TArrayC.h"
     10#endif
     11
     12#ifndef ROOT_TArrayD
     13#include "TArrayD.h"
    1014#endif
    1115
     
    2428protected:
    2529
    26   TArrayF fCorningBlues;                   //! Corning blues of the pixels (if available)
    27   TArrayF fCorningReds;                    //! Corning reds  of the pixels (if available)
     30  TArrayD fCorningBlues;                   //! Corning blues of the pixels (if available)
     31  TArrayD fCorningReds;                    //! Corning reds  of the pixels (if available)
    2832
    2933public:
     
    4246  Float_t GetPlexiglassQERelVar    () const;
    4347
    44   const TArrayF &GetCorningBlues   () const { return fCorningBlues;  }
    45   const TArrayF &GetCorningReds    () const { return fCorningReds;   }
     48  const TArrayD &GetCorningBlues   () const { return fCorningBlues;  }
     49  const TArrayD &GetCorningReds    () const { return fCorningReds;   }
    4650 
    4751  Bool_t  IsBlindPixelMethodValid  () const;
Note: See TracChangeset for help on using the changeset viewer.