CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TopElectronHLTOfflineSource_cfi.py
Go to the documentation of this file.
2 
3 topElectronHLTOffDQMSource = cms.EDFilter("TopElectronHLTOfflineSource",
4  DQMDirName=cms.string("HLT/TopEgOffline"),
5 
6  hltTag = cms.string("HLT"),
7  superTriggerNames = cms.vstring(["HLT_L1Jet6U", "HLT_Jet15U", "HLT_QuadJet15U"]),
8  electronTriggerNames = cms.vstring(["HLT_EgammaSuperClusterOnly_L1R","HLT_Ele10_LW_L1R"]),
9  triggerResultsLabel = cms.InputTag("TriggerResults","","HLT"),
10  triggerSummaryLabel = cms.InputTag("hltTriggerSummaryAOD","","HLT"),
11  electronCollection = cms.InputTag("gsfElectrons"),
12  primaryVertexCollection = cms.InputTag("offlinePrimaryVertices"),
13  triggerJetFilterLabel = cms.InputTag("hltL1sQuadJet15U","","HLT"),
14  triggerElectronFilterLabel = cms.InputTag("hltL1sL1SingleEG1", "", "HLT"),
15  electronIdNames = cms.vstring(["eidRobustLoose"]),
16 
17  electronMinEt = cms.double(0.),
18  electronMaxEta = cms.double(2.5),
19  excludeCloseJets = cms.bool(True),
20  requireTriggerMatch = cms.bool(False),
21 
22  addExtraId = cms.bool(True),
23 
24  # extra ID cuts - take optimised cut values (90% signal efficiency, 5% BG efficiency, TMVA method 'TMVA MC cuts')
25  extraIdCutsSigmaEta = cms.double(5.3602221377786943e-03),
26  extraIdCutsSigmaPhi = cms.double(6.4621652755048238e-04),
27  extraIdCutsDzPV = cms.double(1.9588114237784421e-02)
28 )
29 
30