CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FSparticleFlow_cfi.py
Go to the documentation of this file.
2 
3 FSparticleFlow = cms.EDProducer("FSPFProducer",
4  # PFCandidate label
5  pfCandidates = cms.InputTag("particleFlow"),
6  par1 = cms.double(0.145),
7  par2 = cms.double(0.0031),
8  barrel_th = cms.double(0.8),
9  middle_th = cms.double(1.1),
10  endcap_th = cms.double(2.4)
11  )
12 
13 
14