![]() |
|
|||
File indexing completed on 2023-03-17 10:45:05
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hltMETCleanerUsingJetID = cms.EDProducer('HLTMETCleanerUsingJetID', 0004 minPt = cms.double(20), 0005 maxEta = cms.double(5), 0006 metLabel = cms.InputTag('hltMet'), 0007 jetsLabel = cms.InputTag('hltAntiKT4CaloJets'), 0008 goodJetsLabel = cms.InputTag('hltCaloJetIDPassed'), 0009 mightGet = cms.optional.untracked.vstring 0010 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |