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