CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoTauTag/HLTProducers/python/PixelTracksL2Tau_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoPixelVertexing.PixelTrackFitting.PixelTracks_cfi import *
00004 from RecoTauTag.HLTProducers.TrackingRegionsFromBeamSpotAndL2Tau_cfi import *
00005 
00006 pixelTracksL2Tau = pixelTracks.clone()
00007 pixelTracksL2Tau.RegionFactoryPSet = cms.PSet(
00008     TrackingRegionsFromBeamSpotAndL2TauBlock,
00009     ComponentName = cms.string( "TrackingRegionsFromBeamSpotAndL2Tau" )
00010 )
00011 pixelTracksL2Tau.passLabel  = cms.string('pixelTracksL2Tau')
00012