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
Functions
SimCalorimetry_setPreshowerLowGain_cff Namespace Reference
Functions
def
customise
(
process
)
Function Documentation
◆
customise()
def SimCalorimetry_setPreshowerLowGain_cff.customise
(
process
)
Definition at line
3
of file
SimCalorimetry_setPreshowerLowGain_cff.py
.
References
mathSSE.return()
.
3
def
customise
(process):
4
5
process.simEcalPreshowerDigis.ESNoiseSigma = cms.untracked.double(3.0)
6
process.simEcalPreshowerDigis.ESGain = cms.untracked.int32(1)
7
process.simEcalPreshowerDigis.ESMIPADC = cms.untracked.double(9.0)
8
9
process.mix.digitizers.ecal.ESGain = cms.int32(1)
10
process.mix.digitizers.ecal.ESNoiseSigma = cms.double(3.0)
11
process.mix.digitizers.ecal.ESMIPADC = cms.double(9.0)
12
# process.simEcalUnsuppressedDigis.ESGain = cms.int32(1)
13
# process.simEcalUnsuppressedDigis.ESNoiseSigma = cms.double(3.0)
14
# process.simEcalUnsuppressedDigis.ESMIPADC = cms.double(9.0)
15
16
return
(process)
17
18
mathSSE::return
return((rh ^ lh) &mask)
SimCalorimetry_setPreshowerLowGain_cff.customise
def customise(process)
Definition:
SimCalorimetry_setPreshowerLowGain_cff.py:3
Generated for CMSSW Reference Manual by
1.8.14