]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/MUON/HLTMUONLinkDef.h
Moving linkdef to its proper location.
[u/mrichter/AliRoot.git] / HLT / MUON / HLTMUONLinkDef.h
CommitLineData
e7fddd0a 1/**************************************************************************
2 * Copyright(c) 1998-2007, ALICE Experiment at CERN, All rights reserved. *
3 * *
4 * Author: The ALICE Off-line Project. *
5 * Contributors are mentioned in the code where appropriate. *
6 * *
7 * Permission to use, copy, modify and distribute this software and its *
8 * documentation strictly for non-commercial purposes is hereby granted *
9 * without fee, provided that the above copyright notice appears in all *
10 * copies and that both the copyright notice and this permission notice *
11 * appear in the supporting documentation. The authors make no claims *
12 * about the suitability of this software for any purpose. It is *
13 * provided "as is" without express or implied warranty. *
14 **************************************************************************/
15
16/* $Id$ */
17
18/**
19 * @file HLTMUONLinkDef.h
20 * @author Artur Szostak <artursz@iafrica.com>
21 * @date
22 * @brief The linkdef file for rootcint to build a ROOT dictionary of
23 * the dimuon HLT classes exposed to AliRoot.
24 */
25
26#ifdef __CINT__
27
28#pragma link off all globals;
29#pragma link off all classes;
30#pragma link off all functions;
31#pragma link off all typedefs;
32
33#pragma link C++ nestedclass;
34#pragma link C++ nestedtypedef;
35#pragma link C++ nestedfunction;
36
37#pragma link C++ class AliHLTMUONAgent+;
38#pragma link C++ class AliHLTMUONRecHitsSource+;
39
40#endif // __CINT__