#include <AndSelector.h>
Public Member Functions | |
AndSelector (const S1 &s1, const S2 &s2, const S3 &s3) | |
template<typename T1 , typename T2 , typename T3 > | |
bool | operator() (const T1 &t1, const T2 &t2, const T3 &t3) const |
template<typename T > | |
bool | operator() (const T &t) const |
Private Attributes | |
S1 | s1_ |
S2 | s2_ |
S3 | s3_ |
Friends | |
class | reco::modules::CombinedEventSetupInit< S1, S2, S3, helpers::NullAndOperand, helpers::NullAndOperand > |
Definition at line 60 of file AndSelector.h.
AndSelector< S1, S2, S3, helpers::NullAndOperand, helpers::NullAndOperand >::AndSelector | ( | const S1 & | s1, |
const S2 & | s2, | ||
const S3 & | s3 | ||
) | [inline] |
bool AndSelector< S1, S2, S3, helpers::NullAndOperand, helpers::NullAndOperand >::operator() | ( | const T & | t | ) | const [inline] |
Definition at line 64 of file AndSelector.h.
References AndSelector< S1, S2, S3, S4, S5 >::s1_, AndSelector< S1, S2, S3, S4, S5 >::s2_, and AndSelector< S1, S2, S3, S4, S5 >::s3_.
bool AndSelector< S1, S2, S3, helpers::NullAndOperand, helpers::NullAndOperand >::operator() | ( | const T1 & | t1, |
const T2 & | t2, | ||
const T3 & | t3 | ||
) | const [inline] |
Definition at line 68 of file AndSelector.h.
References AndSelector< S1, S2, S3, S4, S5 >::s1_, AndSelector< S1, S2, S3, S4, S5 >::s2_, and AndSelector< S1, S2, S3, S4, S5 >::s3_.
friend class reco::modules::CombinedEventSetupInit< S1, S2, S3, helpers::NullAndOperand, helpers::NullAndOperand > [friend] |
Definition at line 72 of file AndSelector.h.
S1 AndSelector< S1, S2, S3, helpers::NullAndOperand, helpers::NullAndOperand >::s1_ [private] |
Definition at line 73 of file AndSelector.h.
S2 AndSelector< S1, S2, S3, helpers::NullAndOperand, helpers::NullAndOperand >::s2_ [private] |
Definition at line 74 of file AndSelector.h.
S3 AndSelector< S1, S2, S3, helpers::NullAndOperand, helpers::NullAndOperand >::s3_ [private] |
Definition at line 75 of file AndSelector.h.