CMS 3D CMS Logo

highPtTripletStepTrackingRegions_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 highPtTripletStepTrackingRegions = cms.EDProducer("GlobalTrackingRegionFromBeamSpotEDProducer",
4  RegionPSet = cms.PSet(
5  beamSpot = cms.InputTag("offlineBeamSpot"),
6  nSigmaZ = cms.double(4),
7  originHalfLength = cms.double(0),
8  originRadius = cms.double(0.02),
9  precise = cms.bool(True),
10  ptMin = cms.double(0.9),
11  useMultipleScattering = cms.bool(False)
12  ),
13  mightGet = cms.optional.untracked.vstring
14 )