CMS 3D CMS Logo

Static Public Member Functions

reco::modules::ParameterAdapter< OrSelector< S1, S2, S3, S4, S5 > > Struct Template Reference

#include <OrSelector.h>

List of all members.

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) [inline, static]

Definition at line 11 of file OrSelector.h.

                                                                                {
        return OrSelector<S1, S2, S3, S4, S5>( modules::make<S1>( cfg ), 
                                               modules::make<S2>( cfg ), 
                                               modules::make<S3>( cfg ), 
                                               modules::make<S4>( cfg ), 
                                               modules::make<S5>( cfg ) ); 
      }