]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG4/PROOF-INF.PWG4GammaConv/SETUP.C
Coding convention violations: suppression
[u/mrichter/AliRoot.git] / PWG4 / PROOF-INF.PWG4GammaConv / SETUP.C
1 void SETUP()
2 {
3
4    // Load the ESD library
5    gSystem->Load("libPWG4GammaConv");
6
7    // Set the Include paths
8    gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4GammaConv");
9    gROOT->ProcessLine(".include PWG4GammaConv/GammaConv");
10
11    // Set our location, so that other packages can find us
12    gSystem->Setenv("PWG4GammaConv_INCLUDE", "PWG4GammaConv/GammaConv");
13 }