CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BoostedTopProducer_cfi.py
Go to the documentation of this file.
2 
3 BoostedTopProducer = cms.EDProducer("BoostedTopProducer",
4  electronLabel = cms.InputTag("selectedLayer1Electrons"),
5  muonLabel = cms.InputTag("selectedLayer1Muons"),
6  jetLabel = cms.InputTag("selectedLayer1Jets"),
7  caloIsoCut = cms.double(0.2),
8  mTop = cms.double(175.0),
9  solLabel = cms.InputTag("solutions"),
10  metLabel = cms.InputTag("layer1METs")
11 )