]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/MUON/HLTMUONLinkDef.h
94b6ac472ffda82bf302f8ae14cf2fed7c3e00a1
[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   29 May 2007
23 /// @brief  Linkdef file for dHLT.
24 ///
25 /// The linkdef file for rootcint to build a ROOT dictionary of the dimuon
26 /// HLT classes exposed to AliRoot.
27 ///
28
29 #ifdef __CINT__
30
31 #pragma link off all globals;
32 #pragma link off all classes;
33 #pragma link off all functions;
34 #pragma link off all typedefs;
35
36 #pragma link C++ nestedclass;
37 #pragma link C++ nestedtypedef;
38 #pragma link C++ nestedfunction;
39
40 #pragma link C++ class AliHLTMUONAgent+;
41 #pragma link C++ class AliHLTMUONConstants+;
42 #pragma link C++ class AliHLTMUONUtils+;
43 #pragma link C++ class AliHLTMUONProcessor+;
44 #pragma link C++ class AliHLTMUONTriggerRecordsSource+;
45 #pragma link C++ class AliHLTMUONRecHitsSource+;
46 #pragma link C++ class AliHLTMUONDigitPublisherComponent+;
47 #pragma link C++ class AliHLTMUONTriggerReconstructorComponent+;
48 #pragma link C++ class AliHLTMUONHitReconstructorComponent+;
49 #pragma link C++ class AliHLTMUONMansoTrackerFSMComponent+;
50 #pragma link C++ class AliHLTMUONDecisionComponent+;
51 #pragma link C++ class AliHLTMUONESDMaker+;
52 #pragma link C++ class AliHLTMUONRecHit+;
53 #pragma link C++ class AliHLTMUONRecHit::AliChannel+;
54 #pragma link C++ class AliHLTMUONTriggerRecord+;
55 #pragma link C++ class AliHLTMUONMansoTrack+;
56 #pragma link C++ class AliHLTMUONDecision+;
57 #pragma link C++ class AliHLTMUONDecision::AliTrackDecision+;
58 #pragma link C++ class AliHLTMUONDecision::AliPairDecision+;
59 #pragma link C++ class AliHLTMUONEvent+;
60 #pragma link C++ class AliHLTMUONRootifierComponent+;
61 #pragma link C++ class AliHLTMUONEmptyEventFilterComponent+;
62 #pragma link C++ class AliHLTMUONDataCheckerComponent+;
63 #pragma link C++ class AliHLTMUONClusterFinderComponent+;
64 #pragma link C++ class AliHLTMUONRawDataHistoComponent+;
65
66 #endif // __CINT__