CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/FastSimulation/ParticleFlow/python/FSparticleFlow_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 FSparticleFlow = cms.EDProducer("FSPFProducer",
00004                                 # PFCandidate label
00005                                 pfCandidates = cms.InputTag("particleFlowTmp"),
00006                                 par1 = cms.double(0.145),
00007                                 par2 = cms.double(0.0031),
00008                                 barrel_th = cms.double(0.8),
00009                                 middle_th = cms.double(1.1),                             
00010                                 endcap_th = cms.double(2.4)
00011                                 )
00012 
00013 
00014