git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
coding conventions (Alberto)
[u/mrichter/AliRoot.git]
/
PWG0
/
PROOF-INF.PWG0base
/
SETUP.C
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
void SETUP()
2
{
3
// Set the Inlucde paths
4
gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG0base");
5
gROOT->ProcessLine(".include PWG0base");
6
}