CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <CutBase.hh>
Public Member Functions | |
Predicate (const Predicate &right) | |
Predicate (const Cut &A) | |
virtual | ~Predicate () |
virtual Predicate * | clone (void) const |
virtual bool | operator() (const Type &t) const |
Public Member Functions inherited from Cut< Type > | |
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 151 of file CutBase.hh.
|
virtual |
Implements Cut< Type >.
|
virtual |
Implements Cut< Type >.