CMS 3D CMS Logo

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

Variables

tuple DisplacedEleMuPSet
 

Variable Documentation

tuple hltExoticaDisplacedEleMu_cff.DisplacedEleMuPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_Mu38NoFiltersNoVtx_Photon38_CaloIdL_v", # Run2 Displaced muons
4  "HLT_Mu42NoFiltersNoVtx_Photon42_CaloIdL_v", # Run2 Displaced muons
5  "HLT_Mu17_Ele8_CaloIdT_CaloIsoVL_TrkIdVL_TrkIsoVL_v", # Run1
6  "HLT_Mu8_Ele17_CaloIdT_CaloIsoVL_TrkIdVL_TrkIsoVL_v" # Run1
7  ),
8  recElecLabel = cms.InputTag("gedGsfElectrons"),
9  recMuonLabel = cms.InputTag("muons"),
10  # -- Analysis specific cuts
11  minCandidates = cms.uint32(2),
12  # -- Analysis specific binnings
13  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20,
14  25, 30, 35, 40,
15  45, 50, 55, 60,
16  65, 70, 75, 80,
17  85, 90, 95, 100,
18  105, 110, 115, 120,
19  125, 130, 135, 140,
20  145, 150, 155, 160,
21  165, 170, 175, 180,
22  185, 190, 195, 200),
23  dropPt2 = cms.bool(True),
24  dropPt3 = cms.bool(True),
25  )

Definition at line 3 of file hltExoticaDisplacedEleMu_cff.py.