|
CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/CutBase.hh>
Public Member Functions | |
| OR (const OR &right) | |
| OR (const Cut &A, const Cut &B) | |
| virtual | ~OR () |
| virtual OR * | clone (void) const |
| virtual bool | operator() (const Type &t) const |
| 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 |
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) | |
Definition at line 121 of file CutBase.hh.
Definition at line 86 of file CutBase.icc.
|
virtual |
Definition at line 93 of file CutBase.icc.
Reimplemented from Cut< Type >.
Definition at line 83 of file CutBase.icc.
Implements Cut< Type >.
Definition at line 82 of file CutBase.icc.
Definition at line 76 of file CutBase.icc.
Definition at line 71 of file CutBase.icc.
|
virtual |
Implements Cut< Type >.
Definition at line 107 of file CutBase.icc.
|
pure virtual |
Implements Cut< Type >.
Definition at line 66 of file CutBase.icc.