L1Trigger
L1TNtuples
python
L1TPFMetNoMuProducer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
4
l1tPFMetNoMu = cms.EDProducer(
5
"L1TPFMetNoMuProducer"
,
6
pfMETCollection=cms.InputTag(
"pfMetT1"
),
7
muonCollection=cms.InputTag(
"muons"
),
8
)
Generated for CMSSW Reference Manual by
1.8.14