CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
FSparticleFlow_cfi Namespace Reference

Variables

tuple FSparticleFlow
 

Variable Documentation

tuple FSparticleFlow_cfi.FSparticleFlow
Initial value:
1 = cms.EDProducer("FSPFProducer",
2  # PFCandidate label
3  pfCandidates = cms.InputTag("particleFlowTmp"),
4  # parameters of the linear dependence between neutral and charged hadrons in PF:
5  par1 = cms.double(0.145),
6  par2 = cms.double(0.0031),
7  # eta-dependent thresholds:
8  barrel_th = cms.double(0.8),
9  middle_th = cms.double(1.1),
10  endcap_th = cms.double(2.4),
11  # specific for HF candidates:
12  pfPatchInHF = cms.bool(False),
13  EM_HF_ScaleFactor = cms.vdouble(0.675, 0.55), # eta-dependent scale factor for EM tower energy
14  HF_Ratio = cms.double(1.7) # ratio of the number of EM/had towers in FullSim
15  )

Definition at line 3 of file FSparticleFlow_cfi.py.