CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTauTag/HLTProducers/python/L1HLTTauMatching_cfi.py

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