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
IOMC
ParticleGuns
interface
FlatRandomPtGunProducer.h
Go to the documentation of this file.
1
#ifndef FlatRandomPtGunProducer_H
2
#define FlatRandomPtGunProducer_H
3
10
#include "
IOMC/ParticleGuns/interface/BaseFlatGunProducer.h
"
11
12
namespace
edm
{
13
14
class
FlatRandomPtGunProducer
:
public
BaseFlatGunProducer
{
15
public
:
16
FlatRandomPtGunProducer
(
const
ParameterSet
&
pset
);
17
~FlatRandomPtGunProducer
()
override
;
18
19
void
produce
(
Event
&
e
,
const
EventSetup
& es)
override
;
20
21
private
:
22
// data members
23
24
double
fMinPt
;
25
double
fMaxPt
;
26
};
27
}
// namespace edm
28
29
#endif
edm::FlatRandomPtGunProducer::produce
void produce(Event &e, const EventSetup &es) override
Definition:
FlatRandomPtGunProducer.cc:37
edm::FlatRandomPtGunProducer
Definition:
FlatRandomPtGunProducer.h:14
edm::FlatRandomPtGunProducer::~FlatRandomPtGunProducer
~FlatRandomPtGunProducer() override
Definition:
FlatRandomPtGunProducer.cc:33
edm::FlatRandomPtGunProducer::FlatRandomPtGunProducer
FlatRandomPtGunProducer(const ParameterSet &pset)
Definition:
FlatRandomPtGunProducer.cc:22
edm::FlatRandomPtGunProducer::fMaxPt
double fMaxPt
Definition:
FlatRandomPtGunProducer.h:25
edm::BaseFlatGunProducer
Definition:
BaseFlatGunProducer.h:26
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::EventSetup
Definition:
EventSetup.h:56
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::FlatRandomPtGunProducer::fMinPt
double fMinPt
Definition:
FlatRandomPtGunProducer.h:24
edm::ParameterSet
Definition:
ParameterSet.h:47
BaseFlatGunProducer.h
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.14