Changeset 6131 for trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.h
- Timestamp:
- 01/30/05 16:18:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.h
r5864 r6131 33 33 static const TString gsHistYTitle; //! Default Histogram y-axis titles 34 34 35 MArrayD fSumareahi ; // 36 MArrayD fSumarealo ; // 37 MArrayD fSumsectorhi; // 38 MArrayD fSumsectorlo; // 39 MArrayI fNumareahi ; // 40 MArrayI fNumarealo ; // 41 MArrayI fNumsectorhi; // 42 MArrayI fNumsectorlo; // 35 static const TString fgReferenceFile; //! default for fReferenceFile ("mjobs/calibrationref.rc") 43 36 44 UInt_t fReferencePixel; // The reference pixel for rel. times 37 UInt_t fReferencePixel; // The reference pixel for rel. times 38 Float_t fInnerRefTime; // The reference mean arrival time inner pixels 39 Float_t fOuterRefTime; // The reference mean arrival time outer pixels 40 41 TString fReferenceFile; // File name containing the reference values 42 43 MArrayD fSumareahi ; // 44 MArrayD fSumarealo ; // 45 MArrayD fSumsectorhi; // 46 MArrayD fSumsectorlo; // 47 MArrayI fNumareahi ; // 48 MArrayI fNumarealo ; // 49 MArrayI fNumsectorhi; // 50 MArrayI fNumsectorlo; // 45 51 46 52 Bool_t ReInitHists(MParList *pList); … … 51 57 void CheckOverflow( MHCalibrationPix &pix); 52 58 void DrawDataCheckPixel(MHCalibrationPix &pix, const Float_t refline); 59 void DisplayRefLines( const TH1F *hist, const Float_t refline) const; 60 61 Int_t ReadEnv ( const TEnv &env, TString prefix, Bool_t print ); 53 62 54 63 public: … … 63 72 64 73 // Setters 65 void SetReferencePixel( const UInt_t i=fgReferencePixel) { fReferencePixel = i; } 74 void SetReferencePixel( const UInt_t i=fgReferencePixel ) { fReferencePixel = i; } 75 void SetReferenceFile ( const TString ref=fgReferenceFile ) { fReferenceFile = ref; } 66 76 67 77 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
Note:
See TracChangeset
for help on using the changeset viewer.