|
||||
File indexing completed on 2024-04-06 12:15:56
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hltPhase2PixelTracksAndHighPtStepTrackingRegions = cms.EDProducer("GlobalTrackingRegionFromBeamSpotEDProducer", 0004 RegionPSet = cms.PSet( 0005 beamSpot = cms.InputTag("hltOnlineBeamSpot"), 0006 nSigmaZ = cms.double(4.0), 0007 originRadius = cms.double(0.02), 0008 precise = cms.bool(True), 0009 ptMin = cms.double(0.9) 0010 ) 0011 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |