#include <AndCombiner.h>
Public Member Functions | |
AndCombiner (SelectorPtr lhs, SelectorPtr rhs) | |
virtual bool | operator() (const edm::ObjectWithDict &o) const |
return true if the object is selected More... | |
Public Member Functions inherited from reco::parser::SelectorBase | |
virtual | ~SelectorBase () |
destructor More... | |
Private Attributes | |
SelectorPtr | lhs_ |
SelectorPtr | rhs_ |
Definition at line 18 of file AndCombiner.h.
|
inline |
Definition at line 19 of file AndCombiner.h.
|
inlinevirtual |
return true if the object is selected
Implements reco::parser::SelectorBase.
Definition at line 21 of file AndCombiner.h.
References lhs_, python.connectstrParser::o, and rhs_.
|
private |
Definition at line 25 of file AndCombiner.h.
Referenced by operator()().
|
private |
Definition at line 25 of file AndCombiner.h.
Referenced by operator()().