gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 7 and Version 8 of LesHouches


Ignore:
Timestamp:
Mar 5, 2016, 3:12:48 PM (9 years ago)
Author:
jweil
Comment:

update/extend/reformat the process-specific information in the LesHouches files

Legend:

Unmodified
Added
Removed
Modified
  • LesHouches

    v7 v8  
    7171
    7272 * In the case of !HiLepton events, this line is:
    73      " # 14 nu Q2 eps phiLepton Eventtype"
    74    (14 is the magic number of high-energy lepton-induced events, cf. Electron_origin.f90 for a list of Eventtypes)
     73{{{
     74# 14 nu Q2 eps phiLepton Eventtype
     75}}}
     76   * 14 is the magic number of high-energy lepton-induced events
     77   * cf. Electron_origin.f90 for a list of Eventtypes
    7578 * In the case of neutrino events, the line line is given as:
    76      " # 5 Eventtype Weight momLepIn(0:3) momLepOut(0:3)"
    77    (5 is the magic number of neutrino-induced events, Eventtype: 1=QE, 2-31=res ID, 32,33=1pi, 34=DIS, 35,36=2p2h, 37=2pi)
     79{{{
     80# 5 Eventtype Weight momLepIn(0:3) momLepOut(0:3) momNuc(0:3)
     81}}}
     82   * 5 is the magic number of neutrino-induced events
     83   * Eventtype: 1=QE, 2-31=res ID, 32,33=1pi, 34=DIS, 35,36=2p2h, 37=2pi
     84   * 'Weight' is the same event weight that also appear in the general event-block header
     85   * 'momLepIn' is the four-momentum of the incoming lepton (neutrino)
     86   * 'momLepOut' is the four-momentum of the outgoing lepton
     87   * 'momNuc' is the four-momentum of the outgoing struck nucleon
    7888 * In the case of heavy-ion events, the line is:
    79      " # 1 b"
    80    (1 is the magic number of heavy-ion collisions, 'b' is the impact parameter in fm)
     89{{{
     90# 1 b
     91}}}
     92   * 1 is the magic number of heavy-ion collisions
     93   * 'b' is the impact parameter in fm
    8194 * In the case of hadron-induced events, the line is:
    82     " # 300 b"
    83   (300 is the magic number of hadron-induced events, 'b' is the impact parameter in fm)
     95{{{
     96# 300 b
     97}}}
     98   * 300 is the magic number of hadron-induced events
     99   * 'b' is the impact parameter in fm
    84100 * For all other event types, this line is absent.