Ignore:
Timestamp:
06/23/03 11:01:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MFAlpha.h

    r2173 r2206  
    3232    void StreamPrimitive(ofstream &out) const;
    3333
     34    Int_t PreProcess(MParList *pList);
     35    Int_t Process();
     36
    3437public:
    3538    MFAlpha(const char *cname="MHillas", const char type='>', const Float_t deg=15,
     
    3942
    4043    Bool_t IsExpressionTrue() const { return fResult; }
    41     Bool_t PreProcess(MParList *pList);
    42     Bool_t Process();
    4344
    4445    ClassDef(MFAlpha, 1) // A Filter for cuts in fabs(alpha)
Note: See TracChangeset for help on using the changeset viewer.