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  explicit EvFFEDSelector(edm::ParameterSet const &);
21  ~EvFFEDSelector() override {}
22 
23  void produce(edm::StreamID, edm::Event &, edm::EventSetup const &) const final;
24  static void fillDescriptions(edm::ConfigurationDescriptions &descriptions);
25 
26  private:
28  std::vector<unsigned int> fedlist_;
29  };
30 
31 } // namespace evf
32 
33 #endif
Definition: fillJson.h:27
std::vector< unsigned int > fedlist_
edm::EDGetTokenT< FEDRawDataCollection > token_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
EvFFEDSelector(edm::ParameterSet const &)
HLT enums.
~EvFFEDSelector() override
void produce(edm::StreamID, edm::Event &, edm::EventSetup const &) const final