CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
TopElectronHLTOfflineSource_cfi Namespace Reference

Variables

tuple topElectronHLTOffDQMSource
 

Variable Documentation

tuple TopElectronHLTOfflineSource_cfi.topElectronHLTOffDQMSource
Initial value:
1 = cms.EDFilter("TopElectronHLTOfflineSource",
2  DQMDirName=cms.string("HLT/TopEgOffline"),
3 
4  hltTag = cms.string("HLT"),
5  superTriggerNames = cms.vstring(["HLT_L1Jet6U", "HLT_Jet15U", "HLT_QuadJet15U"]),
6  electronTriggerNames = cms.vstring(["HLT_EgammaSuperClusterOnly_L1R","HLT_Ele10_LW_L1R"]),
7  triggerResultsLabel = cms.InputTag("TriggerResults","","HLT"),
8  triggerSummaryLabel = cms.InputTag("hltTriggerSummaryAOD","","HLT"),
9  electronCollection = cms.InputTag("gsfElectrons"),
10  primaryVertexCollection = cms.InputTag("offlinePrimaryVertices"),
11  triggerJetFilterLabel = cms.InputTag("hltL1sQuadJet15U","","HLT"),
12  triggerElectronFilterLabel = cms.InputTag("hltL1sL1SingleEG1", "", "HLT"),
13  beamSpot = cms.InputTag('offlineBeamSpot'),
14  electronIdNames = cms.vstring(["eidRobustLoose"]),
15 
16  electronMinEt = cms.double(0.),
17  electronMaxEta = cms.double(2.5),
18  excludeCloseJets = cms.bool(True),
19  requireTriggerMatch = cms.bool(False),
20 
21  addExtraId = cms.bool(True),
22 
23  # extra ID cuts - take optimised cut values (90% signal efficiency, 5% BG efficiency, TMVA method 'TMVA MC cuts')
24  extraIdCutsSigmaEta = cms.double(5.3602221377786943e-03),
25  extraIdCutsSigmaPhi = cms.double(6.4621652755048238e-04),
26  extraIdCutsDzPV = cms.double(1.9588114237784421e-02)
27 )

Definition at line 3 of file TopElectronHLTOfflineSource_cfi.py.