Changeset 1468 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 08/01/02 10:35:07 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MBlindPixelCalc.cc
r1467 r1468 38 38 // - Crab: 400, 401, 402, 437, 438, 439 // 39 39 // // 40 // You can use MBlindPixelCalc::SetUseInterpolation to replaced the // 41 // blind pixels by the average of its neighbors instead of unmapping // 42 // them. If you want to include the central pixel use // 43 // MBlindPixelCalc::SetUseCentralPixel // 44 // // 40 45 // Input Containers: // 41 46 // MCerPhotEvt // -
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.