CMS 3D CMS Logo

HLTFastRecoForMuon_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # RecoMuon flux ##########################################################
00004 # L2 seeds from L1 input
00005 # module hltL2MuonSeeds = L2MuonSeeds from "RecoMuon/L2MuonSeedGenerator/data/L2MuonSeeds.cfi"
00006 # replace hltL2MuonSeeds.GMTReadoutCollection = l1ParamMuons
00007 # replace hltL2MuonSeeds.InputObjects = l1ParamMuons
00008 # L3 regional reconstruction
00009 from FastSimulation.Muons.L3Muons_cff import *
00010 import FastSimulation.Muons.L3Muons_cfi
00011 hltL3Muons = FastSimulation.Muons.L3Muons_cfi.l3Muons.clone()
00012 hltL3Muons.L3TrajBuilderParameters.TrackRecHitBuilder = 'WithoutRefit'
00013 hltL3Muons.L3TrajBuilderParameters.TrackTransformer.TrackerRecHitBuilder = 'WithoutRefit'
00014 hltL3Muons.L3TrajBuilderParameters.TrackerRecHitBuilder = 'WithoutRefit'
00015 
00016 # L3 regional seeding, candidating, tracking
00017 from FastSimulation.Muons.TSGFromL2_cfi import *
00018 from FastSimulation.Muons.TrackCandidateFromL2_cfi import *
00019 from FastSimulation.Muons.HLTL3TkMuons_cfi import *
00020 hltL3TrackCandidateFromL2 = cms.Sequence(hltL3CandidateFromL2+hLTL3TkMuons)
00021 
00022 

Generated on Tue Jun 9 17:35:08 2009 for CMSSW by  doxygen 1.5.4