Functions
online_customizations_cfi Namespace Reference
Functions
def
customise
(
process
)
Function Documentation
◆
customise()
def online_customizations_cfi.customise
(
process
)
Definition at line
3
of file
online_customizations_cfi.py
.
References
mathSSE.return()
.
3
def
customise
(process):
4
5
if
not
hasattr(process,
"options"
):
6
process.options = cms.untracked.PSet()
7
8
process.options.numberOfThreads = 1
9
process.options.numberOfStreams = 1
10
11
return
(process)
12
mathSSE::return
return((rh ^ lh) &mask)
online_customizations_cfi.customise
def customise(process)
Definition:
online_customizations_cfi.py:3
Generated for CMSSW Reference Manual by
1.8.14