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
GeneratorInterface
Pythia6Interface
plugins
Pythia6EGun.h
Go to the documentation of this file.
1
#ifndef gen_Pythia6EGun_h
2
#define gen_Pythia6EGun_h
3
4
#include "
Pythia6ParticleGun.h
"
5
6
namespace
CLHEP
{
7
class
HepRandomEngine;
8
}
9
10
namespace
gen
{
11
12
class
Pythia6EGun
:
public
Pythia6ParticleGun
{
13
public
:
14
Pythia6EGun
(
const
edm::ParameterSet
&);
15
~Pythia6EGun
()
override
;
16
// void produce( edm::Event&, const edm::EventSetup& ) ;
17
18
protected
:
19
void
generateEvent
(CLHEP::HepRandomEngine*)
override
;
20
21
private
:
22
double
fMinEta
;
23
double
fMaxEta
;
24
double
fMinE
;
25
double
fMaxE
;
26
bool
fAddAntiParticle
;
27
};
28
29
}
// namespace gen
30
31
#endif
gen::Pythia6EGun::fMinE
double fMinE
Definition:
Pythia6EGun.h:24
gen::Pythia6EGun::Pythia6EGun
Pythia6EGun(const edm::ParameterSet &)
Definition:
Pythia6EGun.cc:17
gen::Pythia6EGun
Definition:
Pythia6EGun.h:12
gen::Pythia6EGun::fMaxEta
double fMaxEta
Definition:
Pythia6EGun.h:23
gen::Pythia6EGun::fMinEta
double fMinEta
Definition:
Pythia6EGun.h:22
CLHEP
Definition:
CocoaGlobals.h:27
gen
Definition:
PythiaDecays.h:13
gen::Pythia6EGun::~Pythia6EGun
~Pythia6EGun() override
Definition:
Pythia6EGun.cc:27
Pythia6ParticleGun.h
gen::Pythia6EGun::fMaxE
double fMaxE
Definition:
Pythia6EGun.h:25
edm::ParameterSet
Definition:
ParameterSet.h:47
gen::Pythia6EGun::fAddAntiParticle
bool fAddAntiParticle
Definition:
Pythia6EGun.h:26
gen::Pythia6EGun::generateEvent
void generateEvent(CLHEP::HepRandomEngine *) override
Definition:
Pythia6EGun.cc:29
gen::Pythia6ParticleGun
Definition:
Pythia6ParticleGun.h:28
Generated for CMSSW Reference Manual by
1.8.14