Back to home page

Project CMSSW displayed by LXR

 
 

    


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 //#include "DataFormats/Provenance/interface/EventID.h"
0007 //#include "DataFormats/Provenance/interface/Timestamp.h"
0008 //#include "DataFormats/Provenance/interface/ModuleDescription.h"
0009 //#include "DataFormats/Provenance/interface/ParameterSetID.h"
0010 
0011 namespace evf {
0012 
0013   class MicroStateService {
0014   public:
0015     // the names of the states - some of them are never reached in an online app
0016     MicroStateService(const edm::ParameterSet &, edm::ActivityRegistry &);
0017     virtual ~MicroStateService();
0018 
0019   protected:
0020   };
0021 
0022 }  // namespace evf
0023 
0024 #endif