CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes | Friends
AndSelector< S1, S2, helpers::NullAndOperand, helpers::NullAndOperand, helpers::NullAndOperand > Struct Template Reference

#include <AndSelector.h>

Public Member Functions

 AndSelector (const S1 &s1, const S2 &s2)
 
template<typename T >
bool operator() (const T &t) const
 
template<typename T1 , typename T2 >
bool operator() (const T1 &t1, const T2 &t2) const
 

Private Attributes

S1 s1_
 
S2 s2_
 

Friends

class reco::modules::CombinedEventSetupInit< S1, S2, helpers::NullAndOperand, helpers::NullAndOperand, helpers::NullAndOperand >
 

Detailed Description

template<typename S1, typename S2>
struct AndSelector< S1, S2, helpers::NullAndOperand, helpers::NullAndOperand, helpers::NullAndOperand >

Definition at line 42 of file AndSelector.h.

Constructor & Destructor Documentation

template<typename S1 , typename S2 >
AndSelector< S1, S2, helpers::NullAndOperand, helpers::NullAndOperand, helpers::NullAndOperand >::AndSelector ( const S1 &  s1,
const S2 &  s2 
)
inline

Member Function Documentation

template<typename S1 , typename S2 >
template<typename T >
bool AndSelector< S1, S2, helpers::NullAndOperand, helpers::NullAndOperand, helpers::NullAndOperand >::operator() ( const T t) const
inline
template<typename S1 , typename S2 >
template<typename T1 , typename T2 >
bool AndSelector< S1, S2, helpers::NullAndOperand, helpers::NullAndOperand, helpers::NullAndOperand >::operator() ( const T1 &  t1,
const T2 &  t2 
) const
inline

Friends And Related Function Documentation

template<typename S1 , typename S2 >
friend class reco::modules::CombinedEventSetupInit< S1, S2, helpers::NullAndOperand, helpers::NullAndOperand, helpers::NullAndOperand >
friend

Definition at line 54 of file AndSelector.h.

Member Data Documentation

template<typename S1 , typename S2 >
S1 AndSelector< S1, S2, helpers::NullAndOperand, helpers::NullAndOperand, helpers::NullAndOperand >::s1_
private

Definition at line 55 of file AndSelector.h.

template<typename S1 , typename S2 >
S2 AndSelector< S1, S2, helpers::NullAndOperand, helpers::NullAndOperand, helpers::NullAndOperand >::s2_
private

Definition at line 56 of file AndSelector.h.