CMS 3D CMS Logo

ak8PFJetsPuppi_groomingValueMaps_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 # Delta-R matching value maps
5 
6 ak8PFJetsPuppiSoftDropMass = cms.EDProducer("RecoJetDeltaRValueMapProducer",
7  src = cms.InputTag("ak8PFJetsPuppi"),
8  matched = cms.InputTag("ak8PFJetsPuppiSoftDrop"),
9  distMax = cms.double(0.8),
10  value = cms.string('mass')
11  )
12