CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Static Public Member Functions
reco::modules::ParameterAdapter< AndSelector< S1, S2, S3, S4 > > Struct Template Reference

#include <AndSelector.h>

Static Public Member Functions

static AndSelector< S1, S2, S3,
S4 > 
make (const edm::ParameterSet &cfg)
 

Detailed Description

template<typename S1, typename S2, typename S3, typename S4>
struct reco::modules::ParameterAdapter< AndSelector< S1, S2, S3, S4 > >

Definition at line 21 of file AndSelector.h.

Member Function Documentation

template<typename S1 , typename S2 , typename S3 , typename S4 >
static AndSelector<S1, S2, S3, S4> reco::modules::ParameterAdapter< AndSelector< S1, S2, S3, S4 > >::make ( const edm::ParameterSet cfg)
inlinestatic

Definition at line 22 of file AndSelector.h.

22  {
23  return AndSelector<S1, S2, S3, S4>( modules::make<S1>( cfg ),
24  modules::make<S2>( cfg ),
25  modules::make<S3>( cfg ),
26  modules::make<S4>( cfg ) );
27  }