1 #ifndef HLTrigger_HLTfilters_TriggerExpressionOperators_h 2 #define HLTrigger_HLTfilters_TriggerExpressionOperators_h 4 #include <boost/scoped_ptr.hpp> 22 boost::scoped_ptr<Evaluator>
m_arg;
57 void dump(std::ostream &
out)
const override {
76 void dump(std::ostream &
out)
const override {
96 void dump(std::ostream &
out)
const override {
111 bool r1 = (*m_arg1)(
data);
112 bool r2 = (*m_arg2)(
data);
116 void dump(std::ostream &
out)
const override {
125 #endif // HLTrigger_HLTfilters_TriggerExpressionOperators_h boost::scoped_ptr< Evaluator > m_arg
void dump(std::ostream &out) const override
UnaryOperator(Evaluator *arg)
void init(const Data &data) override
BinaryOperator(Evaluator *arg1, Evaluator *arg2)
bool operator()(const Data &data) const override
OperatorOr(Evaluator *arg1, Evaluator *arg2)
void init(const Data &data) override
bool operator()(const Data &data) const override
void dump(std::ostream &out) const override
bool operator()(const Data &data) const override
bool operator()(const Data &data) const override
void dump(std::ostream &out) const override
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
boost::scoped_ptr< Evaluator > m_arg2
char data[epos_bytes_allocation]
boost::scoped_ptr< Evaluator > m_arg1
OperatorNot(Evaluator *arg)
OperatorXor(Evaluator *arg1, Evaluator *arg2)
void dump(std::ostream &out) const override
OperatorAnd(Evaluator *arg1, Evaluator *arg2)