CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <CutBase.hh>
Public Member Functions | |
NOT (const NOT &right) | |
NOT (const Cut &A) | |
virtual | ~NOT () |
virtual NOT * | 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 136 of file CutBase.hh.
|
virtual |
Implements Cut< Type >.
|
virtual |
Implements Cut< Type >.