CMS 3D CMS Logo

PdgIdExcluder.h
Go to the documentation of this file.
1 #ifndef CommonTools_UtilAlgos_PdgIdSelector_h
2 #define CommonTools_UtilAlgos_PdgIdSelector_h
6 
7 namespace reco {
8  namespace modules {
9 
10  template <>
13  return PdgIdExcluder(cfg.getParameter<std::vector<int> >("pdgId"));
14  }
15  };
16 
17  } // namespace modules
18 } // namespace reco
19 
20 #endif
fixed size matrix
static PdgIdExcluder make(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
Definition: PdgIdExcluder.h:12