![]() |
![]() |
00001 import FWCore.ParameterSet.Config as cms 00002 00003 from DQM.HLTEvF.HLTMonElectron_cfi import * 00004 #from DQM.HLTEvF.electronDQMIsoDistTrigger_cfi import * 00005 #from DQM.HLTEvF.electronDQMIsoDist_cfi import * 00006 #from DQM.HLTEvF.electronDQMPixelMatch_cfi import * 00007 #from DQM.HLTEvF.electronDQMConsumer_cfi import * 00008 hltMonElectronPath = cms.Path(hltMonE) 00009 #hltMonElectronPath = cms.Path(hltMonE*electronDQMIsoDistTrigger*electronDQMIsoDist*electronDQMPixelMatch*electronDQMConsumer) 00010 00011