Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002 import copy
00003
00004 from Configuration.StandardSequences.MagneticField_cff import *
00005
00006 import SimTracker.TrackAssociation.TrackAssociatorByHits_cfi
00007
00008
00009 trackQuality = cms.PSet(
00010 hitAssociator = cms.PSet(
00011 associatePixel = cms.bool(True),
00012 associateStrip = cms.bool(True),
00013 associateRecoTracks = cms.bool(True),
00014 ROUList = copy.deepcopy(SimTracker.TrackAssociation.TrackAssociatorByHits_cfi.TrackAssociatorByHits.ROUList)
00015 )
00016 )