Changes between Version 2 and Version 3 of HowToCollReporter
- Timestamp:
- Apr 8, 2008, 2:57:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToCollReporter
v2 v3 5 5 source:/workingCode/code/collisions/Prelim/collisionReporter.f90 6 6 7 http://tp8.physik.uni-giessen.de:8080/GiBUU/chrome/site/Documentation/code/collisions/Prelim/collisionReporter_f90.html#robo977 7 It provides routines to store and to print the number of colisions as function of time and of sqrt(s). 8 All information is split up into several chanels, cf. fritiofType: 8 9 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 11 16 12 17 13 ...to be continued... 14 18 With gnuplot-scripts like the following... 19 {{{ 20 reset 21 set xlabel "t [fm] 22 set ylabel "sqrt(s) [GeV]" 23 set xrange [0:] 24 set yrange [1:] 25 set log zcb 26 #splot "CollRep.007.dat" u 1:2:($3>1e-10?$3:1/0) w l lt 2 t "BaB" 27 splot "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" 29 replot "CollRep.010.dat" u 1:2:($3>1e-10?$3:1/0) w l lt 3 t "low energy" 30 replot "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 35 http://gibuu.physik.uni-giessen.de/GiBUU/chrome/site/files/CollRep1.png 36 http://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)''