#include <Cut.h>
Inheritance diagram for Cut:

Public Types | |
| enum | Comparison { LT, GT, EQ, NE, LE, GE } |
Public Methods | |
| Cut (const Tuple&t, std::string item_name, Comparison op, double c, std::string label="") | |
| Cut (const Tuple&t, std::string::const_iterator& it, std::string::iterator end) | |
| Cut (const Tuple&t, const std::string& expression ) | |
| virtual bool | apply () |
Private Methods | |
| void | parse (const Tuple&t, std::string::const_iterator& it, std::string::const_iterator end) |
Private Attributes | |
| double | m_cut |
| Comparison | m_op |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Analyze. Reimplemented in CutWithEthresh. Definition at line 78 of file Cut.cxx. Referenced by CutWithEthresh::apply(). |
|
|
Definition at line 47 of file Cut.cxx. Referenced by Cut(). |
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000