]> git.uio.no Git - u/mrichter/AliRoot.git/commit - EVGEN/AliDecayer.h
* EVGEN/AliGenEMCocktail.cxx (& .h) is the class that generates the cocktail follow...
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 25 Sep 2010 08:58:05 +0000 (08:58 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 25 Sep 2010 08:58:05 +0000 (08:58 +0000)
commite40b9538a2391a671b72c057ebc6daf505ad30da
tree6c26a161a53648903fe8189cbfb9c6e8de3f2770
parenta52d8b6f06327ba0b109069137a68cb501a0a0ef
 *  EVGEN/AliGenEMCocktail.cxx (& .h) is the class that generates the cocktail following the muon example.
 *  EVGEN/AliGenEMlib.cxx (& .h) is the class that contains the kinematic distributions of the sources, also following the muon example. At the moment, it contains
    only one pT distribution plus mT scaling. In the near future I'll extend this class with further parameterizations. Also, I'll add the functionality to set
    parameters by proper set methods (instead of the hard-wired parameters as used currently in all of the similar lib classes).
 *  EVGEN/libEVGEN.pkg and EVGEN/EVGENLinkDef.h have been modified to include the two new classes.
 *  EVGEN/AliDecayer.h has been modified by adding three new decay modes (kElectronEM, kDiElectronEM, and kGammaEM) between which one can select in the cocktail
    class.
 *  EVGEN/AliGenMC.cxx has been modified such that it "knows about" the three new decay modes in EVGEN/AliDecayer.h
 *  PYTHIA6/AliDecayerPythia.cxx has been modified accordingly. Here, the corresponding particle decays are forced depending on the selected decay mode.
 *  FASTSIM/fastGenEMCocktail.C is an example macro to generate a single electron cocktail.
(Ralf Averbeck)
EVGEN/AliDecayer.h
EVGEN/AliGenEMCocktail.cxx [new file with mode: 0644]
EVGEN/AliGenEMCocktail.h [new file with mode: 0644]
EVGEN/AliGenEMlib.cxx [new file with mode: 0644]
EVGEN/AliGenEMlib.h [new file with mode: 0644]
EVGEN/AliGenMC.cxx
EVGEN/EVGENLinkDef.h
EVGEN/libEVGEN.pkg
FASTSIM/fastGenEMCocktail.C [new file with mode: 0644]
PYTHIA6/AliDecayerPythia.cxx