CMS 3D CMS Logo

EgammaMonitoring_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMOffline.Trigger.HLTEGTnPMonitor_cfi import egmGsfElectronIDsForDQM,egHLTDQMOfflineTnPSource
4 
5 egammaMonitorHLT = cms.Sequence(
6  egmGsfElectronIDsForDQM*
7  egHLTDQMOfflineTnPSource
8 )