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 
11 
12 #include <vector>
13 
14 namespace evf{
16  {
17  public:
18 
19  explicit EvFFEDSelector( const edm::ParameterSet& );
21 
22  void produce(edm::Event & e, const edm::EventSetup& c);
23 
24  private:
27  std::vector<unsigned int> fedlist_;
28 
29  };
30 }
31 
32 #endif
std::vector< unsigned int > fedlist_
void produce(edm::Event &e, const edm::EventSetup &c)
edm::EDGetTokenT< FEDRawDataCollection > token_
edm::InputTag label_
EvFFEDSelector(const edm::ParameterSet &)