Ignore:
Timestamp:
04/08/03 10:52:14 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1905 r1921  
    3535    TString      fHilName;
    3636    TString      fHilSrcName;
     37    TString      fHadronnessName;
    3738 
    3839    Float_t      fHadronnessMax;
     
    4647                  const char *name=NULL, const char *title=NULL);
    4748
     49    void SetHadronnessName(const TString name) { fHadronnessName = name; }
    4850    Bool_t IsExpressionTrue() const  { return fResult; }
    4951
     
    5456    void SetCuts(Float_t hadmax, Float_t alphamax);
    5557
    56     ClassDef(MFCT1SelFinal, 0)   // Class to evaluate final cuts
     58    ClassDef(MFCT1SelFinal, 1)   // Class to evaluate final cuts
    5759};
    5860
Note: See TracChangeset for help on using the changeset viewer.