]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/MUONcalignLinkDef.h
Previous commit had the bad side-effect of changing the behaviour of Raw QA to comput...
[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
6/// \file MUONcalign.h
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+;
3bcfa92f 18#pragma link C++ class AliMUONAlignmentTask+;
19#pragma link C++ class AliMUONReAlignTask+;
20#pragma link C++ class AliMUONChamberCalibrationTask+;
21
22#endif
23