Changeset 1468 for trunk/MagicSoft


Ignore:
Timestamp:
08/01/02 10:35:07 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MBlindPixelCalc.cc

    r1467 r1468  
    3838//   - Crab: 400, 401, 402, 437, 438, 439                                  //
    3939//                                                                         //
     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//                                                                         //
    4045//  Input Containers:                                                      //
    4146//   MCerPhotEvt                                                           //
  • trunk/MagicSoft/Mars/manalysis/MCameraSmooth.h

    r1466 r1468  
    1717{
    1818private:
    19     MCerPhotEvt *fEvt;     //!
    20     MGeomCam    *fGeomCam; //!
     19    MCerPhotEvt *fEvt;     //! Pointer to data to smooth
     20    MGeomCam    *fGeomCam; //! Camera geometry
    2121
    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
    2424
    2525public:
Note: See TracChangeset for help on using the changeset viewer.