From gallmeister at th.physik.uni-frankfurt.de Fri Feb 8 08:38:31 2019 From: gallmeister at th.physik.uni-frankfurt.de (Kai Gallmeister) Date: Fri, 8 Feb 2019 09:38:31 +0100 Subject: [GiBUU-announce] New release 'GiBUU 2019' Message-ID: Dear friends of GiBUU, we are happy to announce, that the new release 'GiBUU 2019' is available. Due to the hepforge software migration last year, we now may only offer a installation via tarballs. See below for detailed instructions, as also available on our homepage: https://gibuu.hepforge.org/trac/wiki A major new feature of this release, the (possible) event output in ROOT format, needs some additional works when downloading, compiling and running the code. This is also described below (and on our homepage). In addition, many other improvements of the code entered this new release. The full list reads as: * output of events now also in *ROOT format* possible * Possibility to add own, new neutrino flux distributions * pion background amplitude added also for antineutrino CC events * transition between resonance and DIS for elementary eN improved, both for electrons and neutrinos * in-medium corrections for low energy NN cross sections implemented * sample jobcards now set to produce all warning and info output (Indicated how to disable this for production runs.) * DUNE antimunu flux corrected * calculation of Coulomb for dynamic densities improved; glitches using Coulomb removed * workaround in Makefile for gfortran 6+ bug concerning MATMUL inlining * minor bugfixes and modifications, cosmetics Please download, test and use this new version of the code. And never hesitate to contact us immediately! Best regards Kai Gallmeister (on behalf of the GiBUU team) Default Installation 1. generate base directory: mkdir GiBUU; cd GiBUU 2. download and unpacking: wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2019.tar.gz wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2019.tar.gz tar -xzvf buuinput2019.tar.gz tar -xzvf release2019.tar.gz 3. change into release directory: cd release 4. compile GiBUU: make 5. run GiBUU: ./testRun/GiBUU.x < your_Jobcard Installation with ROOT output If you want to use the possibility to get event output in ROOT format, the installation has to be slightly modified: 1. generate base directory: mkdir GiBUU; cd GiBUU 2. download and unpacking: wget --content-disposition https://gibuu.hepforge.org/downloads?f=release2019.tar.gz wget --content-disposition https://gibuu.hepforge.org/downloads?f=buuinput2019.tar.gz wget --content-disposition https://gibuu.hepforge.org/downloads?f=libraries2019_RootTuple.tar.gz tar -xzvf buuinput2019.tar.gz tar -xzvf release2019.tar.gz tar -xzvf libraries2019_RootTuple.tar.gz 3. change into release directory: cd release 4. a) compile RootTuple library: make buildRootTuple 4. b) compile GiBUU: make withROOT=1 5. run GiBUU: ./testRun/GiBUU.x < your_Jobcard ensure to have something like the following in 'your_Jobcard': ! file: ./analysis/EventOutputAnalysis.f90 &EventOutput WritePerturbativeParticles = T EventFormat = 4 ! 1=LesHouches, 4=ROOT / -- Kai Gallmeister Institut f?r Theoretische Physik J. W. Goethe - Universit?t Max-von-Laue-Str. 1 60438 Frankfurt am Main phone: +49 (0)69 798-47858 http://www.uni-frankfurt.de/fb/fb13/itp/index.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From gallmeister at th.physik.uni-frankfurt.de Tue Sep 17 20:00:35 2019 From: gallmeister at th.physik.uni-frankfurt.de (Kai Gallmeister) Date: Tue, 17 Sep 2019 21:00:35 +0200 Subject: [GiBUU-announce] Questionnaire for GiBUU output Message-ID: <29a13b1b-ecca-69cf-9ce6-caf2f93712e3@th.physik.uni-frankfurt.de> Dear GiBUU friends, during the last months at least two email discussion rounds arose concerning the question, whether particles in the final state are bound or not and how to distinguish them in the given GiBUU output. I want to synchronize these discussions a little bit... ? Thus, please tell me, what you are calculating, which file format of the event output you are using (and why), and how we could improve. And everything else ... I kindly ask you for some feedback! Yours Kai (on behalf of the GiBUU team) P.S.: I added email addresses of people involved in the last discussions as BCC. Sorry for getting the mail multiple times. -- Kai Gallmeister Institut f?r Theoretische Physik J. W. Goethe - Universit?t Max-von-Laue-Str. 1 60438 Frankfurt am Main phone: +49 (0)69 798-47858 http://www.uni-frankfurt.de/fb/fb13/itp/index.html From gallmeister at th.physik.uni-frankfurt.de Tue Dec 10 20:43:01 2019 From: gallmeister at th.physik.uni-frankfurt.de (Kai Gallmeister) Date: Tue, 10 Dec 2019 21:43:01 +0100 Subject: [GiBUU-announce] bug fix for A+A Message-ID: Dear GiBUU users, unfortunately, I just had to fix a bug in GiBUU, which concerned the initialization of the code for A+A collisions (introduced in release 2019, not present in earler versions). If you are using GiBUU in this mode, please update the code (by a new installation via our hepforge-site) to the newest release (2019, patch 5). Sorry for any inconveniences. Yours Kai Gallmeister