CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EvFRecordInserter.h
Go to the documentation of this file.
1 #ifndef EVENTFILTER_UTILTIES_PLUGINS_EVFRECORDINSERTER
2 #define EVENTFILTER_UTILTIES_PLUGINS_EVFRECORDINSERTER
3 
8 
9 #include "EvffedFillerEP.h"
10 
11 namespace evf{
13  {
14  public:
15 
16  explicit EvFRecordInserter( const edm::ParameterSet& );
18 
19  void analyze(const edm::Event & e, const edm::EventSetup& c);
20 
21  private:
23  uint32_t evc_;
25  uint32_t last_;
27  };
28 }
29 
30 #endif
EvFRecordInserter(const edm::ParameterSet &)
unsigned long long uint64_t
Definition: Time.h:15
void analyze(const edm::Event &e, const edm::EventSetup &c)