test
CMS 3D CMS Logo

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

Variables

tuple DisplacedDimuonPSet
 

Variable Documentation

tuple hltExoticaDisplacedDimuon_cff.DisplacedDimuonPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_DoubleMu33NoFiltersNoVtx_v", # Run2
4  "HLT_DoubleMu38NoFiltersNoVtx_v", # Run2
5  "HLT_DoubleMu23NoFiltersNoVtxDisplaced_v", # Run2
6  "HLT_DoubleMu28NoFiltersNoVtxDisplaced_v" # Run2
7  ),
8  recMuonLabel = cms.InputTag("muons"),
9  # -- Analysis specific cuts
10  minCandidates = cms.uint32(2),
11  # -- Analysis specific binnings
12  parametersDxy = cms.vdouble(50, -50, 50),
13  parametersTurnOn = cms.vdouble(
14  0, 10, 20, 30, 40, 50,
15  100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600
16  ),
17  dropPt3 = cms.bool(True),
18  )

Definition at line 3 of file hltExoticaDisplacedDimuon_cff.py.