CMS 3D CMS Logo

EvFFEDSelector.h
Go to the documentation of this file.
1 #ifndef EVENTFILTER_UTILITIES_PLUGINS_EVFFEDSELECTOR
2 #define EVENTFILTER_UTILITIES_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 &);
22  ~EvFFEDSelector() override { }
23 
24  void produce(edm::StreamID, edm::Event &, edm::EventSetup const &) const 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_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.
~EvFFEDSelector() override