CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
Cut< Type > Class Template Referenceabstract

#include <CLHEP/GenericFunctions/CutBase.hh>

Inheritance diagram for Cut< Type >:
Cut< Type >::AND Cut< Type >::NOT Cut< Type >::OR Cut< Type >::Predicate

Classes

class  AND
 
class  NOT
 
class  OR
 
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 Cutclone () const =0
 
virtual bool operator() (const Type &t) const =0
 

Detailed Description

template<class Type>
class Cut< Type >
Author

Definition at line 58 of file CutBase.hh.

Constructor & Destructor Documentation

◆ Cut() [1/2]

template<class Type>
Cut< Type >::Cut ( )

Definition at line 9 of file CutBase.icc.

Referenced by clone(), Cut(), operator&&(), and operator||().

◆ Cut() [2/2]

template<class Type>
Cut< Type >::Cut ( const Cut< Type > & right)

Definition at line 12 of file CutBase.icc.

References Cut().

◆ ~Cut()

template<class Type>
Cut< Type >::~Cut ( )
virtual

Reimplemented in Cut< Type >::AND, Cut< Type >::NOT, Cut< Type >::OR, and Cut< Type >::Predicate.

Definition at line 15 of file CutBase.icc.

Member Function Documentation

◆ clone()

template<class Type>
virtual Cut * Cut< Type >::clone ( ) const
pure virtual

◆ operator!()

template<class Type>
Cut< Type >::NOT Cut< Type >::operator! ( void ) const

Definition at line 28 of file CutBase.icc.

◆ operator&&()

template<class Type>
Cut< Type >::AND Cut< Type >::operator&& ( const Cut< Type > & A) const

Definition at line 23 of file CutBase.icc.

References Cut().

◆ operator()()

template<class Type>
virtual bool Cut< Type >::operator() ( const Type & t) const
pure virtual

◆ operator||()

template<class Type>
Cut< Type >::OR Cut< Type >::operator|| ( const Cut< Type > & A) const

Definition at line 18 of file CutBase.icc.

References Cut().


The documentation for this class was generated from the following files: