Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 RegionPsetFomBeamSpotBlock = cms.PSet(
00004 RegionPSet = cms.PSet(
00005 precise = cms.bool(True),
00006 nSigmaZ = cms.double(4.0),
00007 originRadius = cms.double(0.2),
00008 ptMin = cms.double(0.9),
00009 beamSpot = cms.InputTag("offlineBeamSpot")
00010 )
00011 )
00012
00013 RegionPsetFomBeamSpotBlockFixedZ = cms.PSet(
00014 RegionPSet = cms.PSet(
00015 precise = cms.bool(True),
00016 originHalfLength = cms.double(21.2),
00017 originRadius = cms.double(0.2),
00018 ptMin = cms.double(0.9),
00019 beamSpot = cms.InputTag("offlineBeamSpot")
00020 )
00021 )
00022