Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:18:52

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 HighPtDimuonPSet = cms.PSet(
0004     hltPathsToCheck = cms.vstring(
0005         ),
0006     recMuonLabel  = cms.InputTag("muons"),
0007     # -- Analysis specific cuts
0008     minCandidates = cms.uint32(2),
0009     # -- Analysis specific binnings
0010     parametersTurnOn = cms.vdouble( 0, 50, 100, 150, 200, 250, 300, 400, 500, 600, 700, 800, 900, 1000,
0011                                     1100, 1200, 1500
0012                                    ),
0013     dropPt3 = cms.bool(True),
0014     )