CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:26:59 2009 for CMSSW by  doxygen 1.5.4