CMS 3D CMS Logo

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

Variables

tuple puppiCentral
 
tuple puppiForward
 

Variable Documentation

tuple Puppi_cff.puppiCentral
Initial value:
1 = cms.VPSet(
2  cms.PSet(
3  algoId = cms.int32(5), #0 is default Puppi
4  useCharged = cms.bool(True),
5  applyLowPUCorr = cms.bool(True),
6  combOpt = cms.int32(0),
7  cone = cms.double(0.4),
8  rmsPtMin = cms.double(0.1),
9  rmsScaleFactor = cms.double(1.0)
10  )
11  )

Definition at line 3 of file Puppi_cff.py.

tuple Puppi_cff.puppiForward
Initial value:
1 = cms.VPSet(
2  cms.PSet(
3  algoId = cms.int32(5), #0 is default Puppi
4  useCharged = cms.bool(False),
5  applyLowPUCorr = cms.bool(True),
6  combOpt = cms.int32(0),
7  cone = cms.double(0.4),
8  rmsPtMin = cms.double(0.5),
9  rmsScaleFactor = cms.double(1.0)
10  )
11  )

Definition at line 15 of file Puppi_cff.py.