CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackQuality_cff.py
Go to the documentation of this file.
2 import copy
3 
5 
7 
8 # Track quality parameters
9 trackQuality = cms.PSet(
10  hitAssociator = cms.PSet(
11  associatePixel = cms.bool(True),
12  associateStrip = cms.bool(True),
13  associateRecoTracks = cms.bool(True),
14  ROUList = copy.deepcopy(SimTracker.TrackAssociation.TrackAssociatorByHits_cfi.TrackAssociatorByHits.ROUList)
15  )
16 )