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
FlatRandomPtAndDxyGunProducer.h
Go to the documentation of this file.
1
#ifndef FlatRandomPtAndDxyGunProducer_H
2
#define FlatRandomPtAndDxyGunProducer_H
3
20
#include "
IOMC/ParticleGuns/interface/BaseFlatGunProducer.h
"
21
22
namespace
edm
{
23
24
class
FlatRandomPtAndDxyGunProducer
:
public
BaseFlatGunProducer
{
25
public
:
26
FlatRandomPtAndDxyGunProducer
(
const
ParameterSet
&
pset
);
27
~FlatRandomPtAndDxyGunProducer
()
override
;
28
29
void
produce
(
Event
&
e
,
const
EventSetup
& es)
override
;
30
31
private
:
32
// data members
33
34
double
fMinPt
;
35
double
fMaxPt
;
36
double
dxyMin_
;
37
double
dxyMax_
;
38
double
lxyMax_
;
39
double
lzMax_
;
40
double
ConeRadius_
;
41
double
ConeH_
;
42
double
DistanceToAPEX_
;
43
};
44
}
// namespace edm
45
46
#endif
edm::FlatRandomPtAndDxyGunProducer::~FlatRandomPtAndDxyGunProducer
~FlatRandomPtAndDxyGunProducer() override
Definition:
FlatRandomPtAndDxyGunProducer.cc:36
edm::BaseFlatGunProducer
Definition:
BaseFlatGunProducer.h:26
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
edm::FlatRandomPtAndDxyGunProducer::ConeH_
double ConeH_
Definition:
FlatRandomPtAndDxyGunProducer.h:41
edm::FlatRandomPtAndDxyGunProducer
Definition:
FlatRandomPtAndDxyGunProducer.h:24
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::FlatRandomPtAndDxyGunProducer::DistanceToAPEX_
double DistanceToAPEX_
Definition:
FlatRandomPtAndDxyGunProducer.h:42
edm::FlatRandomPtAndDxyGunProducer::produce
void produce(Event &e, const EventSetup &es) override
Definition:
FlatRandomPtAndDxyGunProducer.cc:40
edm::FlatRandomPtAndDxyGunProducer::dxyMin_
double dxyMin_
Definition:
FlatRandomPtAndDxyGunProducer.h:36
edm::EventSetup
Definition:
EventSetup.h:56
edm::FlatRandomPtAndDxyGunProducer::lxyMax_
double lxyMax_
Definition:
FlatRandomPtAndDxyGunProducer.h:38
edm::FlatRandomPtAndDxyGunProducer::FlatRandomPtAndDxyGunProducer
FlatRandomPtAndDxyGunProducer(const ParameterSet &pset)
Definition:
FlatRandomPtAndDxyGunProducer.cc:18
edm::FlatRandomPtAndDxyGunProducer::lzMax_
double lzMax_
Definition:
FlatRandomPtAndDxyGunProducer.h:39
edm::FlatRandomPtAndDxyGunProducer::fMinPt
double fMinPt
Definition:
FlatRandomPtAndDxyGunProducer.h:34
edm::FlatRandomPtAndDxyGunProducer::fMaxPt
double fMaxPt
Definition:
FlatRandomPtAndDxyGunProducer.h:35
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::FlatRandomPtAndDxyGunProducer::dxyMax_
double dxyMax_
Definition:
FlatRandomPtAndDxyGunProducer.h:37
edm::ParameterSet
Definition:
ParameterSet.h:48
BaseFlatGunProducer.h
edm::Event
Definition:
Event.h:73
edm::FlatRandomPtAndDxyGunProducer::ConeRadius_
double ConeRadius_
Definition:
FlatRandomPtAndDxyGunProducer.h:40
Generated for CMSSW Reference Manual by
1.8.14