]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/MUON/HLTMUONLinkDef.h
Adding the reconstructor component for trigger DDL data streams. (Indra)
[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
45 #endif // __CINT__