]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/hits_from_label.C
doxy: code cleanup: comments and clarifications
[u/mrichter/AliRoot.git] / EVE / alice-macros / hits_from_label.C
index 7800838601d2a331e923d9a37f71c4e011c96258..2dea7422e1deb860f440fb93c3a0c20aca3e44a7 100644 (file)
@@ -1,6 +1,25 @@
 // $Id$
+// Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
 
-void hits_from_label(Int_t label=0, TEveElement* cont)
+/**************************************************************************
+ * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
+ * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
+ * full copyright notice.                                                 *
+ **************************************************************************/
+
+#if !defined(__CINT__) || defined(__MAKECINT__)
+#include <TEveUtil.h>
+#include <TEvePointSet.h>
+#include <TEveElement.h>
+#include <TEveManager.h>
+
+#include "its_hits.C"
+#include "tof_hits.C"
+#include "tpc_hits.C"
+#include "trd_hits.C"
+#endif
+
+void hits_from_label(Int_t label=0, TEveElement* cont=0)
 {
   TEveUtil::LoadMacro("its_hits.C");