From: ivana Date: Fri, 4 Dec 2009 09:56:44 +0000 (+0000) Subject: In EVE macros: X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=38c0afa3a6a0351a58b29ca1a9c696f7d7fd5819 In EVE macros: Adding keywords for Doxygen (in order to get macros linked in MUON documentation) --- diff --git a/EVE/alice-macros/event_goto.C b/EVE/alice-macros/event_goto.C index a82ee6168f1..13b229184ce 100644 --- a/EVE/alice-macros/event_goto.C +++ b/EVE/alice-macros/event_goto.C @@ -7,6 +7,9 @@ * full copyright notice. * **************************************************************************/ +/// \ingroup evemacros +/// \file event_goto.C + void event_goto(Int_t event=0) { if (AliEveEventManager::GetMaster() == 0) { diff --git a/EVE/alice-macros/kine_tracks.C b/EVE/alice-macros/kine_tracks.C index e9e36180212..b625d7fcc27 100644 --- a/EVE/alice-macros/kine_tracks.C +++ b/EVE/alice-macros/kine_tracks.C @@ -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__) diff --git a/EVE/macros/alieve_init.C b/EVE/macros/alieve_init.C index f5b96061872..a423f313433 100644 --- a/EVE/macros/alieve_init.C +++ b/EVE/macros/alieve_init.C @@ -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,