Changeset 1921 for trunk/MagicSoft/Mars/mfilter/MFCT1SelFinal.h
- Timestamp:
- 04/08/03 10:52:14 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFCT1SelFinal.h
r1905 r1921 35 35 TString fHilName; 36 36 TString fHilSrcName; 37 TString fHadronnessName; 37 38 38 39 Float_t fHadronnessMax; … … 46 47 const char *name=NULL, const char *title=NULL); 47 48 49 void SetHadronnessName(const TString name) { fHadronnessName = name; } 48 50 Bool_t IsExpressionTrue() const { return fResult; } 49 51 … … 54 56 void SetCuts(Float_t hadmax, Float_t alphamax); 55 57 56 ClassDef(MFCT1SelFinal, 0) // Class to evaluate final cuts58 ClassDef(MFCT1SelFinal, 1) // Class to evaluate final cuts 57 59 }; 58 60
Note:
See TracChangeset
for help on using the changeset viewer.