CMS 3D CMS Logo

FWLiteJobMetadataUpdateRequest.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWLiteJobMetadataUpdateRequest
2 #define Fireworks_Core_FWLiteJobMetadataUpdateRequest
3 
5 
6 namespace fwlite
7 {
8  class Event;
9 }
10 
11 class TFile;
12 
13 
15 {
16 public:
18  const TFile *file)
19  : event_(event), file_(file)
20  {
21 
22  }
23 
25  const TFile *file_;
26 };
27 
28 #endif
void event_()
FWLiteJobMetadataUpdateRequest(const fwlite::Event *event, const TFile *file)
Definition: event.py:1