]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/MUON/HLTMUONLinkDef.h
Fixing error codes so that components return negative codes according to HLT convention.
[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>
450e0b36 22/// @date 29 May 2007
154cba94 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.
8134dd2e 27///
e7fddd0a 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+;
154cba94 41#pragma link C++ class AliHLTMUONProcessor+;
6dc9b232 42#pragma link C++ class AliHLTMUONTriggerRecordsSource+;
e7fddd0a 43#pragma link C++ class AliHLTMUONRecHitsSource+;
6efe69e7 44#pragma link C++ class AliHLTMUONTriggerReconstructorComponent+;
6dc9b232 45#pragma link C++ class AliHLTMUONHitReconstructorComponent+;
b92524d0 46#pragma link C++ class AliHLTMUONMansoTrackerFSMComponent+;
c9537879 47#pragma link C++ class AliHLTMUONDecisionComponent+;
9acda34c 48#pragma link C++ class AliHLTMUONRecHit+;
450e0b36 49#pragma link C++ class AliHLTMUONRecHit::AliChannel+;
9acda34c 50#pragma link C++ class AliHLTMUONTriggerRecord+;
51#pragma link C++ class AliHLTMUONMansoTrack+;
450e0b36 52#pragma link C++ class AliHLTMUONDecision+;
53#pragma link C++ class AliHLTMUONDecision::AliTrackDecision+;
54#pragma link C++ class AliHLTMUONDecision::AliPairDecision+;
55#pragma link C++ class AliHLTMUONEvent+;
9acda34c 56#pragma link C++ class AliHLTMUONRootifierComponent+;
0528e93a 57#pragma link C++ class AliHLTMUONEmptyEventFilterComponent+;
dba14d7d 58#pragma link C++ class AliHLTMUONDataCheckerComponent+;
9acda34c 59
e7fddd0a 60#endif // __CINT__