#include <Selector.h>
Public Member Functions | |
bool | match (ConstBranchDescription const &p) const |
OrHelper (A const &a, B const &b) | |
Private Attributes | |
A | a_ |
B | b_ |
Definition at line 197 of file Selector.h.
edm::OrHelper< A, B >::OrHelper | ( | A const & | a, |
B const & | b | ||
) | [inline] |
bool edm::OrHelper< A, B >::match | ( | ConstBranchDescription const & | p | ) | const [inline] |
Definition at line 200 of file Selector.h.
References edm::OrHelper< A, B >::a_, and edm::OrHelper< A, B >::b_.
A edm::OrHelper< A, B >::a_ [private] |
Definition at line 202 of file Selector.h.
Referenced by edm::OrHelper< A, B >::match().
B edm::OrHelper< A, B >::b_ [private] |
Definition at line 203 of file Selector.h.
Referenced by edm::OrHelper< A, B >::match().