CMS 3D CMS Logo

hltExoticaLowPtDimuon_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 LowPtDimuonPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_Mass3p8_v", # Claimed path for Run3
6  "HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_Mass8_v", # Claimed path for Run3
7  "HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_v" # Claimed path for Run3
8  ),
9  recMuonLabel = cms.InputTag("muons"),
10  # -- Analysis specific cuts
11  minCandidates = cms.uint32(2),
12  # -- Analysis specific binnings
13 
14  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
15  60, 70, 80, 100
16  ),
17  dropPt3 = cms.bool(True),
18  )