CMS 3D CMS Logo

hltExoticaDisplacedDimuon_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 DisplacedDimuonPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_DoubleMu43NoFiltersNoVtx_v", # 2017 displaced mu-mu (main)
6  "HLT_DoubleMu48NoFiltersNoVtx_v", # 2017 displaced mu-mu (backup)
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  )