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: jvcParameters_cfi.py,v 1.1 2009/03/26 10:35:00 saout Exp $
4 
5 jvcParameters = cms.PSet(
6  primaryVertices = cms.InputTag("offlinePrimaryVertices"),
7  cut = cms.double(3.0),
8  temperature = cms.double(1.5)
9 )