Skip to content

Commit

Permalink
Adding DigiSimLinks configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Marchesini committed Dec 9, 2015
1 parent cb4ade5 commit c9316ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SimTracker/TrackHistory/python/TrackQuality_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
associatePixel = cms.bool(True),
associateStrip = cms.bool(True),
associateRecoTracks = cms.bool(True),
ROUList = copy.deepcopy(tabh.trackAssociatorByHits.ROUList)
ROUList = copy.deepcopy(tabh.trackAssociatorByHits.ROUList),
pixelSimLinkSrc = cms.InputTag("simSiPixelDigis"),
stripSimLinkSrc = cms.InputTag("simSiStripDigis")
)
)

0 comments on commit c9316ef

Please sign in to comment.