/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoMuon/MuonIsolation/python/muonPFIsolationDeposits_cff.py
20 строк
775 B
Patrick
cms.Sequence->cms.Task conversion for reconstruction
10 окт 2017, 17:48
10 окт 2017, 17:48
e7fe529
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from CommonTools.ParticleFlow.Isolation.tools_cfi import * #Now prepare the iso deposits muPFIsoDepositCharged=isoDepositReplace('muons1stStep','pfAllChargedHadrons') muPFIsoDepositChargedAll=isoDepositReplace('muons1stStep','pfAllChargedParticles') muPFIsoDepositNeutral=isoDepositReplace('muons1stStep','pfAllNeutralHadrons') muPFIsoDepositGamma=isoDepositReplace('muons1stStep','pfAllPhotons') muPFIsoDepositPU=isoDepositReplace('muons1stStep','pfPileUpAllChargedParticles') muonPFIsolationDepositsTask = cms.Task( muPFIsoDepositCharged, muPFIsoDepositChargedAll, muPFIsoDepositGamma, muPFIsoDepositNeutral, muPFIsoDepositPU ) muonPFIsolationDepositsSequence = cms.Sequence(muonPFIsolationDepositsTask)