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
n
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
c
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
src
Fireworks
Core
interface
FWLiteJobMetadataUpdateRequest.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_FWLiteJobMetadataUpdateRequest
2
#define Fireworks_Core_FWLiteJobMetadataUpdateRequest
3
4
#include "
Fireworks/Core/interface/FWJobMetadataUpdateRequest.h
"
5
6
namespace
fwlite
{
7
class
Event
;
8
}
9
10
class
TFile;
11
12
class
FWLiteJobMetadataUpdateRequest
:
public
FWJobMetadataUpdateRequest
{
13
public
:
14
FWLiteJobMetadataUpdateRequest
(
const
fwlite::Event
*
event
,
const
TFile *
file
) :
event_
(
event
),
file_
(
file
) {}
15
16
const
fwlite::Event
*
event_
;
17
const
TFile *
file_
;
18
};
19
20
#endif
FWJobMetadataUpdateRequest
Definition:
FWJobMetadataUpdateRequest.h:4
FWLiteJobMetadataUpdateRequest
Definition:
FWLiteJobMetadataUpdateRequest.h:12
geometryDiff.file
file
Definition:
geometryDiff.py:13
FWLiteJobMetadataUpdateRequest::event_
const fwlite::Event * event_
Definition:
FWLiteJobMetadataUpdateRequest.h:16
Event
fwlite::Event
Definition:
Event.h:90
fwlite
Definition:
TFileDirectory.h:16
FWJobMetadataUpdateRequest.h
FWLiteJobMetadataUpdateRequest::file_
const TFile * file_
Definition:
FWLiteJobMetadataUpdateRequest.h:17
FWLiteJobMetadataUpdateRequest::FWLiteJobMetadataUpdateRequest
FWLiteJobMetadataUpdateRequest(const fwlite::Event *event, const TFile *file)
Definition:
FWLiteJobMetadataUpdateRequest.h:14
event
Definition:
event.py:1
Generated for CMSSW Reference Manual by
1.8.14