![]() |
|
|||
File indexing completed on 2022-11-25 00:27:14
0001 import FWCore.ParameterSet.Config as cms 0002 0003 deepMETProducer = cms.EDProducer('DeepMETProducer', 0004 pf_src = cms.InputTag('packedPFCandidates'), 0005 ignore_leptons = cms.bool(False), 0006 norm_factor = cms.double(50), 0007 max_n_pf = cms.uint32(4500), 0008 graph_path = cms.string('RecoMET/METPUSubtraction/data/models/deepmet/deepmet_v1_2018/model.graphdef'), 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 |
![]() ![]() |