Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:17

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #produce the mag field
0004 #produce the associator
0005 from SimTracker.TrackAssociatorProducers.trackAssociatorByChi2_cfi import *
0006 from SimTracker.TrackAssociatorProducers.trackAssociatorByHits_cfi import *
0007 from SimTracker.TrackAssociatorProducers.trackAssociatorByPosition_cff import *
0008 #need a propagator in case analysis is made a radius!=0
0009 from TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi import *
0010 #produce the module
0011 from RecoMuon.TrackingTools.MuonErrorMatrixAnalyzer_cfi import *
0012 
0013