/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4Core/CustomPhysics/python/CustomPhysics_cfi.py
27 строк
990 B
ctdax
Added Pythia-based Rhadron decays during Geant simulation
19 ноя 2025, 00:52
19 ноя 2025, 00:52
eaa1f41
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms customPhysicsSetup = cms.PSet( reggeSuppression = cms.double(0.0), ## # Paths to files with particle and physics processes definition particlesDef = cms.FileInPath('SimG4Core/CustomPhysics/data/particles_gluino_300_GeV.txt'), resonanceEnergy = cms.double(200.0), ## # FileInPath particlesDef = "SimG4Core/CustomPhysics/data/isa-slha.out" processesDef = cms.FileInPath('SimG4Core/CustomPhysics/data/RhadronProcessList.txt'), amplitude = cms.double(100.0), ## # Path to pythia arguments for rhadron decay RhadronPythiaDecayerCommandFile = cms.FileInPath('SimG4Core/CustomPhysics/data/RhadronPythiaDecayerCommands.txt'), # R-hadron physics setup rhadronPhysics = cms.bool(True), resonant = cms.bool(False), gamma = cms.double(0.1), reggeModel = cms.bool(False), hadronLifeTime = cms.double(-1.), mixing = cms.double(1.), # dark photon dark_factor = cms.double(1.0) )