Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoJets
JetAssociationProducers
python
j2tParametersVX_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Config
Generated for CMSSW Reference Manual by
1.8.5