CMS 3D CMS Logo

Variables

L2TauPixelTrackMatch_cfi Namespace Reference

Variables

tuple L2TauPixelTrackMatch

Variable Documentation

Initial value:
00001 cms.EDProducer( "L2TauPixelTrackMatch",
00002     JetSrc = cms.InputTag( "hltCaloJetPairDzMatchFilter" ),
00003     JetMinPt = cms.double( 25. ),
00004     JetMaxEta = cms.double( 2.4 ),
00005     TrackSrc = cms.InputTag( "hltPixelTracks" ),
00006     TrackMinPt = cms.double( 5. ),
00007     deltaR = cms.double( 0.2 ),
00008     BeamSpotSrc = cms.InputTag( "hltOnlineBeamSpot" )
00009 )

Definition at line 3 of file L2TauPixelTrackMatch_cfi.py.