Belle II Software development
|
Nodeclass with a single AbstractExpressioNode as child. More...
#include <CutNodes.h>
Public Types | |
typedef AVariableManager::Var | Var |
Template argument dependent Variable type definition. | |
Public Member Functions | |
bool | check (const Object *p) const override |
Evaluate the Expression Node child and assert that it is boolean. | |
void | print () const override |
Print node. | |
std::string | decompile () const override |
Decompile Node back to a string. | |
~UnaryRelationalNode () | |
Destructor. | |
Private Types | |
typedef AVariableManager::Object | Object |
Template argument dependent Particle type definition. | |
Private Member Functions | |
UnaryRelationalNode (Nodetuple node) | |
Constructor. | |
Private Attributes | |
std::unique_ptr< const AbstractExpressionNode< AVariableManager > > | m_enode |
subexpression of a cut | |
Friends | |
class | NodeFactory |
Nodeclass with a single AbstractExpressioNode as child.
Allows subexpressions consisting of a single boolean valued expression
Definition at line 351 of file CutNodes.h.
|
private |
Template argument dependent Particle type definition.
Definition at line 355 of file CutNodes.h.
|
inherited |
Template argument dependent Variable type definition.
Definition at line 39 of file AbstractNodes.h.
|
inline |
|
inlineexplicitprivate |
Constructor.
node | (const boost::python::tuple&) tuple containing an expression node |
Definition at line 416 of file CutNodes.h.
|
inlineoverridevirtual |
Evaluate the Expression Node child and assert that it is boolean.
p | pointer to the object, that should be checked. |
Implements AbstractBooleanNode< AVariableManager >.
Definition at line 361 of file CutNodes.h.
|
inlineoverridevirtual |
Decompile Node back to a string.
decompile(compile) should give the same result.
Implements AbstractBooleanNode< AVariableManager >.
Definition at line 401 of file CutNodes.h.
|
inlineoverridevirtual |
Print node.
Implements AbstractBooleanNode< AVariableManager >.
Definition at line 392 of file CutNodes.h.
|
friend |
Definition at line 411 of file CutNodes.h.
|
private |
subexpression of a cut
Definition at line 418 of file CutNodes.h.