]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/MUON/HLTMUONLinkDef.h
Minor cleanup of code.
[u/mrichter/AliRoot.git] / HLT / MUON / HLTMUONLinkDef.h
1 /**************************************************************************
2  * This file is property of and copyright by the ALICE HLT Project        * 
3  * All rights reserved.                                                   *
4  *                                                                        *
5  * Primary Authors:                                                       *
6  *   Artur Szostak <artursz@iafrica.com>                                  *
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     *
13  * about the suitability of this software for any purpose. It is          * 
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+;
39 #pragma link C++ class AliHLTMUONTriggerRecordsSource+;
40 #pragma link C++ class AliHLTMUONRecHitsSource+;
41 #pragma link C++ class AliHLTMUONTriggerReconstructorComponent+;
42 #pragma link C++ class AliHLTMUONHitReconstructorComponent+;
43 #pragma link C++ class AliHLTMUONMansoTrackerFSMComponent+;
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+;
49 #pragma link C++ class AliHLTMUONTriggerCalibratorComponent+;
50 #pragma link C++ class AliHLTMUONTrackerCalibratorComponent+;
51 #pragma link C++ class AliHLTMUONEmptyEventFilterComponent+;
52
53 //TODO: The following is temporary.
54 #pragma link C++ class AliHLTMUONEvent+;
55
56 #endif // __CINT__