CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L2TauPixelTrackMatch_cfi.py
Go to the documentation of this file.
2 
3 L2TauPixelTrackMatch = cms.EDProducer( "L2TauPixelTrackMatch",
4  JetSrc = cms.InputTag( "hltCaloJetPairDzMatchFilter" ),
5  JetMinPt = cms.double( 25. ),
6  JetMaxEta = cms.double( 2.4 ),
7  TrackSrc = cms.InputTag( "hltPixelTracks" ),
8  TrackMinPt = cms.double( 5. ),
9  deltaR = cms.double( 0.2 ),
10  BeamSpotSrc = cms.InputTag( "hltOnlineBeamSpot" )
11 )
12