Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Functions
Customs Namespace Reference
Functions
def
disableOOTPU
Function Documentation
def
Customs.disableOOTPU
(
process
)
Definition at line
10
of file
Customs.py
.
10
11
def
disableOOTPU
(process):
12
process.mix.maxBunch = cms.int32(0)
13
process.mix.minBunch = cms.int32(0)
14
# set the bunch spacing
15
# bunch spacing matters for calorimeter calibration
16
# by convention bunchspace is set to 450 in case of no oot pu
17
process.mix.bunchspace = 450
18
return
process
19
20
# more to come
Customs.disableOOTPU
def disableOOTPU
Definition:
Customs.py:10
Generated for CMSSW Reference Manual by
1.8.5