Changeset 4326 for trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.h
- Timestamp:
- 06/22/04 18:20:04 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.h
r4315 r4326 6 6 #endif 7 7 8 #ifndef ROOT_TArrayF 9 #include "TArrayF.h" 10 #endif 11 12 class TH2D; 8 13 class MRawEvtData; 9 14 class MExtractedSignalCam; … … 18 23 static const Float_t fgTimeLowerLimit; //! Default for fTimeLowerLimit (now set to: 1.) 19 24 static const Float_t fgTimeUpperLimit; //! Default for fTimeUpperLimit (now set to: 2.) 25 static const Int_t gkNumRefColours; 26 27 TArrayF gkHiGainInnerRefLines; 28 TArrayF gkHiGainOuterRefLines; 29 TArrayF gkLoGainInnerRefLines; 30 TArrayF gkLoGainOuterRefLines; 20 31 21 32 Float_t fTimeLowerLimit; // Limit dist. to first signal slice (in units of FADC slices) … … 37 48 void FinalizeBadPixels(); 38 49 39 40 public: 50 void DrawDataCheckPixel(MHCalibrationChargePix &pix, const TArrayF &refline); 51 void DisplayRefLines(const TH2D *hist, const TArrayF &refline) const; 52 53 public: 41 54 42 55 MHCalibrationChargeCam(const char *name=NULL, const char *title=NULL);
Note:
See TracChangeset
for help on using the changeset viewer.