|
CLHEP 2.4.7.2
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/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 () |
Definition at line 136 of file CutBase.hh.
| Cut< Type >::NOT::NOT | ( | const NOT & | right | ) |
Definition at line 119 of file CutBase.icc.
References clone(), Cut< Type >::Cut(), and NOT().
Definition at line 126 of file CutBase.icc.
References clone(), and Cut< Type >::Cut().
|
virtual |
Definition at line 132 of file CutBase.icc.
|
virtual |
Implements Cut< Type >.
Definition at line 145 of file CutBase.icc.