/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CommonTools/ParticleFlow/python/Isolation/pfIsolatedMuons_cfi.py
14 строк
512 B
Salvatore Rappoccio
Switching to use the FwdPtr-aware sequence for PFBRECO when called from PAT. Also now takes the isolation variables from the RECO.
30 май 2013, 22:53
30 май 2013, 22:53
bb37df2
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms pfIsolatedMuons = cms.EDFilter( "PFCandidateFwdPtrCollectionStringFilter", src = cms.InputTag("pfMuonsFromVertex"), cut = cms.string("pt > 5 & muonRef.isAvailable() & "\ "muonRef.pfIsolationR04().sumChargedHadronPt + "\ "muonRef.pfIsolationR04().sumNeutralHadronEt + "\ "muonRef.pfIsolationR04().sumPhotonEt "\ " < 0.15 * pt " ), makeClones = cms.bool(True) )