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
FlatRandomOneOverPtGunProducer.h
Go to the documentation of this file.
1
#ifndef FlatRandomOneOverPtGunProducer_H
2
#define FlatRandomOneOverPtGunProducer_H
3
9
#include "
IOMC/ParticleGuns/interface/BaseFlatGunProducer.h
"
10
11
namespace
edm
{
12
13
class
FlatRandomOneOverPtGunProducer
:
public
BaseFlatGunProducer
{
14
public
:
15
FlatRandomOneOverPtGunProducer
(
const
ParameterSet
&
pset
);
16
~FlatRandomOneOverPtGunProducer
()
override
;
17
18
void
produce
(
Event
&
e
,
const
EventSetup
& es)
override
;
19
20
private
:
21
// data members
22
23
double
fMinOneOverPt
;
24
double
fMaxOneOverPt
;
25
};
26
}
// namespace edm
27
28
#endif
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::FlatRandomOneOverPtGunProducer::FlatRandomOneOverPtGunProducer
FlatRandomOneOverPtGunProducer(const ParameterSet &pset)
Definition:
FlatRandomOneOverPtGunProducer.cc:18
edm::EventSetup
Definition:
EventSetup.h:56
edm::FlatRandomOneOverPtGunProducer::produce
void produce(Event &e, const EventSetup &es) override
Definition:
FlatRandomOneOverPtGunProducer.cc:37
edm::FlatRandomOneOverPtGunProducer::fMinOneOverPt
double fMinOneOverPt
Definition:
FlatRandomOneOverPtGunProducer.h:23
edm::FlatRandomOneOverPtGunProducer::~FlatRandomOneOverPtGunProducer
~FlatRandomOneOverPtGunProducer() override
Definition:
FlatRandomOneOverPtGunProducer.cc:33
edm::FlatRandomOneOverPtGunProducer
Definition:
FlatRandomOneOverPtGunProducer.h:13
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::FlatRandomOneOverPtGunProducer::fMaxOneOverPt
double fMaxOneOverPt
Definition:
FlatRandomOneOverPtGunProducer.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