Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
0003 
0004 DQMExampleGenericClient = DQMEDHarvester("DQMGenericClient",
0005                                           subDirs = cms.untracked.vstring("Physics/TopTest"),
0006                                           efficiency = cms.vstring(
0007                                               "myEfficiencyEta 'Efficiency vs Eta' EleEta_leading_HLT_matched EleEta_leading",
0008                                               "myEfficiencyPhi 'Efficiency vs Phi' ElePhi_leading_HLT_matched ElePhi_leading"
0009                                               ),
0010                                           resolution = cms.vstring("")
0011     )