]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONbaseLinkDef.h
Fix compiler warning
[u/mrichter/AliRoot.git] / MUON / MUONbaseLinkDef.h
index 43dc134019698e6ccb6a54879585a43acd55d466..e656390bc81c5360b529c708cd544fc3b9447701 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 MUONbaseLinkDef.h
+/// \brief The CINT link definitions for \ref base
 
 #ifdef __CINT__
 #pragma link off all globals;
 
 // info classes 
 #pragma link C++ class AliMUONConstants+; 
-#pragma link C++ class AliMUONLogger+;
 
 // containers
+#pragma link C++ class AliMUONVCluster+;
 #pragma link C++ class AliMUONRawCluster+;
+#pragma link C++ class AliMUONRawClusterV2+;
 #pragma link C++ class AliMUONDigit+; 
 #pragma link C++ class AliMUONVDigit+; 
 #pragma link C++ class AliMUONRealDigit+; 
@@ -37,9 +41,7 @@
 #pragma link C++ class AliMUONRawWriter+;
 
 // calibration access
-#pragma link C++ class AliMUONCalibrationData+;
 #pragma link C++ class AliMUONCDB+;
-#pragma link C++ class AliMUONHVNamer+;
 
 #endif