1 import FWCore.ParameterSet.Config
as cms
6 if not hasattr(process,
"options"):
7 process.options = cms.PSet()
8 if not hasattr(process.options,
"numberOfStreams"):
9 process.options.numberOfStreams = cms.untracked.uint32(0)
11 for label, prod
in process.producers_().iteritems():
12 if prod.type_() ==
"OscarProducer":
14 prod.__dict__[
'_TypedParameterizable__type'] =
"OscarMTProducer"
def customiseMultithreadedSim