![]() |
|
|||
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |