File indexing completed on 2023-03-17 11:00:27
0001 #ifndef EvFMicroStateService_H
0002 #define EvFMicroStateService_H 1
0003
0004 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0005 #include "FWCore/ServiceRegistry/interface/ActivityRegistry.h"
0006
0007
0008
0009
0010
0011 namespace evf {
0012
0013 class MicroStateService {
0014 public:
0015
0016 MicroStateService(const edm::ParameterSet &, edm::ActivityRegistry &);
0017 virtual ~MicroStateService();
0018
0019 protected:
0020 };
0021
0022 }
0023
0024 #endif