#include <CutBase.hh>
template<class Type>
class Cut< Type >
- Author
Definition at line 58 of file CLHEP/GenericFunctions/CutBase.hh.
◆ Cut() [1/4]
◆ Cut() [2/4]
template<class Type>
Cut< Type >::Cut |
( |
const Cut< Type > & |
right | ) |
|
◆ ~Cut() [1/2]
◆ Cut() [3/4]
◆ Cut() [4/4]
template<class Type>
Cut< Type >::Cut |
( |
const Cut< Type > & |
right | ) |
|
◆ ~Cut() [2/2]
◆ clone() [1/2]
template<class Type>
virtual Cut* Cut< Type >::clone |
( |
| ) |
const |
|
pure virtual |
◆ clone() [2/2]
template<class Type>
virtual Cut* Cut< Type >::clone |
( |
| ) |
const |
|
pure virtual |
◆ operator!() [1/2]
template<class Type>
NOT Cut< Type >::operator! |
( |
void |
| ) |
const |
◆ operator!() [2/2]
template<class Type>
NOT Cut< Type >::operator! |
( |
void |
| ) |
const |
◆ operator&&() [1/2]
template<class Type>
AND Cut< Type >::operator && |
( |
const Cut< Type > & |
A | ) |
const |
◆ operator&&() [2/2]
template<class Type>
AND Cut< Type >::operator && |
( |
const Cut< Type > & |
A | ) |
const |
◆ operator()() [1/2]
template<class Type>
virtual bool Cut< Type >::operator() |
( |
const Type & |
t | ) |
const |
|
pure virtual |
◆ operator()() [2/2]
template<class Type>
virtual bool Cut< Type >::operator() |
( |
const Type & |
t | ) |
const |
|
pure virtual |
◆ operator||() [1/2]
template<class Type>
OR Cut< Type >::operator|| |
( |
const Cut< Type > & |
A | ) |
const |
◆ operator||() [2/2]
template<class Type>
OR Cut< Type >::operator|| |
( |
const Cut< Type > & |
A | ) |
const |
The documentation for this class was generated from the following file: