git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Including latest changes
[u/mrichter/AliRoot.git]
/
HLT
/
comp
/
AliL3CompLinkDef.h
Commit
Line
Data
735e167e
1
#ifdef __CINT__
2
3
#pragma link off all globals;
4
#pragma link off all classes;
5
#pragma link off all functions;
6
7
#pragma link C++ class AliL3Modeller;
8
#pragma link C++ class AliL3ModelTrack;
9
10
#endif
11