Skip to content
Snippets Groups Projects
Commit 78fe0584 authored by Olivier Couet's avatar Olivier Couet
Browse files

Various Doxygen fixes.

parent 1d4385cc
No related branches found
No related tags found
No related merge requests found
\defgroup montecarlo The Monte Carlo related packages. \defgroup montecarlo The Monte Carlo related packages.
\brief Monte Carlo packages
\ No newline at end of file
\defgroup eg The particles related classes \defgroup eg The particles related classes
\ingroup montecarlo \ingroup montecarlo
\brief Particle Data Group interface
This directory contains classes with interfaces to the Particle Data Group (PDG) These classes are interfaces to the Particle Data Group (PDG)
data base, a static and dynamic particle class and a decay class framework. data base, a static and dynamic particle class and a decay class framework.
These classes are extensively used in the VMC (Virtual Monte Carlo). These classes are extensively used in the VMC (Virtual Monte Carlo).
......
\defgroup pythia6 The Pythia6 interface \defgroup pythia6 The Pythia6 interface
\ingroup montecarlo \ingroup montecarlo
\author T.Sjostrand
The pythia6 directory is an interface to the F77 version of Pythia 6.2 event generators, written by T.Sjostrand. \brief Pythia6 is an interface to the F77 version of Pythia 6.2 event generators
See also the [complete Pythia6 documentation](http://home.thep.lu.se/~torbjorn/pythiaaux/recent.html) See also the [complete Pythia6 documentation](http://home.thep.lu.se/~torbjorn/pythiaaux/recent.html)
\defgroup pythia8 The Pythia8 interface \defgroup pythia8 The Pythia8 interface
\ingroup montecarlo \ingroup montecarlo
\author T.Sjostrand. \author T.Sjostrand.
\brief The pythia8 directory is an interface to the C++ version of Pythia 8.1 event generators.
The pythia8 directory is an interface to the C++ version of Pythia 8.1 event generators.
The user is assumed to be familiar with the Pythia8 package. The user is assumed to be familiar with the Pythia8 package.
Only a basic interface to Pythia8 is provided. Because Pythia8 is Only a basic interface to Pythia8 is provided. Because Pythia8 is
......
\defgroup vmc VirtuaL Monte Carlo \defgroup vmc Virtual Monte Carlo
\ingroup montecarlo \ingroup montecarlo
\brief Virtual interface to Monte Carlo packages
More details can be found in [the Virtual Monte Carlo documentation](https://root.cern.ch/vmc). More details can be found in [the Virtual Monte Carlo documentation](https://root.cern.ch/vmc).
......
...@@ -8,16 +8,11 @@ ...@@ -8,16 +8,11 @@
/// root > .x pythia8.C /// root > .x pythia8.C
/// ~~~ /// ~~~
/// ///
/// \macro_image
/// \macro_output
///
/// Note that before executing this script, /// Note that before executing this script,
/// ///
/// - the env variable PYTHIA8 must point to the pythia8100 (or newer) directory /// - the env variable PYTHIA8 must point to the pythia8100 (or newer) directory
/// - the env variable PYTHIA8DATA must be defined and it must point to $PYTHIA8/xmldoc /// - the env variable PYTHIA8DATA must be defined and it must point to $PYTHIA8/xmldoc
/// ///
/// \macro_code
///
/// \author Andreas Morsch /// \author Andreas Morsch
void pythia8(Int_t nev = 100, Int_t ndeb = 1) void pythia8(Int_t nev = 100, Int_t ndeb = 1)
......
/// \file /// \file
/// \ingroup tutorial_pythia /// \ingroup tutorial_pythia
/// Using Pythia6 with ROOT /// Using Pythia6 with ROOT
///
/// To make an event sample (of size 100) do /// To make an event sample (of size 100) do
/// ///
/// ~~~ {.cpp} /// ~~~ {.cpp}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment