gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 11 and Version 12 of impatient


Ignore:
Timestamp:
Jan 5, 2025, 5:42:50 PM (3 months ago)
Author:
gallmei
Comment:

update to v2025

Legend:

Unmodified
Added
Removed
Modified
  • impatient

    v11 v12  
    2323 2. download and unpacking:
    2424{{{
    25 wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2023.tar.gz
    26 wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2023.tar.gz
     25wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2025.tar.gz
     26wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2025.tar.gz
    2727
    28 tar -xzvf buuinput2023.tar.gz
    29 tar -xzvf release2023.tar.gz
     28tar -xzvf buuinput2025.tar.gz
     29tar -xzvf release2025.tar.gz
    3030}}}
     31
     32 For some setups, you may need additional in medium input files:
     33{{{
     34wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2025_inMed.tar.gz
     35
     36tar -xzvf buuinput2025_inMed.tar.gz
     37}}}
     38
     39
    3140
    3241 3. change into release directory:
     
    5665 2. download and unpacking:
    5766{{{
    58 wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2023.tar.gz
    59 wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2023.tar.gz
    60 wget --content-disposition https://gibuu.hepforge.org/downloads?f=libraries2023_RootTuple.tar.gz
     67wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2025.tar.gz
     68wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2025.tar.gz
     69wget --content-disposition https://gibuu.hepforge.org/downloads?f=libraries2025_RootTuple.tar.gz
    6170
    62 tar -xzvf buuinput2023.tar.gz
    63 tar -xzvf release2023.tar.gz
    64 tar -xzvf libraries2023_RootTuple.tar.gz
     71tar -xzvf buuinput2025.tar.gz
     72tar -xzvf release2025.tar.gz
     73tar -xzvf libraries2025_RootTuple.tar.gz
    6574}}}
    6675
     
    94103}}}
    95104
    96 == Installation with HepMC3 output (future v2024) ==
     105== Installation with HepMC3 output ==
    97106
    98107If you want to use the possibility to get event output in HepMC3 format via the HepMC3 C++ library, the installation has to be slightly modified:
     
    105114 2. download and unpacking:
    106115{{{
    107 wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2024.tar.gz
    108 wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2024.tar.gz
    109 wget --content-disposition https://gibuu.hepforge.org/downloads?f=libraries2024_HEPMC3.tar.gz
     116wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2025.tar.gz
     117wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2025.tar.gz
     118wget --content-disposition https://gibuu.hepforge.org/downloads?f=libraries2025_HEPMC3.tar.gz
    110119
    111 tar -xzvf buuinput2024.tar.gz
    112 tar -xzvf release2024.tar.gz
    113 tar -xzvf libraries2024_HEPMC3.tar.gz
     120tar -xzvf buuinput2025.tar.gz
     121tar -xzvf release2025.tar.gz
     122tar -xzvf libraries2025_HEPMC3.tar.gz
    114123}}}
    115124