/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimTransport/PPSProtonTransport/python/CommonParameters_cfi.py
12 строк
564 B
Luiz Mundim
Implement back the vertex shift to the orbit ref. frame (to the position of the beam spot)
14 окт 2021, 15:58
14 окт 2021, 15:58
2bef75b
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms commonParameters = cms.PSet( HepMCProductLabel = cms.InputTag('generatorSmeared'), Verbosity = cms.bool(False), EtaCut = cms.double(8.2), useBeamPositionFromLHCInfo=cms.bool(False), # if False, it will be taken from the BeamSpotObjectsRcd produceHitsRelativeToBeam = cms.bool(True), MomentumCut= cms.double(3000), PPSRegionStart_45 = cms.double(203), PPSRegionStart_56 = cms.double(203) )