]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG/PROOF-INF.PWGTRD/SETUP.C
Added plots fpr PID qa from PIDqa task + addedd mean and sigma for Nsigma_TOF + cleanup
[u/mrichter/AliRoot.git] / PWG / PROOF-INF.PWGTRD / SETUP.C
CommitLineData
9e7843aa 1void SETUP()
2{
3
4 // Load the TRD PWG library
5 gSystem->Load("libPWGTRD");
6
7 // Set the Include paths
8 gSystem->AddIncludePath("-IPWG/TRD");
9
10 // Set our location, so that other packages can find us
11 gSystem->Setenv("PWGTRD_INCLUDE", "PWG/TRD");
12}