|
CLHEP 2.4.7.2
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/CutBase.hh>
Classes | |
| class | AND |
| class | OR |
| class | NOT |
| 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.
| Cut< Type >::Cut | ( | ) |
Definition at line 9 of file CutBase.icc.
Referenced by Cut< Type >::AND::AND(), Cut< Type >::AND::AND(), clone(), Cut(), Cut< Type >::NOT::NOT(), Cut< Type >::NOT::NOT(), operator&&(), operator||(), Cut< Type >::OR::OR(), Cut< Type >::OR::OR(), and Cut< Type >::Predicate::Predicate().
Definition at line 12 of file CutBase.icc.
References Cut().
Definition at line 15 of file CutBase.icc.
Implemented in Cut< Type >::AND, Cut< Type >::NOT, Cut< Type >::OR, and Cut< Type >::Predicate.
References Cut().
Definition at line 28 of file CutBase.icc.
Definition at line 23 of file CutBase.icc.
References Cut().
|
pure virtual |
Implemented in Cut< Type >::AND, Cut< Type >::NOT, Cut< Type >::OR, and Cut< Type >::Predicate.
Definition at line 18 of file CutBase.icc.
References Cut().