- Timestamp:
- 10/29/03 15:10:46 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2440 r2442 10 10 - do not remove itself from the tasklist, but check 11 11 the file type for each file again. 12 - added const-qualifiers in the class header 12 13 13 * manalysis/MMcPedestalNSBAdd. cc:14 * manalysis/MMcPedestalNSBAdd.[h,cc]: 14 15 - don't do something if camera file version is < 0.7 15 16 - do not remove itself from the tasklist, but check 16 17 the file type for each file again. 18 - added const-qualifiers in the class header 17 19 18 20 * mgui/MCamEvent.cc: -
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.