Variables | |
tuple | CSCSegAlgoSK |
tuple | SK_ME1234 |
tuple | SK_ME1A |
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 # vstring chamber_types = {"ME1/a", "ME1/b", "ME1/2", "ME1/3", "ME2/1", "ME2/2", "ME3/1", "ME3/2", "ME4/1", "ME4/2"} 00012 # vint32 parameters_per_chamber_type = {2, 1, 1, 1, 1, 1, 1, 1, 1, 1} 00013 algo_name = cms.string('CSCSegAlgoSK'), 00014 algo_psets = cms.VPSet(cms.PSet( 00015 SK_ME1234 00016 ), 00017 cms.PSet( 00018 SK_ME1A 00019 )), 00020 parameters_per_chamber_type = cms.vint32(2, 1, 1, 1, 1, 00021 1, 1, 1, 1) 00022 )
Definition at line 25 of file CSCSegmentAlgorithmSK_cfi.py.
00001 cms.PSet( 00002 dPhiFineMax = cms.double(0.025), 00003 verboseInfo = cms.untracked.bool(True), 00004 chi2Max = cms.double(99999.0), 00005 dPhiMax = cms.double(0.003), 00006 wideSeg = cms.double(3.0), 00007 minLayersApart = cms.int32(2), 00008 dRPhiFineMax = cms.double(8.0), 00009 dRPhiMax = cms.double(8.0) 00010 )
Definition at line 5 of file CSCSegmentAlgorithmSK_cfi.py.
00001 cms.PSet( 00002 dPhiFineMax = cms.double(0.025), 00003 verboseInfo = cms.untracked.bool(True), 00004 chi2Max = cms.double(99999.0), 00005 dPhiMax = cms.double(0.025), 00006 wideSeg = cms.double(3.0), 00007 minLayersApart = cms.int32(2), 00008 dRPhiFineMax = cms.double(3.0), 00009 dRPhiMax = cms.double(8.0) 00010 )
Definition at line 15 of file CSCSegmentAlgorithmSK_cfi.py.