Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 topElectronHLTOffDQMClient = cms.EDFilter("TopElectronHLTOfflineClient",
00004 DQMDirName=cms.string("HLT/TopEgOffline"),
00005 runClientEndLumiBlock=cms.bool(False),
00006 runClientEndRun=cms.bool(True),
00007 runClientEndJob=cms.bool(False),
00008
00009 hltTag = cms.string("HLT"),
00010 superTriggerNames = cms.vstring(["HLT_L1Jet6U", "HLT_Jet15U", "HLT_QuadJet15U"]),
00011 electronTriggerNames = cms.vstring(["HLT_EgammaSuperClusterOnly_L1R","HLT_Ele10_LW_L1R"]),
00012 electronIdNames = cms.vstring(["eidRobustLoose"]),
00013 addExtraId = cms.bool(True)
00014 )
00015
00016