#include <AndSelector.h>
Public Member Functions | |
AndSelector (const S1 &s1, const S2 &s2, const S3 &s3, const S4 &s4) | |
template<typename T1 , typename T2 , typename T3 , typename T4 > | |
bool | operator() (const T1 &t1, const T2 &t2, const T3 &t3, const T4 &t4) const |
template<typename T > | |
bool | operator() (const T &t) const |
Private Attributes | |
S1 | s1_ |
S2 | s2_ |
S3 | s3_ |
S4 | s4_ |
Friends | |
class | reco::modules::CombinedEventSetupInit< S1, S2, S3, S4, helpers::NullAndOperand > |
Definition at line 79 of file AndSelector.h.
AndSelector< S1, S2, S3, S4, helpers::NullAndOperand >::AndSelector | ( | const S1 & | s1, |
const S2 & | s2, | ||
const S3 & | s3, | ||
const S4 & | s4 | ||
) | [inline] |
bool AndSelector< S1, S2, S3, S4, helpers::NullAndOperand >::operator() | ( | const T & | t | ) | const [inline] |
Definition at line 83 of file AndSelector.h.
References AndSelector< S1, S2, S3, S4, S5 >::s1_, AndSelector< S1, S2, S3, S4, S5 >::s2_, AndSelector< S1, S2, S3, S4, S5 >::s3_, and AndSelector< S1, S2, S3, S4, S5 >::s4_.
bool AndSelector< S1, S2, S3, S4, helpers::NullAndOperand >::operator() | ( | const T1 & | t1, |
const T2 & | t2, | ||
const T3 & | t3, | ||
const T4 & | t4 | ||
) | const [inline] |
Definition at line 87 of file AndSelector.h.
References AndSelector< S1, S2, S3, S4, S5 >::s1_, AndSelector< S1, S2, S3, S4, S5 >::s2_, AndSelector< S1, S2, S3, S4, S5 >::s3_, and AndSelector< S1, S2, S3, S4, S5 >::s4_.
friend class reco::modules::CombinedEventSetupInit< S1, S2, S3, S4, helpers::NullAndOperand > [friend] |
Definition at line 91 of file AndSelector.h.
S1 AndSelector< S1, S2, S3, S4, helpers::NullAndOperand >::s1_ [private] |
Definition at line 92 of file AndSelector.h.
S2 AndSelector< S1, S2, S3, S4, helpers::NullAndOperand >::s2_ [private] |
Definition at line 93 of file AndSelector.h.
S3 AndSelector< S1, S2, S3, S4, helpers::NullAndOperand >::s3_ [private] |
Definition at line 94 of file AndSelector.h.
S4 AndSelector< S1, S2, S3, S4, helpers::NullAndOperand >::s4_ [private] |
Definition at line 95 of file AndSelector.h.