@@ -177,14 +177,14 @@ which Herwig
177177
178178` KKMCee ` is an adaptation of the ` KKMC ` Monte Carlo generator (the latest version of the ` Koral ` generetors) to the
179179case of FCC-ee.
180- KKMCee is available as standalone program when using the ` LCG ` installaton of FCCSW version 0.15 or higher :
180+ KKMCee is available as standalone program when using the key4hep stack :
181181
182182``` bash
183183which KKMCee
184184```
185185
186186```
187- /cvmfs/sft.cern.ch/lcg/views/LCG_97a_FCC_4 /x86_64-centos7-gcc8-opt/bin/KKMCee
187+ /cvmfs/sw.hsf.org/spackages2/kkmcee/4.30 /x86_64-centos7-gcc8.3.0 -opt/liobnk6fwgwzkyapgxfefgmbrmnmyn67 /bin/KKMCee
188188```
189189
190190A help function is available:
@@ -205,18 +205,25 @@ Options:
205205 -f, --flavour flavour Flavour to be generated (Mu|Tau|UDS|C|B|Hadrons)
206206 -e, --ecms energy Center of Mass energy in GeV
207207 -n, --nevts energy Number of events to be generated
208+ -b, --bessig bessig Beam-Energy-Spread of both beams (or of the first beam, if bessig2<0.)
209+ [fraction of Ecms/2, default -1. (no spread)]
210+ -g, --bessig2 bessig2 Beam-Energy-Spread of the second beam if different from the first beam; fraction of Ecms/2.
211+ [fraction of Ecms/2, default -1. (no spread or equal to first beam)]
212+ -r, --besrho rho Beam-Energy-Spread correlation [default 0.]
208213 -o, --outfile file File with the generated events in LHE format
209214 -s, --seedfile file File to be used for seeding (randomly generated, if missing)
210215
211216Examples:
212- KKMCee -f Mu -e 91.2 -n 10000 -o kkmu_10000.LHE
217+ KKMCee -f Mu -e 91.2 -n 10000 -o kkmu_10000.LHE -b 0.001
213218KKMCee -c kkmc_ditau.input
214219```
215220
221+ Note that the BES (Beam Energy Spread) options are only available in version 4.32.01 and higher.
222+
216223Configuration example files are available under
217224
218225```
219- ls /cvmfs/sft.cern.ch/lcg/views/LCG_97a_FCC_4/x86_64-centos7-gcc8-opt/ share/KKMCee/examples/
226+ ls `dirname $( which KKMCee )`/../ share/KKMCee/examples
220227```
221228
222229```
@@ -226,7 +233,8 @@ Beast.input Bottom.input Down.input Inclusive.input Mu.input Tau.input Up.
226233To generate a sample of dimuon events using the example files, do the following
227234
228235``` bash
229- KKMCee -c /cvmfs/sft.cern.ch/lcg/views/LCG_97a_FCC_4/x86_64-centos7-gcc8-opt/share/KKMCee/examples/Mu.input
236+ cp -rp ` dirname $( which KKMCee ) ` /../share/KKMCee/examples/Mu.input .
237+ KKMCee -c Mu.input
230238```
231239
232240The output should look something like this:
0 commit comments