Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:18

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 errorSummaryFilter = cms.EDFilter("ErrorSummaryFilter",
0004                                   src = cms.InputTag("logErrorHarvester"), 
0005                                   severity = cms.string("error"),
0006                                   modules = cms.vstring(),
0007                                   avoidCategories = cms.vstring()
0008                                   )