gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Initial Version and Version 1 of HowToHistogramMP


Ignore:
Timestamp:
Apr 29, 2009, 9:39:49 PM (16 years ago)
Author:
gallmei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToHistogramMP

    v1 v1  
     1= HOWTO: Histograms (in 1 and 2 Dimensions) for many particle species simultanously =
     2
     3In order to get most of the functionality of 1D histograms, but combined with the need for doing it simultanously for many different particle species, we generated the module "histMP.f90". (Later on also "hist2DMP.f90" poped up for the 2D generalization -- work in progress.)
     4
     5[The full functionality of 1D histograms is not yet provided -- work in progress.]
     6
     7The major generalisation is, that the the output is done in more columns, but for the same x values.
     8
     9You have to choose the "particle class" at initialization.
     10(We prepared the code for two particle classes but with room for any future extensions.)
     11
     12Particle class 1 corresponds to "stable particles": (11 particles)
     13 * pi+,pi0,pi-
     14 * K+,K0, K~0,K~-
     15 * p, n, p~, n~
     16
     17Particle class 2 corresponds to "stable particles and major resonances": (19 particles)
     18 * pi+,pi0,pi-
     19 * rho+, rho0, rh0-, and other mesonic resonances
     20 * K+,K0, K~0,K~-
     21 * p, n, p~, n~
     22 * Delta++, Delta+, Delta0, Delta-
     23
     24While adding values to histogram you just give the particle ID, charge and antiparticle flag and you do not have to bother which histogram the information is added.
     25
     26When calling the write-out routine you get a multi column output for all particles contained in the choosen "particle class"
     27