File indexing completed on 2024-04-06 12:18:52
0001 import FWCore.ParameterSet.Config as cms
0002
0003 LowPtDimuonPSet = cms.PSet(
0004 hltPathsToCheck = cms.vstring(
0005 "HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_Mass3p8_v",
0006 "HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_Mass8_v",
0007 "HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_v"
0008 ),
0009 recMuonLabel = cms.InputTag("muons"),
0010
0011 minCandidates = cms.uint32(2),
0012
0013
0014 parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
0015 60, 70, 80, 100
0016 ),
0017 dropPt3 = cms.bool(True),
0018 )