gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Initial Version and Version 1 of EqualWeight


Ignore:
Timestamp:
Mar 24, 2023, 12:40:53 AM (14 months ago)
Author:
gallmei
Comment:

create the page

Legend:

Unmodified
Added
Removed
Modified
  • EqualWeight

    v1 v1  
     1= The 'equal perweight mode' =
     2
     3As described elsewhere, elementary reactions introduced on nucleons are connected with a statistical weight, the so called 'perWeight', which is directly connected with the total interaction cross section.
     4
     5...
     6
     7== How to use it ==
     8
     91) For the rejection method to work, you have to know sigma_max
     10
     11Please take your favorite jobcard, set
     12{{{
     13&input
     14...
     15numTimeSteps    =0
     16...
     17/
     18}}}
     19and
     20{{{
     21&neutrino_induced
     22...
     23equalWeights_Mode = 1
     24...
     25/
     26}}}
     27Running this jobcard then should generate a file "fort.87" with a list of increasing numbers.
     28
     292) Take the last number of that file, add some 'security buffer', and create a second jobcard, now with final state events by setting
     30{{{ 
     31&neutrino_induced
     32...
     33equalWeights_Mode = 2
     34equalWeights_Max = <The_Value_You_Selected>
     35...
     36/
     37}}}
     38