CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
Cut< Type >::AND Class Reference

#include <CutBase.hh>

+ Inheritance diagram for Cut< Type >::AND:

Public Member Functions

 AND (const AND &right)
 
 AND (const Cut &A, const Cut &B)
 
virtual ~AND ()
 
virtual ANDclone (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 ()
 
virtual Cutclone () const =0
 
virtual bool operator() (const Type &t) const =0
 

Detailed Description

template<class Type>
class Cut< Type >::AND

Definition at line 106 of file CutBase.hh.

Constructor & Destructor Documentation

◆ AND() [1/2]

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

◆ AND() [2/2]

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

◆ ~AND()

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

Member Function Documentation

◆ clone()

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

Implements Cut< Type >.

◆ operator()()

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

Implements Cut< Type >.


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