]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONshuttleLinkDef.h
Merging THbtp and HBTP in one library. Comiplation on Windows/Cygwin
[u/mrichter/AliRoot.git] / MUON / MUONshuttleLinkDef.h
index 5b67be3af802afb107fec810606b3e285b95a081..e9ea4497f4d495689a1e07673ace97d20824d6f7 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 MUONshuttleLinkDef.h
+/// \brief The CINT link definitions for \ref shuttle 
 
 #ifdef __CINT__
 
@@ -12,7 +15,7 @@
 #pragma link C++ class AliMUONPedestalSubprocessor+;
 #pragma link C++ class AliMUONGainSubprocessor+;
 #pragma link C++ class AliMUONGMSSubprocessor+;
-
-#pragma link C++ class AliMUONPedestalEventGenerator+;
+#pragma link C++ class AliMUONTriggerSubprocessor+;
+#pragma link C++ class AliMUONTriggerPreprocessor+;
 
 #endif