]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ESDCheck/PROOF-INF.AnalysisCheck/SETUP.C
THis file was once more the wrong one (it is the one from PWG4), how can this happen ?
[u/mrichter/AliRoot.git] / ESDCheck / PROOF-INF.AnalysisCheck / SETUP.C
CommitLineData
dff7a933 1void SETUP()
2{
3
4 // Load the ESD library
6acc0a41 5 gSystem->Load("libAnalysisCheck");
dff7a933 6
7 // Set the Include paths
6acc0a41 8 gSystem->SetIncludePath("-I$ROOTSYS/include -IAnalysisCheck");
9 gROOT->ProcessLine(".include AnalysisCheck");
dff7a933 10
11 // Set our location, so that other packages can find us
6acc0a41 12 gSystem->Setenv("AnalysisCheck_INCLUDE", "AnalysisCheck");
dff7a933 13}