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 DSTMuonsPSet = cms.PSet(
0004     hltPathsToCheck = cms.vstring(
0005         ),
0006     recMuonLabel  = cms.InputTag("muons"),
0007     # -- Analysis specific cuts
0008     #MET_genCut      = cms.string("sumEt > 75"),
0009     #MET_recCut      = cms.string("sumEt > 75"),
0010     minCandidates = cms.uint32(2),
0011     # -- Analysis specific binnings
0012     parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470, 
0013                                    500, 550, 600, 650, 700, 800, 900, 1000
0014                                    ),
0015     dropPt3 = cms.bool(True),
0016 )