CMS 3D CMS Logo

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 namespace edm {
14 }
15 
16 namespace evf {
17 
19  public:
20 
21  explicit EvFFEDSelector(edm::ParameterSet const &);
23 
24  void produce(edm::StreamID, edm::Event &, edm::EventSetup const &) const override final;
25  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
26 
27  private:
29  std::vector<unsigned int> fedlist_;
30 
31  };
32 
33 }
34 
35 #endif
std::vector< unsigned int > fedlist_
edm::EDGetTokenT< FEDRawDataCollection > token_
HLT enums.