CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
j2tParametersVX_cfi.py
Go to the documentation of this file.
2 
3 # $Id: j2tParametersVX_cfi.py,v 1.6 2011/11/11 18:58:01 srappocc Exp $
4 j2tParametersVX = cms.PSet(
5  tracks = cms.InputTag("generalTracks"),
6  coneSize = cms.double(0.5),
7  useAssigned = cms.bool(False),
8  pvSrc = cms.InputTag("offlinePrimaryVertices")
9 )
10