CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
TSGForRoadSearchIOpxl_cfi Namespace Reference

Variables

tuple SeedGeneratorParameters
 

Variable Documentation

tuple TSGForRoadSearchIOpxl_cfi.SeedGeneratorParameters
Initial value:
1 = cms.PSet(
2  propagatorCompatibleName = cms.string('SteppingHelixPropagatorAny'),
3  #category: MuonRSSeedGeneratorAlgorithm
4  #0 old code inside-out
5  #1 new code inside-out
6  #2 new code outside-out
7  #3 old code outside-in
8  #4 old code inside-out from pixel
9  option = cms.uint32(4),
10  ComponentName = cms.string('TSGForRoadSearch'),
11  errorMatrixPset = cms.PSet(
12  MuonErrorMatrixValues,
13  action = cms.string('use'),
14  atIP = cms.bool(True)
15  ),
16  propagatorName = cms.string('SteppingHelixPropagatorAlong'),
17  manySeeds = cms.bool(False),
18  copyMuonRecHit = cms.bool(False),
19  maxChi2 = cms.double(40.0)
20 )

Definition at line 5 of file TSGForRoadSearchIOpxl_cfi.py.