Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:28:57

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 RegionPSetBlock = cms.PSet(
0004     RegionPSet = cms.PSet(
0005         precise = cms.bool(True),
0006         useMultipleScattering = cms.bool(False),
0007         originHalfLength = cms.double(21.2),
0008         originRadius = cms.double(0.2),
0009         originYPos = cms.double(0.0),
0010         ptMin = cms.double(0.9),
0011         originXPos = cms.double(0.0),
0012         originZPos = cms.double(0.0)
0013     )
0014 )
0015