CMS 3D CMS Logo

Variables
Puppi_cff Namespace Reference

Variables

 algos
 
 DeltaZCut
 
 EtaMinUseDeltaZ
 
 puppi
 
 puppiCentral
 
 puppiForward
 
 puppiNoLep
 

Variable Documentation

◆ algos

Puppi_cff.algos

◆ DeltaZCut

Puppi_cff.DeltaZCut

Definition at line 78 of file Puppi_cff.py.

◆ EtaMinUseDeltaZ

Puppi_cff.EtaMinUseDeltaZ

Definition at line 77 of file Puppi_cff.py.

◆ puppi

Puppi_cff.puppi
Initial value:
1 = _mod.PuppiProducer.clone(
2  UseDeltaZCutForPileup = False,
3  DeltaZCut = primaryVertexAssociationJME.assignment.maxDzForPrimaryAssignment,
4  EtaMinUseDeltaZ = primaryVertexAssociationJME.assignment.EtaMinUseDz,
5  PtMaxCharged = primaryVertexAssociationJME.assignment.PtMaxCharged,
6  NumOfPUVtxsForCharged = primaryVertexAssociationJME.assignment.NumOfPUVtxsForCharged,
7  DeltaZCutForChargedFromPUVtxs = primaryVertexAssociationJME.assignment.DzCutForChargedFromPUVtxs,
8  PtMaxNeutralsStartSlope = 20.,
9  PtMaxPhotons = 20.,
10  UseFromPV2Recovery = True,
11  PtMinForFromPV2Recovery = 4.,
12  clonePackedCands = False, # should only be set to True for MiniAOD
13  algos = {
14  0: dict(
15  puppiAlgos = puppiCentral
16  )
17  } #only one PSet is defined in reference
18 )

Definition at line 30 of file Puppi_cff.py.

Referenced by L1TCorrelatorLayer1PatternFileWriter.writePuppi().

◆ puppiCentral

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.

◆ puppiForward

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.

◆ puppiNoLep

Puppi_cff.puppiNoLep
Initial value:
1 = puppi.clone(
2  puppiNoLep = True
3  )

Definition at line 107 of file Puppi_cff.py.