CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackAssociatorByHitsCompact_cfi.py
Go to the documentation of this file.
2 
3 from SimTracker.TrackAssociation.TrackAssociatorByHits_cfi import TrackAssociatorByHits
4 TrackAssociatorByHitsCompact = TrackAssociatorByHits.clone(
5  ComponentName = cms.string('TrackAssociatorByHitsCompact'),
6  useCompactStripLinks = cms.bool(True),
7 )