CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoMuon/TrackingTools/python/MuonErrorMatrixAnalyzer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #produce the mag field
00004 #produce the associator
00005 from SimTracker.TrackAssociation.TrackAssociatorByChi2_cfi import *
00006 from SimTracker.TrackAssociation.TrackAssociatorByHits_cfi import *
00007 from SimTracker.TrackAssociation.TrackAssociatorByPosition_cff import *
00008 #need a propagator in case analysis is made a radius!=0
00009 from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi import *
00010 #produce the module
00011 from RecoMuon.TrackingTools.MuonErrorMatrixAnalyzer_cfi import *
00012 
00013