CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/RecoJets/JetAssociationProducers/python/j2tParametersVX_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # $Id: j2tParametersVX_cfi.py,v 1.5 2010/03/18 09:17:24 srappocc Exp $
00004 j2tParametersVX = cms.PSet(
00005     tracks = cms.InputTag("generalTracks"),
00006     coneSize = cms.double(0.5)
00007 )
00008