#include <Cuts.hh>
List of all members.
Public Member Functions |
template<typename ClassToCheck > |
bool | accept (const ClassToCheck &) const |
virtual bool | operator== (const Cut &) 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 19 of file Cuts.hh.
Constructor & Destructor Documentation
virtual ~CutBase |
( |
| ) |
[inline, virtual] |
Default destructor.
Definition at line 27 of file Cuts.hh.
Member Function Documentation
bool accept |
( |
const ClassToCheck & |
| ) |
const |
virtual bool operator== |
( |
const Cut & |
| ) |
const [pure virtual] |
The documentation for this class was generated from the following files: