Changeset 1468 for trunk/MagicSoft/Mars/manalysis/MCameraSmooth.h
- Timestamp:
- 08/01/02 10:35:07 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCameraSmooth.h
r1466 r1468 17 17 { 18 18 private: 19 MCerPhotEvt *fEvt; //! 20 MGeomCam *fGeomCam; //! 19 MCerPhotEvt *fEvt; //! Pointer to data to smooth 20 MGeomCam *fGeomCam; //! Camera geometry 21 21 22 Byte_t fCounts; 23 Bool_t fUseCentralPixel; 22 Byte_t fCounts; // number of smoothing loops 23 Bool_t fUseCentralPixel; // use also the central pixel 24 24 25 25 public:
Note:
See TracChangeset
for help on using the changeset viewer.