CMS 3D CMS Logo

hltPhase2PixelTracks_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPhase2PixelTracks = cms.EDProducer("PixelTrackProducer",
4  Cleaner = cms.string('pixelTrackCleanerBySharedHits'),
5  Filter = cms.InputTag("hltPhase2PixelTrackFilterByKinematics"),
6  Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"),
7  SeedingHitSets = cms.InputTag("hltPhase2PixelTracksHitSeeds"),
8  mightGet = cms.optional.untracked.vstring,
9  passLabel = cms.string('hltPhase2PixelTracks')
10 )
11 
13 _hltPhase2PixelTracks = cms.EDProducer("PixelTrackProducerFromSoAAlpakaPhase2",
14  beamSpot = cms.InputTag("hltOnlineBeamSpot"),
15  minNumberOfHits = cms.int32(0),
16  minQuality = cms.string('tight'),
17  pixelRecHitLegacySrc = cms.InputTag("hltSiPixelRecHits"),
18  trackSrc = cms.InputTag("hltPhase2PixelTracksSoA")
19 )
20 alpaka.toReplaceWith(hltPhase2PixelTracks, _hltPhase2PixelTracks)