/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoMET/METProducers/python/genMetFromGenJets_cfi.py
26 строк
784 B
Tai Sakuma
update aliases of GenMETs
20 июл 2014, 15:40
20 июл 2014, 15:40
fb64b14
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # File: genMetFromGenJets.cfi # Author: B. Scurlock # Date: 03.01.2008 # # Form Missing ET from Generator Information and store into event as a GenMET # product. genMetIC5GenJets = cms.EDProducer("ElseMETProducer", src = cms.InputTag("iterativeCone5GenJets"), ## Input product label METType = cms.string('MET'), ## Output MET type alias = cms.string('genMetIC5GenJets'), ## Alias for FWLite noHF = cms.bool(False), ## do not exclude HF globalThreshold = cms.double(0.0), ## Global Threshold for input objects usePt = cms.bool(True), ## using Pt instead Et applyFiducialThresholdForFractions = cms.bool(False), InputType = cms.string('CandidateCollection') ## Input product type )