git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Jet and Particle identification tasks moved to different directories
[u/mrichter/AliRoot.git]
/
PWG4
/
PROOF-INF.PWG4PartCorr
/
SETUP.C
diff --git
a/PWG4/PROOF-INF.PWG4PartCorr/SETUP.C
b/PWG4/PROOF-INF.PWG4PartCorr/SETUP.C
index 6cec92558b527ed9bfe6371b1f83f760ab3a4c27..bd7d27e161ff2560be37b613aee4746053ae5c78 100644
(file)
--- a/
PWG4/PROOF-INF.PWG4PartCorr/SETUP.C
+++ b/
PWG4/PROOF-INF.PWG4PartCorr/SETUP.C
@@
-5,9
+5,9
@@
void SETUP()
gSystem->Load("libPWG4PartCorr");
// Set the Include paths
gSystem->Load("libPWG4PartCorr");
// Set the Include paths
- gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4");
- gROOT->ProcessLine(".include PWG4");
+ gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4
PartCorr
");
+ gROOT->ProcessLine(".include PWG4
PartCorr/PartCorr
");
// Set our location, so that other packages can find us
// Set our location, so that other packages can find us
- gSystem->Setenv("PWG4PartCorr_INCLUDE", "PWG4");
+ gSystem->Setenv("PWG4PartCorr_INCLUDE", "PWG4
PartCorr/PartCorr
");
}
}