Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 RegionPSetWithVerticesBlock = cms.PSet(
00022 RegionPSet = cms.PSet(
00023 precise = cms.bool(True),
00024 beamSpot = cms.InputTag("offlineBeamSpot"),
00025 useFixedError = cms.bool(True),
00026 originRadius = cms.double(0.2),
00027 sigmaZVertex = cms.double(3.0),
00028 fixedError = cms.double(0.2),
00029 VertexCollection = cms.InputTag("pixelVertices"),
00030 ptMin = cms.double(0.9),
00031 useFoundVertices = cms.bool(True),
00032 nSigmaZ = cms.double(4.0)
00033 )
00034 )
00035