CMS 3D CMS Logo

JetMETPromptMonitor_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 
7 jetmetMonitorHLT = cms.Sequence(
8 
9  HLTJetmonitoring
10  * HLTDiJetmonitoring
11  * HLTZGammaJetmonitoring
12 )
13 
14 jmeHLTDQMSourceExtra = cms.Sequence(
15 )