Ignore:
Timestamp:
06/11/04 20:02:08 (20 years ago)
Author:
aliu
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/library/MIslandCalc.h

    r3976 r4286  
    3131 
    3232    TString           fIslName;     //    name of the 'MIslands' container
    33  
     33 
     34    Int_t  fIslandAlgorithm;
     35
    3436    Int_t PreProcess(MParList *plist);
    3537    Int_t Process();
     38    Int_t Calc1();                  // algorithm of counting islands #1
     39    Int_t Calc2();                  // algorithm of counting islands #2   
    3640           
    3741 public:
     
    3943    void SetOutputName(TString outname)   { fIslName = outname; }
    4044   
     45    void SetAlgorithm(Int_t m)   {fIslandAlgorithm = m;}
     46   
    4147    ClassDef(MIslandCalc, 0)        // task doing the image cleaning
    4248};
Note: See TracChangeset for help on using the changeset viewer.