test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaDisplacedL2Dimuon_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 DisplacedL2DimuonPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_L2DoubleMu28_NoVertex_2Cha_Angle2p5_Mass10_v", # Run2
6  "HLT_L2DoubleMu23_NoVertex_v", # Run2
7  "HLT_L2DoubleMu38_NoVertex_2Cha_Angle2p5_Mass10_v" # Run2
8  ),
9  #recMuonLabel = cms.InputTag("muons"),
10  recMuonTrkLabel = cms.InputTag("refittedStandAloneMuons"),
11  # -- Analysis specific cuts
12  minCandidates = cms.uint32(2),
13  # -- Analysis specific binnings
14  parametersDxy = cms.vdouble(50, -50, 50),
15  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
16  60, 70, 80, 100
17  ),
18  dropPt3 = cms.bool(True),
19  )