CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PdgIdExcluder.h
Go to the documentation of this file.
1 #ifndef CommonTools_UtilAlgos_PdgIdSelector_h
2 #define CommonTools_UtilAlgos_PdgIdSelector_h
5 
6 namespace reco {
7  namespace modules {
8 
9  template<>
11  static PdgIdExcluder make( const edm::ParameterSet & cfg ) {
12  return PdgIdExcluder( cfg.getParameter<std::vector<int> >( "pdgId" ) );
13  }
14  };
15 
16  }
17 }
18 
19 #endif
T getParameter(std::string const &) const
static PdgIdExcluder make(const edm::ParameterSet &cfg)
Definition: PdgIdExcluder.h:11