]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ANALYSIS/PROOF-INF.TENDER/SETUP.C
If using par files, add line:
[u/mrichter/AliRoot.git] / ANALYSIS / PROOF-INF.TENDER / SETUP.C
1 void SETUP()
2 {
3   // Load the ANALYSIS library
4    gSystem->Load("libTENDER");
5
6    // Set the include paths
7    gROOT->ProcessLine(".include TENDER/Tender");
8
9    // Set our location, so that other packages can find us
10    gSystem->Setenv("Tender_INCLUDE", "TENDER/Tender");
11 }