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< StringCutObjectSelector< T, Lazy > > Struct Template Reference

#include <StringCutObjectSelector.h>

Static Public Member Functions

static StringCutObjectSelector
< T, Lazy > 
make (const edm::ParameterSet &cfg)
 

Detailed Description

template<typename T, bool Lazy>
struct reco::modules::ParameterAdapter< StringCutObjectSelector< T, Lazy > >

Definition at line 10 of file StringCutObjectSelector.h.

Member Function Documentation

template<typename T , bool Lazy>
static StringCutObjectSelector<T, Lazy> reco::modules::ParameterAdapter< StringCutObjectSelector< T, Lazy > >::make ( const edm::ParameterSet cfg)
inlinestatic

Definition at line 11 of file StringCutObjectSelector.h.

11  {
12  return StringCutObjectSelector<T, Lazy>( cfg.template getParameter<std::string>( "cut" ) );
13  }