]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/MUONcalignLinkDef.h
Fixes for #86059: Install data when ALICE_ROOT does not point to source (Christian)
[u/mrichter/AliRoot.git] / MUON / MUONcalignLinkDef.h
CommitLineData
3bcfa92f 1/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2 * See cxx source for full Copyright notice */
3
4// $Id$
5
949d9006 6/// \file MUONcalignLinkDef.h
3bcfa92f 7/// \brief The CINT link definitions for \ref calign
8
9
10#ifdef __CINT__
11#pragma link off all globals;
12#pragma link off all classes;
13#pragma link off all functions;
14
15#pragma link C++ class AliMUONClusterInfo+;
16#pragma link C++ class AliMUONPadInfo+;
f2deabf0 17#pragma link C++ class AliMUONAlignment+;
56218672 18#pragma link C++ class AliMUONAlignmentClusterRecord+;
19#pragma link C++ class AliMUONAlignmentTrackRecord+;
3bcfa92f 20#pragma link C++ class AliMUONAlignmentTask+;
21#pragma link C++ class AliMUONReAlignTask+;
22#pragma link C++ class AliMUONChamberCalibrationTask+;
23
24#endif
25