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 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:
28  edm::EDGetTokenT<FEDRawDataCollection> token_;
29  std::vector<unsigned int> fedlist_;
30 
31  };
32 
33 }
34 
35 #endif
std::vector< unsigned int > fedlist_
void produce(edm::StreamID, edm::Event &, edm::EventSetup const &) const overridefinal
edm::EDGetTokenT< FEDRawDataCollection > token_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
string const
Definition: compareJSON.py:14
EvFFEDSelector(edm::ParameterSet const &)
#define private
Definition: FWFileEntry.h:17