/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/RecoParticleFlow/python/PFMuonValidation_cff.py
17 строк
518 B
Kenichi Hatakeyama
drop type specs in Validation/RecoParticleFlow
05 июл 2021, 22:35
05 июл 2021, 22:35
e47f41e
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQMOffline.Muon.muonPFAnalyzer_cfi import muonPFsequence muonPFsequenceMC = muonPFsequence.clone( inputTagMuonReco = "muons", inputTagGenParticles = "genParticles", inputTagVertex = "offlinePrimaryVertices", inputTagBeamSpot = "offlineBeamSpot", runOnMC = True, folder = 'ParticleFlow/PFMuonValidation/', recoGenDeltaR = 0.1, relCombIsoCut = 0.15, highPtThreshold = 200. ) pfMuonValidationSequence = cms.Sequence( muonPFsequenceMC )