/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimMuon/MCTruth/python/muonSimClassificationByHits_cff.py
16 строк
954 B
Dmytro Kovalskyi
relocated to a different package and adjusted event content
23 окт 2017, 19:23
23 окт 2017, 19:23
8899a71
Код
Авторство
О чём код?
from SimMuon.MCTruth.muonAssociatorByHitsNoSimHitsHelper_cfi import * muonSimClassifier = cms.EDProducer("MuonSimClassifier", muons = cms.InputTag("muons"), trackType = cms.string("glb_or_trk"), # 'inner','outer','global','segments','glb_or_trk' trackingParticles = cms.InputTag("mix","MergedTrackTruth"), # default TrackingParticle collection (should exist in the Event) associatorLabel = cms.InputTag("muonAssociatorByHitsNoSimHitsHelper"), decayRho = cms.double(200), # to classify differently decay muons included in ppMuX decayAbsZ = cms.double(400), # and decay muons that could not be in ppMuX linkToGenParticles = cms.bool(True), # produce also a collection of GenParticles for secondary muons genParticles = cms.InputTag("genParticles"), # and associations to primary and secondaries ) muonSimClassificationByHitsTask = cms.Task( muonAssociatorByHitsNoSimHitsHelper,muonSimClassifier )