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 |
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 |
![]() | |
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 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.
|
virtual |
Definition at line 173 of file CutBase.icc.
Reimplemented from Cut< Type >.
Definition at line 83 of file CutBase.icc.
Implements Cut< Type >.
|
virtual |
Implements Cut< Type >.
Definition at line 180 of file CutBase.icc.
References Predicate().
Referenced by Predicate(), and Predicate().
Definition at line 81 of file CutBase.icc.
Referenced by Predicate().
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 186 of file CutBase.icc.
|
pure virtual |
Implements Cut< Type >.
Definition at line 66 of file CutBase.icc.