![]() |
![]() |
#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, const S4 &s4) | |
Private Attributes | |
S1 | s1_ |
S2 | s2_ |
S3 | s3_ |
S4 | s4_ |
Friends | |
class | reco::modules::CombinedEventSetupInit< S1, S2, S3, S4, helpers::NullOrOperand > |
Definition at line 71 of file OrSelector.h.
OrSelector< S1, S2, S3, S4, helpers::NullOrOperand >::OrSelector | ( | const S1 & | s1, |
const S2 & | s2, | ||
const S3 & | s3, | ||
const S4 & | s4 | ||
) | [inline] |
bool OrSelector< S1, S2, S3, S4, helpers::NullOrOperand >::operator() | ( | const T & | t | ) | const [inline] |
Definition at line 75 of file OrSelector.h.
References OrSelector< S1, S2, S3, S4, S5 >::s1_, OrSelector< S1, S2, S3, S4, S5 >::s2_, OrSelector< S1, S2, S3, S4, S5 >::s3_, and OrSelector< S1, S2, S3, S4, S5 >::s4_.
friend class reco::modules::CombinedEventSetupInit< S1, S2, S3, S4, helpers::NullOrOperand > [friend] |
Definition at line 79 of file OrSelector.h.
S1 OrSelector< S1, S2, S3, S4, helpers::NullOrOperand >::s1_ [private] |
Definition at line 80 of file OrSelector.h.
S2 OrSelector< S1, S2, S3, S4, helpers::NullOrOperand >::s2_ [private] |
Definition at line 81 of file OrSelector.h.
S3 OrSelector< S1, S2, S3, S4, helpers::NullOrOperand >::s3_ [private] |
Definition at line 82 of file OrSelector.h.
S4 OrSelector< S1, S2, S3, S4, helpers::NullOrOperand >::s4_ [private] |
Definition at line 83 of file OrSelector.h.