]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONevaluationLinkDef.h
Make the Scan method public
[u/mrichter/AliRoot.git] / MUON / MUONevaluationLinkDef.h
index 20778336f3c80f6be12d02812b9b5dd00b91ed55..6af276adc9447638ff46fc5849746bfc5b196df9 100644 (file)
@@ -1,7 +1,10 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-// $Id $
+// $Id$
+
+/// \file MUONevaluationLinkDef.h
+/// \brief The CINT link definitions for \ref evaluation 
 
 #ifdef __CINT__
 #pragma link off all globals;
 #pragma link C++ class AliMUONTrackLight+;
 #pragma link C++ class AliMUONCheck+;
 #pragma link C++ class AliMUONRecoCheck+;
-#pragma link C++ class AliMUONPoints+;
-#pragma link C++ class AliMUONDisplay+;
 #pragma link C++ class AliMUONDataInterface+;
+#pragma link C++ class AliMUONTriggerGUI+;
+#pragma link C++ class AliMUONTriggerGUIbdmap+;
+#pragma link C++ class AliMUONTriggerGUIdimap+;
+#pragma link C++ class AliMUONTriggerGUIboard+;
 
 #endif