CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <CutBase.hh>
Classes | |
class | AND |
class | NOT |
class | OR |
class | Predicate |
Public Member Functions | |
OR | operator|| (const Cut< Type > &A) const |
AND | operator&& (const Cut< Type > &A) const |
NOT | operator! (void) const |
Cut () | |
Cut (const Cut &right) | |
virtual | ~Cut () |
virtual Cut * | clone () const =0 |
virtual bool | operator() (const Type &t) const =0 |
Definition at line 58 of file CutBase.hh.
Implemented in Cut< Type >::AND, Cut< Type >::OR, Cut< Type >::NOT, and Cut< Type >::Predicate.
|
pure virtual |
Implemented in Cut< Type >::AND, Cut< Type >::OR, Cut< Type >::NOT, and Cut< Type >::Predicate.