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

New doxygen group "vmc"

parent b5f09f82
No related branches found
No related tags found
No related merge requests found
\defgroup vmc The VirtuaL MONTE CARLO classes.
More details can be found in [the Virtual Monte Carlo documentation](https://root.cern.ch/vmc).
Also, several documents describing these classes are listed below:
- [The Virtual Monte Carlo paper](http://www.slac.stanford.edu/econf/C0303241/proc/papers/THJT006.PDF)
- [The Virtual Monte Carlo Web page](http://root.cern.ch/root/vmc/VirtualMC.html)
- [The Geant4 Virtual Monte Carlo](http://root.cern.ch/root/vmc/Geant4VMC.html)
- [The ALICE Offline Project](http://aliceinfo.cern.ch/Offline)
This directory contains the VirtuaL MONTE CARLO classes.
BEGIN_HTML
Several documents describing these classes are listed below:
<ul>
<li><a href="http://www.slac.stanford.edu/econf/C0303241/proc/papers/THJT006.PDF">The Virtual Monte Carlo paper
</A></li>
<li><a href="http://root.cern.ch/root/vmc/VirtualMC.html">the Virtual Monte Carlo Web page
</a></li>
<li><a href="http://root.cern.ch/root/vmc/Geant4VMC.html">the Geant4 Virtual Monte Carlo
</a></li>
<li><a href="http://aliceinfo.cern.ch/Offline">The ALICE Offline Project
</A></li>
</ul>
END_HTML
...@@ -20,7 +20,9 @@ ...@@ -20,7 +20,9 @@
#include "TMCVerbose.h" #include "TMCVerbose.h"
/** \class TMCVerbose /** \class TMCVerbose
Class for printing a detailed infomation from MC application. \ingroup vmc
Class for printing a detailed information from MC application.
Defined levels: Defined levels:
- 0 no output - 0 no output
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include "TVirtualMC.h" #include "TVirtualMC.h"
/** \class TVirtualMC /** \class TVirtualMC
\ingroup vmc
Abstract Monte Carlo interface Abstract Monte Carlo interface
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include "TError.h" #include "TError.h"
/** \class TVirtualMCApplication /** \class TVirtualMCApplication
\ingroup vmc
Interface to a user Monte Carlo application. Interface to a user Monte Carlo application.
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include "TVirtualMCGeometry.h" #include "TVirtualMCGeometry.h"
/** \class TVirtualMCGeometry /** \class TVirtualMCGeometry
\ingroup vmc
Interface to Monte Carlo geometry construction. Interface to Monte Carlo geometry construction.
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include "TVirtualMCStack.h" #include "TVirtualMCStack.h"
/** \class TVirtualMCStack /** \class TVirtualMCStack
\ingroup vmc
Interface to a user defined particles stack. Interface to a user defined particles stack.
*/ */
......
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