List of all members.
Detailed Description
Definition at line 53 of file Cuts.cc.
Constructor & Destructor Documentation
Member Function Documentation
bool accept |
( |
const ClassToCheck & |
| ) |
const [inherited] |
Main work method, checking whether the cut is passed
bool operator() |
( |
const ClassToCheck & |
x | ) |
const [inline, inherited] |
Call operator alias for accept.
- Note:
- A bit subtle, because this gets wrapped in a shared_ptr so you need to dereference to get the functor
Definition at line 21 of file Cuts.hh.
bool operator== |
( |
const Cut & |
| ) |
const [inline, virtual] |
Comparison to another Cut.
Implements CutBase.
Definition at line 56 of file Cuts.cc.
{
std::shared_ptr<Cut_Eq> cc = dynamic_pointer_cast<Cut_Eq>(c);
return cc && _qty == cc->_qty && _val == cc->_val;
}
Member Data Documentation
The documentation for this class was generated from the following file: