CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Configuration/StandardSequences/python/PostRecoGenerator_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #track match
00004 from TrackingTools.TransientTrack.TransientTrackBuilder_cfi import *
00005 from SimGeneral.TrackingAnalysis.trackingParticles_cfi import *
00006 from SimTracker.TrackAssociation.TrackAssociatorByChi2_cfi import *
00007 from SimTracker.TrackAssociation.TrackAssociatorByHits_cfi import *
00008 from SimTracker.TrackAssociation.trackMCMatchSequence_cff import *
00009 # define post-reco generator sequence
00010 postreco_generator = cms.Sequence(trackMCMatchSequence)
00011