CMS 3D CMS Logo

hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPhase2PixelTracksAndHighPtStepTrackingRegions = cms.EDProducer("GlobalTrackingRegionFromBeamSpotEDProducer",
4  RegionPSet = cms.PSet(
5  beamSpot = cms.InputTag("hltOnlineBeamSpot"),
6  nSigmaZ = cms.double(4.0),
7  originRadius = cms.double(0.02),
8  precise = cms.bool(True),
9  ptMin = cms.double(0.9)
10  )
11 )