]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/MUON/HLTMUONLinkDef.h
Adding ROOT classes to be able to store dHLT internal data in ROOT files.
[u/mrichter/AliRoot.git] / HLT / MUON / HLTMUONLinkDef.h
CommitLineData
e7fddd0a 1/**************************************************************************
b92524d0 2 * This file is property of and copyright by the ALICE HLT Project *
3 * All rights reserved. *
e7fddd0a 4 * *
b92524d0 5 * Primary Authors: *
6 * Artur Szostak <artursz@iafrica.com> *
e7fddd0a 7 * *
8 * Permission to use, copy, modify and distribute this software and its *
9 * documentation strictly for non-commercial purposes is hereby granted *
10 * without fee, provided that the above copyright notice appears in all *
11 * copies and that both the copyright notice and this permission notice *
12 * appear in the supporting documentation. The authors make no claims *
b92524d0 13 * about the suitability of this software for any purpose. It is *
e7fddd0a 14 * provided "as is" without express or implied warranty. *
15 **************************************************************************/
16
17/* $Id$ */
18
19/**
20 * @file HLTMUONLinkDef.h
21 * @author Artur Szostak <artursz@iafrica.com>
22 * @date
23 * @brief The linkdef file for rootcint to build a ROOT dictionary of
24 * the dimuon HLT classes exposed to AliRoot.
25 */
26
27#ifdef __CINT__
28
29#pragma link off all globals;
30#pragma link off all classes;
31#pragma link off all functions;
32#pragma link off all typedefs;
33
34#pragma link C++ nestedclass;
35#pragma link C++ nestedtypedef;
36#pragma link C++ nestedfunction;
37
38#pragma link C++ class AliHLTMUONAgent+;
6dc9b232 39#pragma link C++ class AliHLTMUONTriggerRecordsSource+;
e7fddd0a 40#pragma link C++ class AliHLTMUONRecHitsSource+;
6efe69e7 41#pragma link C++ class AliHLTMUONTriggerReconstructorComponent+;
6dc9b232 42#pragma link C++ class AliHLTMUONHitReconstructorComponent+;
b92524d0 43#pragma link C++ class AliHLTMUONMansoTrackerFSMComponent+;
e7fddd0a 44
45#endif // __CINT__