Ignore:
Timestamp:
06/23/03 12:09:05 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MImgCleanStd.h

    r2052 r2209  
    3838    void StreamPrimitive(ofstream &out) const;
    3939
    40     Int_t  CleanStep1Dem();
    41     Int_t  CleanStep1Std();
     40    void   CleanStep1Dem();
     41    void   CleanStep1Std();
    4242    Bool_t CleanStep3Dem(const MCerPhotPix &pix);
    4343    Bool_t CleanStep3Std(const MCerPhotPix &pix);
     
    4545    void   CleanStep4(UShort_t r, MCerPhotPix &pix);
    4646
     47    void  CleanStep1();
     48    void  CleanStep2();
     49    void  CleanStep3();
     50
     51    Int_t PreProcess(MParList *pList);
     52    Int_t Process();
     53
    4754public:
    4855    MImgCleanStd(const Float_t lvl1=3.0, const Float_t lvl2=2.5,
    4956              const char *name=NULL, const char *title=NULL);
    50 
    51     Int_t CleanStep1();
    52     void  CleanStep2(Int_t max);
    53     void  CleanStep3();
    54 
    55     Bool_t PreProcess(MParList *pList);
    56     Bool_t Process();
    57 
    5857    void Print(Option_t *o="") const;
    5958
Note: See TracChangeset for help on using the changeset viewer.