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
SimDataFormats
GeneratorProducts
interface
ExternalGeneratorEventInfo.h
Go to the documentation of this file.
1
#ifndef SimDataFormats_GeneratorProducts_ExternalGeneratorEventInfo_h
2
#define SimDataFormats_GeneratorProducts_ExternalGeneratorEventInfo_h
3
10
#include "
SimDataFormats/GeneratorProducts/interface/HepMCProduct.h
"
11
#include "
SimDataFormats/GeneratorProducts/interface/GenEventInfoProduct.h
"
12
#include "
DataFormats/Common/interface/RandomNumberGeneratorState.h
"
13
14
struct
ExternalGeneratorEventInfo
{
15
edm::HepMCProduct
hepmc_
;
16
GenEventInfoProduct
eventInfo_
;
17
edm::RandomNumberGeneratorState
randomState_
;
18
bool
keepEvent_
;
19
};
20
21
#endif
ExternalGeneratorEventInfo
Definition:
ExternalGeneratorEventInfo.h:14
GenEventInfoProduct
Definition:
GenEventInfoProduct.h:17
edm::RandomNumberGeneratorState
Definition:
RandomNumberGeneratorState.h:11
ExternalGeneratorEventInfo::eventInfo_
GenEventInfoProduct eventInfo_
Definition:
ExternalGeneratorEventInfo.h:16
ExternalGeneratorEventInfo::randomState_
edm::RandomNumberGeneratorState randomState_
Definition:
ExternalGeneratorEventInfo.h:17
HepMCProduct.h
ExternalGeneratorEventInfo::keepEvent_
bool keepEvent_
Definition:
ExternalGeneratorEventInfo.h:18
ExternalGeneratorEventInfo::hepmc_
edm::HepMCProduct hepmc_
Definition:
ExternalGeneratorEventInfo.h:15
edm::HepMCProduct
Definition:
HepMCProduct.h:21
GenEventInfoProduct.h
RandomNumberGeneratorState.h
Generated for CMSSW Reference Manual by
1.8.14