Changeset 2442 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 10/29/03 15:10:46 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMcPedestalNSBAdd.h
r2206 r2442 13 13 { 14 14 private: 15 const MGeomCam *fGeom; 16 MMcFadcHeader *fFadc; 17 MPedestalCam *fPedCam; 15 const MGeomCam *fGeom; 16 const MMcFadcHeader *fFadc; 17 18 MPedestalCam *fPedCam; 18 19 19 20 Float_t fDnsbPixel; 20 21 22 Bool_t CheckCamVersion(MParList *pList) const; 21 23 Bool_t CheckRunType(MParList *pList) const; 24 22 25 Float_t GetDnsb(MParList *pList) const; 23 Int_t PreProcess(MParList *pList); 26 27 Int_t PreProcess(MParList *pList); 24 28 Bool_t ReInit(MParList *pList); 25 29
Note:
See TracChangeset
for help on using the changeset viewer.