gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 5 and Version 6 of EventOutput


Ignore:
Timestamp:
Feb 1, 2019, 8:36:22 PM (5 years ago)
Author:
gallmei
Comment:

increase info

Legend:

Unmodified
Added
Removed
Modified
  • EventOutput

    v5 v6  
    22
    33Event output may be produced in multiple ways:
    4  * [wiki:LesHouches LesHouches format]
    5  * [https://karman.physics.purdue.edu/OSCAR/index.php/About OSCAR]
    6  * [wiki:EventOutputRoot ROOT]
    7  * for neutrino- and lepton-induced reactions in a .txt file `FinalEvents.dat`
     4 1. [wiki:LesHouches LesHouches format]
     5 1. [https://karman.physics.purdue.edu/OSCAR/index.php/About OSCAR]
     6 1. [http://www.physics.sjtu.edu.cn/hic2014/node/12 Shanghai 2014 format]
     7 1. [wiki:EventOutputRoot ROOT]
     8 1. for neutrino- and lepton-induced reactions in a .txt file `FinalEvents.dat`
    89
     10The selection between option 1.-4. you may do within your jobcard,
     11{{{
     12! file: ./analysis/EventOutputAnalysis.f90
     13&EventOutput
     14      WritePerturbativeParticles = T
     15      EventFormat = 4 ! 1=LesHouches, 2=OSCAR, 3=Shanghai, 4=ROOT
     16/
     17}}}