CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TopElectronHLTOfflineClient_cfi.py
Go to the documentation of this file.
2 
3 topElectronHLTOffDQMClient = cms.EDFilter("TopElectronHLTOfflineClient",
4  DQMDirName=cms.string("HLT/TopEgOffline"),
5  runClientEndLumiBlock=cms.bool(False),
6  runClientEndRun=cms.bool(True),
7  runClientEndJob=cms.bool(False),
8 
9  hltTag = cms.string("HLT"),
10  superTriggerNames = cms.vstring(["HLT_L1Jet6U", "HLT_Jet15U", "HLT_QuadJet15U"]),
11  electronTriggerNames = cms.vstring(["HLT_EgammaSuperClusterOnly_L1R","HLT_Ele10_LW_L1R"]),
12  electronIdNames = cms.vstring(["eidRobustLoose"]),
13  addExtraId = cms.bool(True)
14 )
15 
16