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, S5 > > Struct Template Reference

#include <OrSelector.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 10 of file OrSelector.h.

Member Function Documentation

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

Definition at line 11 of file OrSelector.h.

11  {
12  return OrSelector<S1, S2, S3, S4, S5>( modules::make<S1>( cfg ),
13  modules::make<S2>( cfg ),
14  modules::make<S3>( cfg ),
15  modules::make<S4>( cfg ),
16  modules::make<S5>( cfg ) );
17  }