CMS 3D CMS Logo

PixelTracksL2Tau_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoTracker.PixelTrackFitting.pixelTracks_cfi import pixelTracks as _pixelTracks
4 from RecoTauTag.HLTProducers.trackingRegionsFromBeamSpotAndL2Tau_cfi import trackingRegionsFromBeamSpotAndL2Tau
5 
6 # Note from new seeding framework migration
7 # Previously the TrackingRegion was set as a parameter of PixelTrackProducer
8 # Now the TrackingRegion EDProducer must be inserted in a sequence, and set as an input to HitPairEDProducer
9 
10 pixelTracksL2Tau = _pixelTracks.clone(
11  passLabel = 'pixelTracksL2Tau'
12 )