CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
jvcParameters_cfi.py
Go to the documentation of this file.
2 
3 # $Id: ic5JetTracksAssociatorAtVertex_cfi.py,v 1.2 2008/04/21 03:27:42 rpw Exp $
4 
5 jvcParameters = cms.PSet(
6  primaryVertices = cms.InputTag("offlinePrimaryVertices"),
7  cut = cms.double(3.0),
8  temperature = cms.double(1.5)
9 )