]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/TRDcalib/SETUP.C
Classes moved to STEERBase.
[u/mrichter/AliRoot.git] / TRD / TRDcalib / SETUP.C
CommitLineData
da7d31b7 1void SETUP()
2{
3
4 // load all libraries
5 //gProof->Exec("gROOT->Macro(\"$ALICE_ROOT/macros/loadlibsREC.C\")");
6 // Load the ESD library
7 gSystem->Load("libTRDcalib");
8
9 // Set the Inlucde paths
10 //gSystem->SetIncludePath("-I$ROOTSYS/include -ITPCcalib");
11 //gROOT->ProcessLine(".include TPCcalib");
12
13 // Set our location, so that other packages can find us
14 //gSystem->Setenv("TPCcalib_INCLUDE", "TPCcalib");
15}