DQM
Integration
python
config
online_customizations_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
def
customise
(process):
4
5
if
not
hasattr(process,
"options"
):
6
process.options = cms.untracked.PSet()
7
8
process.options.numberOfThreads = cms.untracked.uint32(1)
9
process.options.numberOfStreams = cms.untracked.uint32(1)
10
11
return
(process)
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.16