#include <ExpressionCondition.h>
Public Member Functions | |
ExpressionCondition (ExpressionStack &expStack, SelectorStack &selStack) | |
virtual double | value (const edm::ObjectWithDict &o) const |
Private Attributes | |
SelectorPtr | cond_ |
ExpressionPtr | false_ |
ExpressionPtr | true_ |
Definition at line 19 of file ExpressionCondition.h.
reco::parser::ExpressionCondition::ExpressionCondition | ( | ExpressionStack & | expStack, |
SelectorStack & | selStack | ||
) | [inline] |
virtual double reco::parser::ExpressionCondition::value | ( | const edm::ObjectWithDict & | o | ) | const [inline, virtual] |
Implements reco::parser::ExpressionBase.
Definition at line 20 of file ExpressionCondition.h.
References cond_, false_, python::connectstrParser::o, and true_.
Definition at line 30 of file ExpressionCondition.h.
Referenced by ExpressionCondition(), and value().
Definition at line 29 of file ExpressionCondition.h.
Referenced by ExpressionCondition(), and value().
Definition at line 29 of file ExpressionCondition.h.
Referenced by ExpressionCondition(), and value().