Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:08

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 process = cms.Process("TEST")
0004 
0005 process.source = cms.Source("EmptySource")
0006 
0007 process.maxEvents = cms.untracked.PSet(input = cms.untracked.int32(1000))
0008 
0009 process.add_(cms.Service("ZombieKillerService",
0010                           secondsBetweenChecks = cms.untracked.uint32(1),
0011                           numberOfAllowedFailedChecksInARow = cms.untracked.uint32(1)))