Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-07-18 22:34:01

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 throughputServiceClient = cms.EDProducer('ThroughputServiceClient',
0004   dqmPath = cms.untracked.string('HLT/Throughput'),
0005   createSummary = cms.untracked.bool(True),
0006   fillEveryLumiSection = cms.bool(True),
0007   mightGet = cms.optional.untracked.vstring
0008 )