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', 'ME1/b', 'ME1/2', 'ME1/3', 'ME2/1', 'ME2/2', 'ME3/1', 'ME3/2', 'ME4/1','ME4/2'),
3  algo_name = cms.string('CSCSegAlgoTC'),
4  algo_psets = cms.VPSet( cms.PSet(TC_ME1234), cms.PSet(TC_ME1A) ),
5  parameters_per_chamber_type = cms.vint32( 2, 1, 1, 1, 1, 1, 1, 1, 1, 1 )
6 )

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.