![]() |
![]() |
#include <OrSelector.h>
Public Member Functions | |
template<typename T > | |
bool | operator() (const T &t) const |
OrSelector (const S1 &s1, const S2 &s2, const S3 &s3) | |
Private Attributes | |
S1 | s1_ |
S2 | s2_ |
S3 | s3_ |
Friends | |
class | reco::modules::CombinedEventSetupInit< S1, S2, S3, helpers::NullOrOperand, helpers::NullOrOperand > |
Definition at line 56 of file OrSelector.h.
OrSelector< S1, S2, S3, helpers::NullOrOperand, helpers::NullOrOperand >::OrSelector | ( | const S1 & | s1, |
const S2 & | s2, | ||
const S3 & | s3 | ||
) | [inline] |
bool OrSelector< S1, S2, S3, helpers::NullOrOperand, helpers::NullOrOperand >::operator() | ( | const T & | t | ) | const [inline] |
Definition at line 60 of file OrSelector.h.
References OrSelector< S1, S2, S3, S4, S5 >::s1_, OrSelector< S1, S2, S3, S4, S5 >::s2_, and OrSelector< S1, S2, S3, S4, S5 >::s3_.
friend class reco::modules::CombinedEventSetupInit< S1, S2, S3, helpers::NullOrOperand, helpers::NullOrOperand > [friend] |
Definition at line 64 of file OrSelector.h.
S1 OrSelector< S1, S2, S3, helpers::NullOrOperand, helpers::NullOrOperand >::s1_ [private] |
Definition at line 65 of file OrSelector.h.
S2 OrSelector< S1, S2, S3, helpers::NullOrOperand, helpers::NullOrOperand >::s2_ [private] |
Definition at line 66 of file OrSelector.h.
S3 OrSelector< S1, S2, S3, helpers::NullOrOperand, helpers::NullOrOperand >::s3_ [private] |
Definition at line 67 of file OrSelector.h.