CMS 3D CMS Logo

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

Variables

tuple ME0SegAlgoRU
 
tuple RU_ME0
 

Variable Documentation

tuple ME0SegmentsRU_cfi.ME0SegAlgoRU
Initial value:
1 = cms.PSet(
2  algo_name = cms.string('ME0SegAlgoRU'),
3  algo_pset = cms.PSet(cms.PSet(RU_ME0))
4 )

Definition at line 17 of file ME0SegmentsRU_cfi.py.

tuple ME0SegmentsRU_cfi.RU_ME0
Initial value:
1 = cms.PSet(
2  allowWideSegments = cms.bool(True),
3  doCollisions = cms.bool(True),
4  maxChi2Additional = cms.double(100.0),
5  maxChi2Prune = cms.double(50),
6  maxChi2GoodSeg = cms.double(50),
7  maxPhiSeeds = cms.double(0.001096605744), #Assuming 384 strips
8  maxPhiAdditional = cms.double(0.001096605744), #Assuming 384 strips
9  maxETASeeds = cms.double(0.1), #Assuming 8 eta partitions
10  maxTOFDiff = cms.double(25),
11  requireCentralBX = cms.bool(True), #require that a majority of hits come from central BX
12  minNumberOfHits = cms.uint32(4),
13 )

Definition at line 3 of file ME0SegmentsRU_cfi.py.