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, edm::ConsumesCollector &iC)
 

Detailed Description

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

Definition at line 11 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,
edm::ConsumesCollector iC 
)
inlinestatic

Definition at line 12 of file StringCutObjectSelector.h.

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