CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWFFMetadataManager.h
Go to the documentation of this file.
1 #ifndef Fireworks_FWInterface_FWFFMetadataManager_h
2 #define Fireworks_FWInterface_FWFFMetadataManager_h
3 
5 
6 namespace edm {
7 class Event;
8 }
10 
12 {
13 public:
15  virtual bool hasModuleLabel(std::string& moduleLabel);
16 
17 protected:
18  virtual bool doUpdate(FWJobMetadataUpdateRequest*);
19 
20 private:
22 
23 };
24 #endif
virtual bool doUpdate(FWJobMetadataUpdateRequest *)
virtual bool hasModuleLabel(std::string &moduleLabel)
const edm::Event * m_event