#include <BaseCut.h>
Inheritance diagram for ConstBaseCut:
Definition at line 36 of file BaseCut.h.
Public Member Functions | |
ConstBaseCut (bool c_, const char *name_=0) | |
Constructor from a C style string, serves as default constructor. | |
ConstBaseCut (bool c_, const std::string &name_) | |
Constructor from a C++ string. | |
virtual bool | operator() () const |
Returns a constant value c. | |
Protected Member Functions | |
virtual | ~ConstBaseCut () |
Protected destructor ensures creation on the heap. | |
Protected Attributes | |
const bool | c |
|
Constructor from a C style string, serves as default constructor.
Definition at line 39 of file BaseCut.h. References c, and NamedO::str(). |
|
Constructor from a C++ string.
Definition at line 46 of file BaseCut.h. References c, and NamedO::str(). |
|
The constant to be returned Definition at line 55 of file BaseCut.h. Referenced by ConstBaseCut(), and operator()(). |