Skip to content

added a new userhook to Pythia8

Minni Singla requested to merge newUserHooks into master

We have added a new unbiased Userhook for Pythia8. This unbiased UserHook will veto the unwanted events at the early stages of evolution and will also help in saving some CPU time for generation phase of simulation.v This UserHook is created considering the fact that we are interested in b quarks which will then result in more b-hadrons for analysis. A configurable has been named "inclusivebHook" has been created, with which the user will be able to turn ON/OFF this UserHook as per their requirement. Also created an options file "LBPYTHIA8ROOT/options/Pythia8_InclusiveB.py" which would replace "LBPYTHIA8ROOT/options/Pythia8.py" when one wants to run simulations using our UserHook. for example: gaudirun.py $GAUSSOPTS/Gauss-Job.py $GAUSSOPTS/Gauss-2016.py $GAUSSOPTS/GenStandAlone.py $DECFILESROOT/options/11114014.py $LBPYTHIA8ROOT/options/Pythia8_InclusiveB.py

Edited by Gloria Corti

Merge request reports