Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:44:45

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 
0004 
0005 HLTOverallSummary = cms.EDAnalyzer("DQMOfflineHLTEventInfoClient",
0006                                     verbose = cms.untracked.bool(False)
0007                                     )
0008 
0009 HLTOverallCertSeq = cms.Sequence(HLTOverallSummary)