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
AliDecayer realisation for the EvtGen code and EvtGen itself.
[u/mrichter/AliRoot.git]
/
TEvtGen
/
TEvtGenLinkDef.h
Commit
Line
Data
da0e9ce3
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 AliDecayerEvtGen+;
8
#pragma link C++ class AliGenEvtGen+;
9
10
#endif
11