/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
TrackPropagation/Geant4e/python/Geant4ePropagator_cfi.py
12 строк
816 B
Vladimir
added protection to geant4e
23 ноя 2020, 11:19
23 ноя 2020, 11:19
ffbe58a
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # Default Geant4e propagator setup, uses Muons as particle hypotesis # ParticleName can be any particle described in the Geant4 documentation # http://geant4.web.cern.ch/geant4/UserDocumentation/UsersGuides/ForApplicationDeveloper/html/ch05s03.html # The chargen ( e.g. mu+ or mu- ) will be added by the propagator, depending on the fitted track's charge Geant4ePropagator = cms.ESProducer("GeantPropagatorESProducer", ComponentName = cms.string("Geant4ePropagator"), PropagationDirection=cms.string("alongMomentum"), ParticleName=cms.string("mu"), PropagationPtotLimit = cms.double(1.0) ## GeV/c )