]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/MUON/HLTMUONLinkDef.h
Minor cleanup of code.
[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
8134dd2e 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///
e7fddd0a 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+;
9acda34c 44#pragma link C++ class AliHLTMUONRecHit+;
45#pragma link C++ class AliHLTMUONRecHit::Channel+;
46#pragma link C++ class AliHLTMUONTriggerRecord+;
47#pragma link C++ class AliHLTMUONMansoTrack+;
48#pragma link C++ class AliHLTMUONRootifierComponent+;
8134dd2e 49#pragma link C++ class AliHLTMUONTriggerCalibratorComponent+;
50#pragma link C++ class AliHLTMUONTrackerCalibratorComponent+;
0528e93a 51#pragma link C++ class AliHLTMUONEmptyEventFilterComponent+;
9acda34c 52
8134dd2e 53//TODO: The following is temporary.
9acda34c 54#pragma link C++ class AliHLTMUONEvent+;
e7fddd0a 55
56#endif // __CINT__