CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelTracksProducer_cfi.py
Go to the documentation of this file.
2 
3 pixelTracks = cms.EDProducer("FastTrackMerger",
4  SaveTracksOnly = cms.untracked.bool(True),
5  TrackProducers = cms.VInputTag(cms.InputTag("hltPixelTracks"))
6 )
7 
8