Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Fireworks
FWInterface
src
FWFFMetadataUpdateRequest.h
Go to the documentation of this file.
1
#ifndef Fireworks_FWInterface_FWFFMetadataManagerUpdateRequest_h
2
#define Fireworks_FWInterface_FWFFMetadataManagerUpdateRequest_h
3
4
#include "
Fireworks/Core/interface/FWJobMetadataUpdateRequest.h
"
5
#include "
FWCore/Framework/interface/Event.h
"
6
7
class
FWFFMetadataUpdateRequest
:
public
FWJobMetadataUpdateRequest
{
8
public
:
9
FWFFMetadataUpdateRequest
(
const
edm::Event
&
event
) :
m_event
(
event
) {}
10
const
edm::Event
&
event
()
const
{
return
m_event
; }
11
12
private
:
13
const
edm::Event
&
m_event
;
14
};
15
16
#endif
FWJobMetadataUpdateRequest.h
FWFFMetadataUpdateRequest::event
const edm::Event & event() const
Definition:
FWFFMetadataUpdateRequest.h:10
FWJobMetadataUpdateRequest
Definition:
FWJobMetadataUpdateRequest.h:4
Event.h
FWFFMetadataUpdateRequest::FWFFMetadataUpdateRequest
FWFFMetadataUpdateRequest(const edm::Event &event)
Definition:
FWFFMetadataUpdateRequest.h:9
FWFFMetadataUpdateRequest
Definition:
FWFFMetadataUpdateRequest.h:7
FWFFMetadataUpdateRequest::m_event
const edm::Event & m_event
Definition:
FWFFMetadataUpdateRequest.h:13
event
Definition:
event.py:1
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.16