CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Cut< Type >::OR Class Reference

#include <CutBase.hh>

Inheritance diagram for Cut< Type >::OR:
Cut< Type > Cut< Type >

Public Member Functions

 OR (const OR &right)
 
 OR (const Cut &A, const Cut &B)
 
virtual ~OR ()
 
virtual ORclone (void) const
 
virtual bool operator() (const Type &t) const
 
 OR (const OR &right)
 
 OR (const Cut &A, const Cut &B)
 
virtual ~OR ()
 
virtual ORclone (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 ()
 
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 ()
 

Detailed Description

template<class Type>
class Cut< Type >::OR

Definition at line 121 of file CLHEP/GenericFunctions/CutBase.hh.

Constructor & Destructor Documentation

◆ OR() [1/4]

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

◆ OR() [2/4]

template<class Type >
Cut< Type >::OR::OR ( const Cut & A,
const Cut & B )

◆ ~OR() [1/2]

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

◆ OR() [3/4]

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

◆ OR() [4/4]

template<class Type >
Cut< Type >::OR::OR ( const Cut & A,
const Cut & B )

◆ ~OR() [2/2]

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

Member Function Documentation

◆ clone() [1/2]

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

Implements Cut< Type >.

◆ clone() [2/2]

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

Implements Cut< Type >.

◆ operator()() [1/2]

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

Implements Cut< Type >.

◆ operator()() [2/2]

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

Implements Cut< Type >.


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