]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/MUONcalignLinkDef.h
Afterburner to generate light nuclei
[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
5233d594 7/// \brief The CINT link definitions for \ref calign
3bcfa92f 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+;
3bcfa92f 19#pragma link C++ class AliMUONChamberCalibrationTask+;
20
21#endif
22