CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1MuTriggerPtScale_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 L1MuTriggerPtScale = cms.ESProducer("L1MuTriggerPtScaleProducer",
4  nbitPackingPt = cms.int32(5),
5  scalePt = cms.vdouble(-1.0, 0.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0, 6.0, 7.0, 8.0, 10.0, 12.0, 14.0, 16.0, 18.0, 20.0, 25.0, 30.0, 35.0, 40.0, 45.0, 50.0, 60.0, 70.0, 80.0, 90.0, 100.0, 120.0, 140.0, 1000000.0),
6  signedPackingPt = cms.bool(False),
7  nbinsPt = cms.int32(32)
8 )
9 
10 
11