12 if hasattr(process,
"DTDataIntegrityTask"): del process.DTDataIntegrityTask
13 if hasattr(process,
"FastTimerService"): del process.FastTimerService
14 if hasattr(process,
"SiStripDetInfoFileReader"): del process.SiStripDetInfoFileReader
15 if hasattr(process,
"TkDetMap"): del process.TkDetMap
16 if hasattr(process,
"DQM"): del process.DQM
17 if hasattr(process,
"PoolDBOutputService"): del process.PoolDBOutputService
28 process.options = cms.untracked.PSet(numberOfThreads = cms.untracked.uint32(8),
29 sizeOfStackForThreadsInKB = cms.untracked.uint32(10*1024),
30 numberOfStreams = cms.untracked.uint32(0))