CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWFFMetadataUpdateRequest.h
Go to the documentation of this file.
1 #ifndef Fireworks_FWInterface_FWFFMetadataManagerUpdateRequest_h
2 #define Fireworks_FWInterface_FWFFMetadataManagerUpdateRequest_h
3 
6 
8 {
9 public:
11  : m_event(event)
12  {}
13  const edm::Event &event() const {return m_event;}
14 private:
16 };
17 
18 #endif
const edm::Event & event() const
FWFFMetadataUpdateRequest(const edm::Event &event)