CMS 3D CMS Logo

L1HLTTauMatching_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 L1HLTJetsMatching= cms.EDProducer( "L1HLTTauMatching",
4  JetSrc = cms.InputTag( 'hltL2TauRelaxingIsolationSelector','Isolated' ),
5  L1TauTrigger = cms.InputTag( "hltL1sDoubleLooseIsoTau15" ),
6  EtMin = cms.double( 15.0 )
7 )
8