CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MicroStateService.h
Go to the documentation of this file.
1 #ifndef EvFMicroStateService_H
2 #define EvFMicroStateService_H 1
3 
6 //#include "DataFormats/Provenance/interface/EventID.h"
7 //#include "DataFormats/Provenance/interface/Timestamp.h"
8 //#include "DataFormats/Provenance/interface/ModuleDescription.h"
9 //#include "DataFormats/Provenance/interface/ParameterSetID.h"
10 
11 namespace evf {
12 
14  public:
15  // the names of the states - some of them are never reached in an online app
17  virtual ~MicroStateService();
18 
19  protected:
20  };
21 
22 } // namespace evf
23 
24 #endif
MicroStateService(const edm::ParameterSet &, edm::ActivityRegistry &)