CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoTauTag/HLTProducers/python/L2TauPixelTrackMatch_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L2TauPixelTrackMatch = cms.EDProducer( "L2TauPixelTrackMatch",
00004     JetSrc = cms.InputTag( "hltCaloJetPairDzMatchFilter" ),
00005     JetMinPt = cms.double( 25. ),
00006     JetMaxEta = cms.double( 2.4 ),
00007     TrackSrc = cms.InputTag( "hltPixelTracks" ),
00008     TrackMinPt = cms.double( 5. ),
00009     deltaR = cms.double( 0.2 ),
00010     BeamSpotSrc = cms.InputTag( "hltOnlineBeamSpot" )
00011 )
00012