Ignore:
Timestamp:
01/29/04 15:56:15 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h

    r2943 r2956  
    2424  MCalibrationPINDiode *fPINDiode;            //-> Pointer to the PIN Diode with fit results
    2525
    26   Bool_t  fNumPhotInsidePlexiglassAvailable;  // TRUE: Blind Pixel could have been fitted well
    27   Float_t fMeanPhotInsidePlexiglass;          //  The mean number of photons in an INNER PIXEL inside the plexiglass
    28   Float_t fMeanPhotErrInsidePlexiglass;       //  The uncertainty about the number of photons in an INNER PIXEL 
    29 
    30   Bool_t  fNumPhotOutsidePlexiglassAvailable; // TRUE: PIN Diode could have been fitted well
    31   Float_t fMeanPhotOutsidePlexiglass;         //  The mean number of photons in an INNER PIXEL outside the plexiglass
    32   Float_t fMeanPhotErrOutsidePlexiglass;      //  The uncertainty about the number of photons in an INNER PIXEL 
    3326
    3427  TH1D* fOffsets;                             //!
     
    3730  TH2D* fOffvsSlope;                          //!
    3831
     32  const Int_t fBlindPixelId;
     33  const Int_t fPINDiodeId; 
     34
     35  Float_t fMeanPhotInsidePlexiglass;     //  The mean number of photons in an INNER PIXEL inside the plexiglass
     36  Float_t fMeanPhotErrInsidePlexiglass;  //  The uncertainty about the number of photons in an INNER PIXEL 
     37  Float_t fMeanPhotOutsidePlexiglass;    //  The mean number of photons in an INNER PIXEL outside the plexiglass
     38  Float_t fMeanPhotErrOutsidePlexiglass; //  The uncertainty about the number of photons in an INNER PIXEL 
     39
    3940  UInt_t fNumExcludedPixels;
    4041
    4142  Byte_t fFlags;
    4243
    43   enum  { kBlindPixelMethodValid, kPINDiodeMethodValid  };
     44  enum  { kBlindPixelMethodValid, kPINDiodeMethodValid,
     45          kNumPhotInsidePlexiglassAvailable, kNumPhotOutsidePlexiglassAvailable  };
    4446 
    4547public:
     
    6264  void SetColor(const CalibrationColor_t color)       {  fColor = color; }
    6365  void SetNumPixelsExcluded(const UInt_t n)               {  fNumExcludedPixels = n;    }
     66
    6467  void SetBlindPixelMethodValid(const Bool_t b = kTRUE);
    6568  void SetPINDiodeMethodValid(const Bool_t b = kTRUE); 
     
    8487  Bool_t IsBlindPixelMethodValid()   const;
    8588  Bool_t IsPINDiodeMethodValid()     const; 
     89
     90  Bool_t IsNumPhotInsidePlexiglassAvailable() const;
     91  Bool_t IsNumPhotOutsidePlexiglassAvailable() const;
     92
    8693
    8794  // Others
Note: See TracChangeset for help on using the changeset viewer.