CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/HLTrigger/JetMET/python/hltJetL1Match_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltJetL1Match = cms.EDProducer("HLTJetL1MatchProducer",
00004     jetsInput = cms.InputTag("hltMCJetCorJetIcone5HF07"),
00005     L1TauJets = cms.InputTag('hltL1extraParticles','Tau'),
00006     L1CenJets = cms.InputTag('hltL1extraParticles','Central'),
00007     L1ForJets = cms.InputTag('hltL1extraParticles','Forward'),
00008     DeltaR = cms.double(0.5)
00009 )
00010 
00011