rivet is hosted by Hepforge, IPPP Durham

#include <Cuts.hh>

Inheritance diagram for CutBase:

List of all members.

Public Member Functions

template<typename ClassToCheck >
bool accept (const ClassToCheck &) const
virtual bool operator== (const Cut &c) const =0
 Comparison to another Cut.
virtual ~CutBase ()
 Default destructor.
template<>
bool accept (const CuttableBase &t) const

Protected Member Functions

virtual bool accept_ (const CuttableBase &) const =0

Detailed Description

Definition at line 16 of file Cuts.hh.


Constructor & Destructor Documentation

virtual ~CutBase ( ) [inline, virtual]

Default destructor.

Definition at line 25 of file Cuts.hh.

{}

Member Function Documentation

bool accept ( const ClassToCheck &  ) const

Main work method.

bool accept ( const CuttableBase t) const

Definition at line 25 of file Cuts.cc.

                                                               {
  return accept_(t);
}
virtual bool accept_ ( const CuttableBase ) const [protected, pure virtual]
virtual bool operator== ( const Cut c) const [pure virtual]

Comparison to another Cut.

Implemented in CutsXor, CutInvert, CutsAnd, CutsOr, Cut_LessEq, Cut_Gtr, Cut_Less, Cut_GtrEq, and Open_Cut.


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