Ignore:
Timestamp:
09/25/04 13:56:33 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5047 r5136  
    1414#endif
    1515
     16class TGraphErrors;
     17class TH2D;
    1618class MCalibrationQECam : public MCalibrationCam
    1719{
     
    3436
    3537  MArrayD fCorningBlues;                   // Corning blues of the pixels (if available)
    36   MArrayD fCorningReds;                    //o Corning reds  of the pixels (if available)
     38  MArrayD fCorningReds;                    // Corning reds  of the pixels (if available)
    3739
    3840public:
     
    4244  void Clear( Option_t *o=""  );
    4345  void Copy ( TObject& object ) const;
     46
     47  TGraphErrors *GetGraphQEvsCorningBlues() const;
     48  TGraphErrors *GetGraphQEvsCorningReds() const; 
     49 
     50  TH2D *GetHistQEvsCorningBlues( const Int_t nbins=50, const Axis_t first=6., const Axis_t last=17.) const;
     51  TH2D *GetHistQEvsCorningReds( const Int_t nbins=50, const Axis_t first=0., const Axis_t last=25.) const; 
    4452 
    4553  // Others
Note: See TracChangeset for help on using the changeset viewer.