CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
Cut< Type >::NOT Class Reference

#include <CLHEP/GenericFunctions/CutBase.hh>

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

Public Member Functions

 NOT (const NOT &right)
 NOT (const Cut &A)
virtual ~NOT ()
virtual NOTclone (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 ()

Detailed Description

template<class Type>
class Cut< Type >::NOT

Definition at line 136 of file CutBase.hh.

Constructor & Destructor Documentation

◆ NOT() [1/2]

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

Definition at line 119 of file CutBase.icc.

References clone(), Cut< Type >::Cut(), and NOT().

Referenced by clone(), and NOT().

◆ NOT() [2/2]

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

Definition at line 126 of file CutBase.icc.

References clone(), and Cut< Type >::Cut().

◆ ~NOT()

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

Definition at line 132 of file CutBase.icc.

Member Function Documentation

◆ clone()

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

Implements Cut< Type >.

Definition at line 139 of file CutBase.icc.

References NOT().

Referenced by NOT(), and NOT().

◆ operator()()

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

Implements Cut< Type >.

Definition at line 145 of file CutBase.icc.


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