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< OrSelector< S1, S2, S3, S4 > > Struct Template Reference

#include <OrSelector.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 21 of file OrSelector.h.

Member Function Documentation

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

Definition at line 22 of file OrSelector.h.

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