gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 2 and Version 3 of HowToCollReporter


Ignore:
Timestamp:
Apr 8, 2008, 2:57:03 PM (16 years ago)
Author:
gallmei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToCollReporter

    v2 v3  
    55source:/workingCode/code/collisions/Prelim/collisionReporter.f90
    66
    7 http://tp8.physik.uni-giessen.de:8080/GiBUU/chrome/site/Documentation/code/collisions/Prelim/collisionReporter_f90.html#robo977
     7It provides routines to store and to print the number of colisions as function of time and of sqrt(s).
     8All information is split up into several chanels, cf. fritiofType:
    89
    9 It provides routines to store and to print the number of colisions as function of time and of sqrt(s).
    10 All information is split up into several chanels, cf. fritiofType
     10 *  07: BaB    (Baryon-Antibaryon-Annihilation)
     11 *  08: Manni  (Meson-Baryon-Annihilation)
     12 *  09: Elastic
     13 *  10: == Low Energy ==
     14 *  11: FRITIOF
     15 *  12: PYTHIA
    1116
    1217
    13 ...to be continued...
    14  
     18With gnuplot-scripts like the following...
     19{{{
     20reset
     21set xlabel "t [fm]
     22set ylabel "sqrt(s) [GeV]"
     23set xrange [0:]
     24set yrange [1:]
     25set log zcb
     26#splot  "CollRep.007.dat" u 1:2:($3>1e-10?$3:1/0) w l lt 2 t "BaB"
     27splot "CollRep.008.dat" u 1:2:($3>1e-10?$3:1/0) w l lt 1 t "Manni"
     28#replot "CollRep.009.dat" u 1:2:($3>1e-10?$3:1/0) w l lt 5 t "Elast"
     29replot "CollRep.010.dat" u 1:2:($3>1e-10?$3:1/0) w l lt 3 t "low energy"
     30replot "CollRep.012.dat" u 1:2:($3>1e-10?$3:1/0) w l lt 4 t "Pythia"
     31}}}
     32
     33...you can generate figures like this:
     34
     35http://gibuu.physik.uni-giessen.de/GiBUU/chrome/site/files/CollRep1.png
     36http://gibuu.physik.uni-giessen.de/GiBUU/chrome/site/files/CollRep2.png
     37
     38''These are examples taken from electron induced reactions according Hermes conditions (E,,e,,=27.3GeV)''