Changeset 5136 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 09/25/04 13:56:33 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h
r5047 r5136 14 14 #endif 15 15 16 class TGraphErrors; 17 class TH2D; 16 18 class MCalibrationQECam : public MCalibrationCam 17 19 { … … 34 36 35 37 MArrayD fCorningBlues; // Corning blues of the pixels (if available) 36 MArrayD fCorningReds; // oCorning reds of the pixels (if available)38 MArrayD fCorningReds; // Corning reds of the pixels (if available) 37 39 38 40 public: … … 42 44 void Clear( Option_t *o="" ); 43 45 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; 44 52 45 53 // Others
Note:
See TracChangeset
for help on using the changeset viewer.