CMS 3D CMS Logo

TriggerMatchEfficencyPlotter_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 triggerMatchEffPlotterTightMiniAOD = DQMEDHarvester("TriggerMatchEfficiencyPlotter",
5  folder = cms.string("Muons_miniAOD/TriggerMatchMonitor"),
6  triggerhistName1 = cms.string('IsoMu24'),
7  triggerhistName2 = cms.string('Mu50')
8  )
9 
10