Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pythia card to process LHE events created by KKMC (with ISR, FSR and BES done by KKMC) #192

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions FCCee/Generator/Pythia8/p8_lhe_forKKMC.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

! 1) Settings that will be used in a main program.
Random:setSeed = on
Main:timesAllowErrors = 5 ! how many aborts before run stops

! 2) Settings related to output in init(), next() and stat() functions.
Init:showChangedSettings = on ! list changed settings
Init:showAllSettings = off ! list all settings
Init:showChangedParticleData = on ! list changed particle data
Init:showAllParticleData = off ! list all particle data
Next:numberCount = 10 ! print message every n events
Next:numberShowLHA = 10 ! print LHA information n times
Next:numberShowInfo = 10 ! print event information n times
Next:numberShowProcess = 10 ! print process record n times
Next:numberShowEvent = 10 ! print event record n times
Stat:showPartonLevel = off ! additional statistics on MPI

! 3) Tell Pythia that LHEF input is used
Beams:frameType = 4
Beams:setProductionScalesFromLHEF = off
Beams:allowMomentumSpread = off
Beams:LHEF = LHE_OUT.LHE

! Vertex smearing
Beams:allowVertexSpread = on
Beams:sigmaVertexX = 5.96e-3
Beams:sigmaVertexY = 23.8E-6
Beams:sigmaVertexZ = 0.397
Beams:sigmaTime = 10.89 ! 36.3 ps

! 4) Settings for the event generation process in the Pythia8 library.
PartonLevel:ISR = off ! initial-state radiation
PartonLevel:FSR = off ! final-state radiation

Check:epTolErr = 1e-1 ! default 1e-4, necessary to allow BES
LesHouches:matchInOut = off



Loading