CMS 3D CMS Logo

standAloneMuonSeeds_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Update this part asap!
00004 # Old field map
00005 #include "RecoMuon/MuonSeedGenerator/data/ptSeedParameterization_40T_851.cfi"
00006 # New map at 3.8 T
00007 from RecoMuon.MuonSeedGenerator.ptSeedParameterization_38T_cfi import *
00008 # New map at 4.0 T
00009 #include "RecoMuon/MuonSeedGenerator/data/ptSeedParameterization_40T.cfi"
00010 # module standAloneMuonSeeds = MuonSeedGenerator {
00011 MuonSeed = cms.EDFilter("MuonSeedGenerator",
00012                          ptSeedParameterization,
00013                         CSCRecSegmentLabel = cms.InputTag("cscSegments"),
00014                         DTRecSegmentLabel = cms.InputTag("dt4DSegments"),
00015                         EnableDTMeasurement = cms.bool(True),
00016                         EnableCSCMeasurement = cms.bool(True),
00017                         # places where it's OK to have single-segment seeds
00018                         crackEtas = cms.vdouble(0.2, 1.6, 1.7),
00019                         crackWindow = cms.double(0.04)
00020                         )
00021 
00022 
00023 

Generated on Tue Jun 9 17:44:24 2009 for CMSSW by  doxygen 1.5.4