CMS 3D CMS Logo

GlobalTrackingRegionFromBeamSpot_cfi.py

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(3.0),
00007         originRadius = cms.double(0.2),
00008         ptMin = cms.double(0.9),
00009         beamSpot = cms.InputTag("offlineBeamSpot")
00010     )
00011 )
00012 

Generated on Tue Jun 9 17:45:59 2009 for CMSSW by  doxygen 1.5.4