Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:16

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 RegionPSet = cms.PSet(
0004     originHalfLength = cms.double(15.9),
0005     originRadius = cms.double(0.1),
0006     originYPos = cms.double(0.0),
0007     ptMin = cms.double(10.0),
0008     originXPos = cms.double(0.0),
0009     originZPos = cms.double(0.0)
0010 )
0011 
0012