]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
In EVE macros:
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 Dec 2009 09:56:44 +0000 (09:56 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 Dec 2009 09:56:44 +0000 (09:56 +0000)
Adding keywords for Doxygen (in order to get macros linked in
MUON documentation)

EVE/alice-macros/event_goto.C
EVE/alice-macros/kine_tracks.C
EVE/macros/alieve_init.C

index a82ee6168f15ad509cb200f25c096f4d2aed0e23..13b229184cef619535d4fef263e6198acdadbe7b 100644 (file)
@@ -7,6 +7,9 @@
  * full copyright notice.                                                 *
  **************************************************************************/
 
+/// \ingroup evemacros
+/// \file event_goto.C
+
 void event_goto(Int_t event=0)
 {
   if (AliEveEventManager::GetMaster() == 0) {
index e9e3618021215119ff2ea3098f7cdad505134262..b625d7fcc274406da0f5548c384f2c120de2c0e4 100644 (file)
@@ -7,8 +7,13 @@
  * full copyright notice.                                                 *
  **************************************************************************/
 
-// Import tracks from kinematics-tree / particle-stack.
-// Preliminary/minimal solution.
+/// \ingroup evemacros
+/// \file kine_tracks.C
+/// \brief Import tracks from kinematics-tree / particle-stack.
+///
+/// Preliminary/minimal solution.
+///
+/// \author Matevz Tadel & Alja Mrak-Tadel: 2006, 2007 
 
 #if !defined(__CINT__) || defined(__MAKECINT__)
 
index f5b960618720affe3f6fb856af0712fc1f19a261..a423f3134336363f000c4933aa74101d556f2a4f 100644 (file)
@@ -7,6 +7,9 @@
  * full copyright notice.                                                 *
  **************************************************************************/
 
+/// \ingroup evemacros
+/// \file alieve_init.C
+
 void alieve_init(const TString& cdburi = "",
                 const TString& path   = ".", Int_t event=0,
                  const Text_t* esdfile = 0,