CMS 3D CMS Logo

CSCSegmentAlgorithmSK_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # following thresholds are optimized using a sample of single muons 
00004 # with flat pT (10 - 50 GeV) and eta (0.8 - 2.4) distributions
00005 SK_ME1234 = cms.PSet(
00006     dPhiFineMax = cms.double(0.025),
00007     verboseInfo = cms.untracked.bool(True),
00008     chi2Max = cms.double(99999.0),
00009     dPhiMax = cms.double(0.003),
00010     wideSeg = cms.double(3.0),
00011     minLayersApart = cms.int32(2),
00012     dRPhiFineMax = cms.double(8.0),
00013     dRPhiMax = cms.double(8.0)
00014 )
00015 SK_ME1A = cms.PSet(
00016     dPhiFineMax = cms.double(0.025),
00017     verboseInfo = cms.untracked.bool(True),
00018     chi2Max = cms.double(99999.0),
00019     dPhiMax = cms.double(0.025),
00020     wideSeg = cms.double(3.0),
00021     minLayersApart = cms.int32(2),
00022     dRPhiFineMax = cms.double(3.0),
00023     dRPhiMax = cms.double(8.0)
00024 )
00025 CSCSegAlgoSK = cms.PSet(
00026     chamber_types = cms.vstring('ME1/a', 
00027         'ME1/b', 
00028         'ME1/2', 
00029         'ME1/3', 
00030         'ME2/1', 
00031         'ME2/2', 
00032         'ME3/1', 
00033         'ME3/2', 
00034         'ME4/1'),
00035     #    vstring chamber_types = {"ME1/a", "ME1/b", "ME1/2", "ME1/3", "ME2/1", "ME2/2", "ME3/1", "ME3/2", "ME4/1", "ME4/2"}
00036     #    vint32 parameters_per_chamber_type = {2, 1, 1, 1, 1, 1, 1, 1, 1, 1}   
00037     algo_name = cms.string('CSCSegAlgoSK'),
00038     algo_psets = cms.VPSet(cms.PSet(
00039         SK_ME1234
00040     ), 
00041         cms.PSet(
00042             SK_ME1A
00043         )),
00044     parameters_per_chamber_type = cms.vint32(2, 1, 1, 1, 1, 
00045         1, 1, 1, 1)
00046 )
00047 

Generated on Tue Jun 9 17:43:50 2009 for CMSSW by  doxygen 1.5.4