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 
4 #include <vector>
5 
11 
12 
13 namespace evf {
14 
16  public:
17 
18  explicit EvFFEDSelector(edm::ParameterSet const &);
20 
21  void produce(edm::StreamID, edm::Event &, edm::EventSetup const &) const override final;
22 
23  private:
24  edm::EDGetTokenT<FEDRawDataCollection> token_;
25  std::vector<unsigned int> fedlist_;
26 
27  };
28 
29 }
30 
31 #endif
std::vector< unsigned int > fedlist_
void produce(edm::StreamID, edm::Event &, edm::EventSetup const &) const overridefinal
edm::EDGetTokenT< FEDRawDataCollection > token_
string const
Definition: compareJSON.py:14
EvFFEDSelector(edm::ParameterSet const &)
#define private
Definition: FWFileEntry.h:17