CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/SimTracker/TrackAssociation/python/trackMCMatchSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from SimTracker.TrackAssociation.trackMCMatch_cfi import *
00004 from SimTracker.TrackAssociation.standAloneMuonsMCMatch_cfi import *
00005 from SimTracker.TrackAssociation.globalMuonsMCMatch_cfi import *
00006 from SimTracker.TrackAssociation.allTrackMCMatch_cfi import *
00007 from SimTracker.TrackAssociation.trackingParticleRecoTrackAsssociation_cff import *
00008 trackMCMatchSequence = cms.Sequence(trackMCMatch*standAloneMuonsMCMatch*globalMuonsMCMatch*allTrackMCMatch*trackingParticleRecoTrackAsssociation*assoc2secStepTk*assoc2thStepTk*assoc2GsfTracks*assocOutInConversionTracks*assocInOutConversionTracks)
00009