Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:12:38

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from FWCore.Integration.test.unscheduled_fail_on_output_cfg import process
0004 process.options.TryToContinue = ['NotFound']
0005 
0006 process.out.outputCommands = cms.untracked.vstring('keep *', 'drop *_failing_*_*')
0007 process.failGet = cms.EDAnalyzer('IntTestAnalyzer', moduleLabel = cms.untracked.InputTag('failing'), valueMustMatch = cms.untracked.int32(0))
0008 process.failingEnd = cms.EndPath(process.failGet)