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
GeneratorInterface
Pythia6Interface
plugins
Pythia6PtYDistGun.h
Go to the documentation of this file.
1
#ifndef gen_Pythia6PtYDistGun_h
2
#define gen_Pythia6PtYDistGun_h
3
4
#include "
Pythia6ParticleGun.h
"
5
6
namespace
CLHEP
{
7
class
HepRandomEngine;
8
}
9
10
namespace
gen
{
11
12
class
PtYDistributor;
13
14
class
Pythia6PtYDistGun
:
public
Pythia6ParticleGun
{
15
public
:
16
Pythia6PtYDistGun
(
const
edm::ParameterSet
&);
17
~Pythia6PtYDistGun
()
override
;
18
19
protected
:
20
void
generateEvent
(CLHEP::HepRandomEngine*)
override
;
21
22
private
:
23
PtYDistributor
*
fPtYGenerator
;
24
};
25
}
// namespace gen
26
#endif
gen::Pythia6PtYDistGun::~Pythia6PtYDistGun
~Pythia6PtYDistGun() override
Definition:
Pythia6PtYDistGun.cc:30
gen::Pythia6PtYDistGun::generateEvent
void generateEvent(CLHEP::HepRandomEngine *) override
Definition:
Pythia6PtYDistGun.cc:35
CLHEP
Definition:
CocoaGlobals.h:27
gen::Pythia6PtYDistGun::fPtYGenerator
PtYDistributor * fPtYGenerator
Definition:
Pythia6PtYDistGun.h:23
gen::PtYDistributor
Definition:
PtYDistributor.h:14
gen
Definition:
PythiaDecays.h:13
gen::Pythia6PtYDistGun
Definition:
Pythia6PtYDistGun.h:14
Pythia6ParticleGun.h
gen::Pythia6PtYDistGun::Pythia6PtYDistGun
Pythia6PtYDistGun(const edm::ParameterSet &)
Definition:
Pythia6PtYDistGun.cc:18
edm::ParameterSet
Definition:
ParameterSet.h:48
gen::Pythia6ParticleGun
Definition:
Pythia6ParticleGun.h:19
Generated for CMSSW Reference Manual by
1.8.14