CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/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 () |
Definition at line 151 of file CutBase.hh.
Definition at line 160 of file CutBase.icc.
References clone(), and Predicate().
Referenced by clone(), and Predicate().
Definition at line 167 of file CutBase.icc.
References clone(), and Cut< Type >::Cut().
|
virtual |
Definition at line 173 of file CutBase.icc.
|
virtual |
Implements Cut< Type >.
Definition at line 180 of file CutBase.icc.
References Predicate().
Referenced by Predicate(), and Predicate().
|
virtual |
Implements Cut< Type >.
Definition at line 186 of file CutBase.icc.