CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EvFFEDSelector.h
Go to the documentation of this file.
1 #ifndef EVENTFILTER_FEDINTERFACE_PLUGINS_EVFFEDSELECTOR
2 #define EVENTFILTER_FEDINTERFACE_PLUGINS_EVFFEDSELECTOR
3 
7 
9 
10 #include <vector>
11 
12 namespace evf{
14  {
15  public:
16 
17  explicit EvFFEDSelector( const edm::ParameterSet& );
19 
20  void produce(edm::Event & e, const edm::EventSetup& c);
21 
22  private:
24  std::vector<unsigned int> fedlist_;
25 
26  };
27 }
28 
29 #endif
std::vector< unsigned int > fedlist_
void produce(edm::Event &e, const edm::EventSetup &c)
edm::InputTag label_
EvFFEDSelector(const edm::ParameterSet &)