test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
GlobalTrackingRegionWithVertices_cfi Namespace Reference

Variables

tuple RegionPSet = dict(VertexCollection = "pixelVertices")
 
tuple RegionPSetWithVerticesBlock
 

Variable Documentation

tuple GlobalTrackingRegionWithVertices_cfi.RegionPSet = dict(VertexCollection = "pixelVertices")

Definition at line 21 of file GlobalTrackingRegionWithVertices_cfi.py.

tuple GlobalTrackingRegionWithVertices_cfi.RegionPSetWithVerticesBlock
Initial value:
1 = cms.PSet(
2  RegionPSet = cms.PSet(
3  precise = cms.bool(True),
4  useMultipleScattering = cms.bool(False),
5  beamSpot = cms.InputTag("offlineBeamSpot"),
6  useFixedError = cms.bool(True),
7  originRadius = cms.double(0.2),
8  sigmaZVertex = cms.double(3.0),
9  fixedError = cms.double(0.2),
10  VertexCollection = cms.InputTag("firstStepPrimaryVertices"),
11  ptMin = cms.double(0.9),
12  useFoundVertices = cms.bool(True),
13  useFakeVertices = cms.bool(False),
14  nSigmaZ = cms.double(4.0)
15  )
16 )

Definition at line 4 of file GlobalTrackingRegionWithVertices_cfi.py.