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("gedGsfElectrons"),
12  primaryVertexCollection = cms.InputTag("offlinePrimaryVertices"),
13  triggerJetFilterLabel = cms.InputTag("hltL1sQuadJet15U","","HLT"),
14  triggerElectronFilterLabel = cms.InputTag("hltL1sL1SingleEG1", "", "HLT"),
15  beamSpot = cms.InputTag('offlineBeamSpot'),
16  electronIdNames = cms.vstring(["eidRobustLoose"]),
17 
18  electronMinEt = cms.double(0.),
19  electronMaxEta = cms.double(2.5),
20  excludeCloseJets = cms.bool(True),
21  requireTriggerMatch = cms.bool(False),
22 
23  addExtraId = cms.bool(True),
24 
25  # extra ID cuts - take optimised cut values (90% signal efficiency, 5% BG efficiency, TMVA method 'TMVA MC cuts')
26  extraIdCutsSigmaEta = cms.double(5.3602221377786943e-03),
27  extraIdCutsSigmaPhi = cms.double(6.4621652755048238e-04),
28  extraIdCutsDzPV = cms.double(1.9588114237784421e-02)
29 )
30 
31