CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EventMaker.h
Go to the documentation of this file.
1 #ifndef EVENTMAKER_H
2 #define EVENTMAKER_H
3 
6 
7 class EventMaker {
8 
9  public:
10 
11  EventMaker();
12  void SetVars(HWW&, const edm::Event&, const edm::EventSetup&);
13 
14 };
15 
16 #endif
void SetVars(HWW &, const edm::Event &, const edm::EventSetup &)
Definition: EventMaker.cc:5
Definition: HWW.h:12