Ignore:
Timestamp:
07/06/01 14:24:38 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r765 r857  
    2525
    2626/////////////////////////////////////////////////////////////////////////////
    27 //
    28 //  MImgCleanStd
    29 //
    30 //  This is the standard image cleaning. If you want to know how it works
    31 //  Please look at the three CleanSteps and Process
    32 //
     27//                                                                         //
     28//  MImgCleanStd                                                           //
     29//                                                                         //
     30//  This is the standard image cleaning. If you want to know how it works  //
     31//  Please look at the three CleanSteps and Process                        //
     32//                                                                         //
     33//  Input Containers:                                                      //
     34//   MGeomCam, MCerPhotEvt                                                 //
     35//                                                                         //
     36//  Output Containers:                                                     //
     37//   -/-                                                                   //
     38//                                                                         //
    3339/////////////////////////////////////////////////////////////////////////////
    3440#include "MImgCleanStd.h"
     
    4248#include "MCerPhotEvt.h"
    4349
    44 ClassImp(MImgCleanStd)
     50ClassImp(MImgCleanStd);
    4551
    4652// --------------------------------------------------------------------------
     
    118124        // state is 'used'
    119125        //
    120         MGeomPix  &gpix  = (*fCam)[id];
    121         const Int_t nnmax = gpix.GetNumNeighbors();
     126        const MGeomPix &gpix  = (*fCam)[id];
     127        const Int_t     nnmax = gpix.GetNumNeighbors();
    122128
    123129        Int_t cnt = 0;
Note: See TracChangeset for help on using the changeset viewer.