]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/MUONshuttle/MUONshuttleLinkDef.h
MUON DAs
[u/mrichter/AliRoot.git] / MUON / MUONshuttle / MUONshuttleLinkDef.h
CommitLineData
089392dd 1/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2 * See cxx source for full Copyright notice */
3
f27362a2 4// $Id$
5
6/// \file MUONshuttleLinkDef.h
7/// \brief The CINT link definitions for \ref shuttle
089392dd 8
ea199e33 9#ifdef __CINT__
10
df9719ef 11#pragma link off all globals;
12#pragma link off all classes;
13#pragma link off all functions;
14
ea199e33 15#pragma link C++ class AliMUONPreprocessor+;
1192fe28 16#pragma link C++ class AliMUONTrackerPreprocessor+;
ea199e33 17#pragma link C++ class AliMUONVSubprocessor+;
0a710bc8 18#pragma link C++ class AliMUONHVSubprocessor+;
ea199e33 19#pragma link C++ class AliMUONPedestalSubprocessor+;
4cd57624 20#pragma link C++ class AliMUONGainSubprocessor+;
163131fe 21#pragma link C++ class AliMUONGMSSubprocessor+;
2ab3623b 22#pragma link C++ class AliMUONTriggerSubprocessor+;
49e110ec 23#pragma link C++ class AliMUONTriggerDCSSubprocessor+;
2ab3623b 24#pragma link C++ class AliMUONTriggerPreprocessor+;
7eafe398 25#pragma link C++ class AliMUONOccupancySubprocessor+;
0a710bc8 26
ea199e33 27#endif