00001 cms.EDFilter("TopElectronHLTOfflineClient",
00002 DQMDirName=cms.string("HLT/TopEgOffline"),
00003 runClientEndLumiBlock=cms.bool(False),
00004 runClientEndRun=cms.bool(True),
00005 runClientEndJob=cms.bool(False),
00006
00007 hltTag = cms.string("HLT"),
00008 superTriggerNames = cms.vstring(["HLT_L1Jet6U", "HLT_Jet15U", "HLT_QuadJet15U"]),
00009 electronTriggerNames = cms.vstring(["HLT_EgammaSuperClusterOnly_L1R","HLT_Ele10_LW_L1R"]),
00010 electronIdNames = cms.vstring(["eidRobustLoose"]),
00011 addExtraId = cms.bool(True)
00012 )