/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py
45 строк
2 KB
Andrea Bocci
Add missing newline at the end of file
27 фев 2024, 16:21
Не верифицирован
27 фев 2024, 16:21
fb05dfe
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms externalLHEProducer = cms.EDProducer("ExternalLHEProducer", args = cms.vstring('/cvmfs/cms.cern.ch/phys_generator/gridpacks/2017/13TeV/madgraph/V5_2.4.2/DYJetsToQQ_HT180toInf/v1/DYJetsToQQ_HT180toInf_slc6_amd64_gcc481_CMSSW_7_1_30_tarball.tar.xz'), nEvents = cms.untracked.uint32(5000), numberOfParameters = cms.uint32(1), outputFile = cms.string('cmsgrid_final.lhe'), scriptName = cms.FileInPath('GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs.sh') ) from Configuration.Generator.Herwig7Settings.Herwig7StableParticlesForDetector_cfi import * from Configuration.Generator.Herwig7Settings.Herwig7CH3TuneSettings_cfi import * from Configuration.Generator.Herwig7Settings.Herwig7CommonMergingSettings_cfi import * generator = cms.EDFilter("Herwig7GeneratorFilter", herwig7CommonMergingSettingsBlock, herwig7StableParticlesForDetectorBlock, herwig7CH3SettingsBlock, configFiles = cms.vstring(), crossSection = cms.untracked.double(-1), dataLocation = cms.string('${HERWIGPATH:-6}'), eventHandlers = cms.string('/Herwig/EventHandlers'), filterEfficiency = cms.untracked.double(1.0), generatorModule = cms.string('/Herwig/Generators/EventGenerator'), hw_user_settings = cms.vstring( 'cd /Herwig/EventHandlers', 'set EventHandler:LuminosityFunction:Energy 13000*GeV', 'cd /', 'set /Herwig/Particles/h0:NominalMass 125.0', 'set /Herwig/Shower/FxFxHandler:njetsmax 4', 'set /Herwig/Shower/FxFxHandler:RClus 1.0', 'set /Herwig/Shower/FxFxHandler:ETClus 20*GeV' ), parameterSets = cms.vstring( 'hw_common_merging_settings', 'herwig7CH3PDF', 'herwig7CH3AlphaS', 'herwig7CH3MPISettings', 'herwig7StableParticlesForDetector', 'hw_user_settings' ), repository = cms.string('${HERWIGPATH}/HerwigDefaults.rpo'), run = cms.string('Merging'), runModeList = cms.untracked.string('read,run'), )