Changeset 5946 for trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.h
- Timestamp:
- 01/23/05 13:49:09 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.h
r5749 r5946 33 33 static const TString gsHistYTitle; //! Default Histogram y-axis titles 34 34 35 static const Byte_t fgLowerLim; //! Default for fLowerLimt (now set to: 200) 36 static const Byte_t fgUpperLim; //! Default for fUpperLimt (now set to: 252) 35 MArrayD fSumareahi ; // 36 MArrayD fSumsectorhi; // 37 MArrayI fNumareahi ; // 38 MArrayI fNumsectorhi; // 39 MArrayD fSumarealo ; // 40 MArrayD fSumsectorlo; // 41 MArrayI fNumarealo ; // 42 MArrayI fNumsectorlo; // 37 43 38 Byte_t fLowerLim; // Lower allowed FADC value limit for max. slicey39 Byte_t fUpperLim; // Upper allowed FADC value limit for max. slicey40 41 MArrayD fSumarea ; //42 MArrayD fSumsector; //43 MArrayI fNumarea ; //44 MArrayI fNumsector; //45 46 MRawEvtData *fRawEvt; //! Raw event data47 48 Bool_t SetupHists(const MParList *pList);49 44 Bool_t ReInitHists(MParList *pList); 50 45 Bool_t FillHists(const MParContainer *par, const Stat_t w=1); … … 62 57 TObject *Clone(const char *name="") const; 63 58 64 Byte_t GetLowerLim() const { return fLowerLim; }65 Byte_t GetUpperLim() const { return fUpperLim; }66 67 void SetLowerLim( const UInt_t i=fgLowerLim) { fLowerLim = i; }68 void SetUpperLim( const UInt_t i=fgUpperLim) { fUpperLim = i; }69 70 59 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const; 71 60 void DrawPixelContent(Int_t idx) const;
Note:
See TracChangeset
for help on using the changeset viewer.