]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/PROOF-INF.PWG4PartCorrDep/SETUP.C
PartCorr split in 2 Base and Dep; coding violations corrected; PHOS geometry can...
[u/mrichter/AliRoot.git] / PWG4 / PROOF-INF.PWG4PartCorrDep / SETUP.C
diff --git a/PWG4/PROOF-INF.PWG4PartCorrDep/SETUP.C b/PWG4/PROOF-INF.PWG4PartCorrDep/SETUP.C
new file mode 100755 (executable)
index 0000000..fbc2d01
--- /dev/null
@@ -0,0 +1,13 @@
+void SETUP()
+{
+
+   // Load the ESD library
+   gSystem->Load("libPWG4PartCorrDep");
+
+   // Set the Include paths
+   gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4PartCorrDep");
+   gROOT->ProcessLine(".include PWG4PartCorrDep/PartCorrDep");
+
+   // Set our location, so that other packages can find us
+   gSystem->Setenv("PWG4PartCorrDep_INCLUDE", "PWG4PartCorrDep/PartCorrDep");
+}