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("particleFlowTmp"),
6  # parameters of the linear dependence between neutral and charged hadrons in PF:
7  par1 = cms.double(0.145),
8  par2 = cms.double(0.0031),
9  # eta-dependent thresholds:
10  barrel_th = cms.double(0.8),
11  middle_th = cms.double(1.1),
12  endcap_th = cms.double(2.4),
13  # specific for HF candidates:
14  pfPatchInHF = cms.bool(False),
15  EM_HF_ScaleFactor = cms.vdouble(0.675, 0.55), # eta-dependent scale factor for EM tower energy
16  HF_Ratio = cms.double(1.7) # ratio of the number of EM/had towers in FullSim
17  )
18 
19 
20