CMS 3D CMS Logo

Variables

CSCSegmentAlgorithmTC_cfi Namespace Reference

Variables

tuple CSCSegAlgoTC
tuple TC_ME1234
tuple TC_ME1A

Variable Documentation

Initial value:
00001 cms.PSet(
00002     chamber_types = cms.vstring('ME1/a', 
00003         'ME1/b', 
00004         'ME1/2', 
00005         'ME1/3', 
00006         'ME2/1', 
00007         'ME2/2', 
00008         'ME3/1', 
00009         'ME3/2', 
00010         'ME4/1'),
00011     algo_name = cms.string('CSCSegAlgoTC'),
00012     algo_psets = cms.VPSet(cms.PSet(
00013         TC_ME1234
00014     ), 
00015         cms.PSet(
00016             TC_ME1A
00017         )),
00018     parameters_per_chamber_type = cms.vint32(2, 1, 1, 1, 1, 
00019         1, 1, 1, 1)
00020 )

Definition at line 30 of file CSCSegmentAlgorithmTC_cfi.py.

Initial value:
00001 cms.PSet(
00002     dPhiFineMax = cms.double(0.02),
00003     verboseInfo = cms.untracked.bool(True),
00004     SegmentSorting = cms.int32(1),
00005     chi2Max = cms.double(6000.0),
00006     dPhiMax = cms.double(0.003),
00007     chi2ndfProbMin = cms.double(0.0001),
00008     minLayersApart = cms.int32(2),
00009     dRPhiFineMax = cms.double(6.0),
00010     dRPhiMax = cms.double(1.2)
00011 )

Definition at line 8 of file CSCSegmentAlgorithmTC_cfi.py.

Initial value:
00001 cms.PSet(
00002     dPhiFineMax = cms.double(0.013),
00003     verboseInfo = cms.untracked.bool(True),
00004     SegmentSorting = cms.int32(1),
00005     chi2Max = cms.double(6000.0),
00006     dPhiMax = cms.double(0.00198),
00007     chi2ndfProbMin = cms.double(0.0001),
00008     minLayersApart = cms.int32(2),
00009     dRPhiFineMax = cms.double(3.0),
00010     dRPhiMax = cms.double(0.6)
00011 )

Definition at line 19 of file CSCSegmentAlgorithmTC_cfi.py.