]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/pileup/check.C
changes in the MagF constructor
[u/mrichter/AliRoot.git] / test / pileup / check.C
CommitLineData
8498bdf5 1void check(){
2 if (!strcmp(gSystem->GetBuildArch(),"win32gcc")) {
3 gSystem->Load("libProof");
4 gSystem->Load("libGui");
5 gROOT->Macro("loadlibs.C");
6 new AliRun("gAlice","The ALICE Off-line Simulation Framework");
7 }
8
9 gSystem->Load("liblhapdf"); // Parton density functions
10 gSystem->Load("libEGPythia6"); // TGenerator interface
11 gSystem->Load("libpythia6"); // Pythia
12 gSystem->Load("libAliPythia6"); // ALICE specific implementations
13 gSystem->Load("libdpmjet");
14 gSystem->Load("libTDPMjet");
15 gROOT->Macro("$ALICE_ROOT/STEER/CheckESD.C");
16}