#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, const S5 &s5) | |
Private Attributes | |
S1 | s1_ |
S2 | s2_ |
S3 | s3_ |
S4 | s4_ |
S5 | s5_ |
Friends | |
class | reco::modules::CombinedEventSetupInit< S1, S2, S3, S4, S5 > |
Definition at line 23 of file OrSelector.h.
OrSelector< S1, S2, S3, S4, S5 >::OrSelector | ( | const S1 & | s1, |
const S2 & | s2, | ||
const S3 & | s3, | ||
const S4 & | s4, | ||
const S5 & | s5 | ||
) | [inline] |
bool OrSelector< S1, S2, S3, S4, S5 >::operator() | ( | const T & | t | ) | const [inline] |
Definition at line 27 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_, OrSelector< S1, S2, S3, S4, S5 >::s4_, and OrSelector< S1, S2, S3, S4, S5 >::s5_.
friend class reco::modules::CombinedEventSetupInit< S1, S2, S3, S4, S5 > [friend] |
Definition at line 31 of file OrSelector.h.
S1 OrSelector< S1, S2, S3, S4, S5 >::s1_ [private] |
Definition at line 32 of file OrSelector.h.
Referenced by OrSelector< S1, S2, S3, S4, helpers::NullOrOperand >::operator()(), OrSelector< S1, S2, S3, helpers::NullOrOperand, helpers::NullOrOperand >::operator()(), OrSelector< S1, S2, helpers::NullOrOperand, helpers::NullOrOperand, helpers::NullOrOperand >::operator()(), and OrSelector< S1, S2, S3, S4, S5 >::operator()().
S2 OrSelector< S1, S2, S3, S4, S5 >::s2_ [private] |
Definition at line 33 of file OrSelector.h.
Referenced by OrSelector< S1, S2, S3, S4, helpers::NullOrOperand >::operator()(), OrSelector< S1, S2, S3, helpers::NullOrOperand, helpers::NullOrOperand >::operator()(), OrSelector< S1, S2, helpers::NullOrOperand, helpers::NullOrOperand, helpers::NullOrOperand >::operator()(), and OrSelector< S1, S2, S3, S4, S5 >::operator()().
S3 OrSelector< S1, S2, S3, S4, S5 >::s3_ [private] |
Definition at line 34 of file OrSelector.h.
Referenced by OrSelector< S1, S2, S3, S4, helpers::NullOrOperand >::operator()(), OrSelector< S1, S2, S3, helpers::NullOrOperand, helpers::NullOrOperand >::operator()(), and OrSelector< S1, S2, S3, S4, S5 >::operator()().
S4 OrSelector< S1, S2, S3, S4, S5 >::s4_ [private] |
Definition at line 35 of file OrSelector.h.
Referenced by OrSelector< S1, S2, S3, S4, helpers::NullOrOperand >::operator()(), and OrSelector< S1, S2, S3, S4, S5 >::operator()().
S5 OrSelector< S1, S2, S3, S4, S5 >::s5_ [private] |
Definition at line 36 of file OrSelector.h.
Referenced by OrSelector< S1, S2, S3, S4, S5 >::operator()().