CMS 3D CMS Logo

hltExoticaLowPtTrimuon_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 LowPtTrimuonPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  ),
6  recMuonLabel = cms.InputTag("muons"),
7  # -- Analysis specific cuts
8  minCandidates = cms.uint32(3),
9  # -- Analysis specific binnings
10  parametersDxy = cms.vdouble(50, -2.500, 2.500),
11  )