CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/RecoTauTag/HLTProducers/python/L1HLTJetsMatching_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1HLTJetsMatching= cms.EDProducer( "L1HLTJetsMatching",
00004     JetSrc = cms.InputTag( 'hltL2TauRelaxingIsolationSelector','Isolated' ),
00005     L1TauTrigger = cms.InputTag( "hltL1sDoubleLooseIsoTau15" ),
00006     EtMin = cms.double( 15.0 )
00007 )
00008