CMS 3D CMS Logo

Variables

GlobalTrackingRegionWithVertices_cfi Namespace Reference

Variables

tuple RegionPSetWithVerticesBlock

Variable Documentation

Initial value:
00001 cms.PSet(
00002     RegionPSet = cms.PSet(
00003         precise = cms.bool(True),
00004         beamSpot = cms.InputTag("offlineBeamSpot"),
00005         useFixedError = cms.bool(True),
00006         originRadius = cms.double(0.2),
00007         sigmaZVertex = cms.double(3.0),
00008         fixedError = cms.double(0.2),
00009         VertexCollection = cms.InputTag("pixelVertices"),
00010         ptMin = cms.double(0.9),
00011         useFoundVertices = cms.bool(True),
00012         nSigmaZ = cms.double(4.0)
00013     )
00014 )

Definition at line 21 of file GlobalTrackingRegionWithVertices_cfi.py.