CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SeedGeneratorFromProtoTracksEDProducer_cfi.py
Go to the documentation of this file.
2 
3 seedsFromProtoTracks = cms.EDProducer("SeedGeneratorFromProtoTracksEDProducer",
4  InputCollection = cms.InputTag("pixelTracks"),
5  useProtoTrackKinematics = cms.bool(False),
6  TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets')
7 )
8 
9