#include <AndSelector.h>
Public Member Functions | |
AndSelector (const S1 &s1, const S2 &s2) | |
template<typename T > | |
bool | operator() (const T &t) const |
template<typename T1 , typename T2 > | |
bool | operator() (const T1 &t1, const T2 &t2) const |
Private Attributes | |
S1 | s1_ |
S2 | s2_ |
Friends | |
struct | reco::modules::CombinedEventSetupInit< S1, S2, helpers::NullAndOperand, helpers::NullAndOperand, helpers::NullAndOperand > |
Definition at line 42 of file AndSelector.h.
|
inline |
Definition at line 43 of file AndSelector.h.
|
inline |
Definition at line 46 of file AndSelector.h.
|
inline |
Definition at line 50 of file AndSelector.h.
|
friend |
Definition at line 54 of file AndSelector.h.
|
private |
Definition at line 55 of file AndSelector.h.
|
private |
Definition at line 56 of file AndSelector.h.