git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implementation of ITS tracking for HLT. The tracking is based on the off-line AliITSt...
[u/mrichter/AliRoot.git]
/
HLT
/
ITS
/
AliL3ITSLinkDef.h
1
2
#ifdef __CINT__
3
4
#pragma link off all globals;
5
#pragma link off all classes;
6
#pragma link off all functions;
7
8
#ifdef use_aliroot
9
#pragma link C++ class AliL3ITStrack;
10
#pragma link C++ class AliL3ITStracker;
11
#endif
12
13
#endif