CMS 3D CMS Logo

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

Variables

tuple CSCSegAlgoTC
 
tuple TC_ME1234
 
tuple TC_ME1A
 

Variable Documentation

tuple CSCSegmentAlgorithmTC_cfi.CSCSegAlgoTC
Initial value:
1 = cms.PSet(
2  chamber_types = cms.vstring('ME1/a',
3  'ME1/b',
4  'ME1/2',
5  'ME1/3',
6  'ME2/1',
7  'ME2/2',
8  'ME3/1',
9  'ME3/2',
10  'ME4/1'),
11  algo_name = cms.string('CSCSegAlgoTC'),
12  algo_psets = cms.VPSet(cms.PSet(
13  TC_ME1234
14  ),
15  cms.PSet(
16  TC_ME1A
17  )),
18  parameters_per_chamber_type = cms.vint32(2, 1, 1, 1, 1,
19  1, 1, 1, 1)
20 )

Definition at line 30 of file CSCSegmentAlgorithmTC_cfi.py.

tuple CSCSegmentAlgorithmTC_cfi.TC_ME1234
Initial value:
1 = cms.PSet(
2  dPhiFineMax = cms.double(0.02),
3  verboseInfo = cms.untracked.bool(True),
4  SegmentSorting = cms.int32(1),
5  chi2Max = cms.double(6000.0),
6  dPhiMax = cms.double(0.003),
7  chi2ndfProbMin = cms.double(0.0001),
8  minLayersApart = cms.int32(2),
9  dRPhiFineMax = cms.double(6.0),
10  dRPhiMax = cms.double(1.2)
11 )

Definition at line 8 of file CSCSegmentAlgorithmTC_cfi.py.

tuple CSCSegmentAlgorithmTC_cfi.TC_ME1A
Initial value:
1 = cms.PSet(
2  dPhiFineMax = cms.double(0.013),
3  verboseInfo = cms.untracked.bool(True),
4  SegmentSorting = cms.int32(1),
5  chi2Max = cms.double(6000.0),
6  dPhiMax = cms.double(0.00198),
7  chi2ndfProbMin = cms.double(0.0001),
8  minLayersApart = cms.int32(2),
9  dRPhiFineMax = cms.double(3.0),
10  dRPhiMax = cms.double(0.6)
11 )

Definition at line 19 of file CSCSegmentAlgorithmTC_cfi.py.