Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005 jvcParameters = cms.PSet(
00006 primaryVertices = cms.InputTag("offlinePrimaryVertices"),
00007 cut = cms.double(3.0),
00008 temperature = cms.double(1.5)
00009 )