CMS 3D CMS Logo

hltExoticaDSTMuons_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 DSTMuonsPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  ),
6  recMuonLabel = cms.InputTag("muons"),
7  # -- Analysis specific cuts
8  #MET_genCut = cms.string("sumEt > 75"),
9  #MET_recCut = cms.string("sumEt > 75"),
10  minCandidates = cms.uint32(2),
11  # -- Analysis specific binnings
12  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
13  500, 550, 600, 650, 700, 800, 900, 1000
14  ),
15  dropPt3 = cms.bool(True),
16 )