CMS 3D CMS Logo

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

Variables

tuple CSCSegAlgoSK
 
tuple SK_ME1234
 
tuple SK_ME1A
 

Variable Documentation

tuple CSCSegmentAlgorithmSK_cfi.CSCSegAlgoSK
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('CSCSegAlgoSK'),
4  algo_psets = cms.VPSet( cms.PSet(SK_ME1234), cms.PSet(SK_ME1A) ),
5  parameters_per_chamber_type = cms.vint32(2, 1, 1, 1, 1, 1, 1, 1, 1, 1 )
6 )

Definition at line 25 of file CSCSegmentAlgorithmSK_cfi.py.

tuple CSCSegmentAlgorithmSK_cfi.SK_ME1234
Initial value:
1 = cms.PSet(
2  dPhiFineMax = cms.double(0.025),
3  verboseInfo = cms.untracked.bool(True),
4  chi2Max = cms.double(99999.0),
5  dPhiMax = cms.double(0.003),
6  wideSeg = cms.double(3.0),
7  minLayersApart = cms.int32(2),
8  dRPhiFineMax = cms.double(8.0),
9  dRPhiMax = cms.double(8.0)
10 )

Definition at line 5 of file CSCSegmentAlgorithmSK_cfi.py.

tuple CSCSegmentAlgorithmSK_cfi.SK_ME1A
Initial value:
1 = cms.PSet(
2  dPhiFineMax = cms.double(0.025),
3  verboseInfo = cms.untracked.bool(True),
4  chi2Max = cms.double(99999.0),
5  dPhiMax = cms.double(0.025),
6  wideSeg = cms.double(3.0),
7  minLayersApart = cms.int32(2),
8  dRPhiFineMax = cms.double(3.0),
9  dRPhiMax = cms.double(8.0)
10 )

Definition at line 15 of file CSCSegmentAlgorithmSK_cfi.py.