CMS 3D CMS Logo

ZGammaplusJetsMonitor_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMOffline.Trigger.zgammajetsmonitoring_cfi import zgammajetsmonitoring
4 
5 hltZJetsmonitoring = zgammajetsmonitoring.clone(
6  FolderName = 'HLT/JME/ZGammaPlusJets/',
7  PathName = "HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_Mass8_PFJet30_v",
8  ModuleName = "hltDiMuon178Mass8Filtered"
9 )