gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 3 and Version 4 of LesHouches


Ignore:
Timestamp:
Oct 17, 2013, 10:06:21 PM (11 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LesHouches

    v3 v4  
    6464There can be one additional line at the end of the <event> block (after the list of particles), which starts with a "#" and contains process-specific information for different event types:
    6565
    66  * In the case of HiLepton events, this line is:
     66 * In the case of !HiLepton events, this line is:
    6767     " # 14 nu Q2 eps phiLepton Eventtype"
    68    (14 is the magic number of HiLepton, cf. Electron_origin.f90 for a list of Eventtypes)
     68   (14 is the magic number of high-energy lepton-induced events, cf. Electron_origin.f90 for a list of Eventtypes)
    6969 * In the case of neutrino events, the line line is given as:
    7070     " # 5 Eventtype Weight momLepIn(0:3) momLepOut(0:3)"
    71    (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)
    72  * For all other event types, this line is missing.
     71   (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)
     72 * In the case of heavy-ion events, the line is:
     73     " # 1 b"
     74   (1 is the magic number of heavy-ion collisions, 'b' is the impact parameter in fm)
     75 * For all other event types, this line is absent.