X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2Floadmacros.C;h=41a07486c958abf8091a2fa8a95ca2328bd88882;hb=92fabd039e41091628d7854f3b4fb02e5b795f5a;hp=e39276ea6530540268c351e8a69cc3fcc8738213;hpb=4be1286046ffdee8a3da13b7c7d11747895527c0;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/loadmacros.C b/MUON/loadmacros.C index e39276ea653..41a07486c95 100644 --- a/MUON/loadmacros.C +++ b/MUON/loadmacros.C @@ -44,7 +44,12 @@ void init() includePath += "-I${ALICE_ROOT}/SHUTTLE/TestShuttle "; includePath += "-I${ALICE_ROOT}/ITS "; includePath += "-I${ALICE_ROOT}/MUON "; - includePath += "-I${ALICE_ROOT}/MUON/mapping"; + includePath += "-I${ALICE_ROOT}/MUON/mapping "; + + // includes needed for Config.C + includePath += "-I${ALICE_ROOT}/STRUCT "; + includePath += "-I${ALICE}/geant3/TGeant3 "; + includePath += "-I${ALICE_ROOT}/THijing"; gSystem->SetIncludePath(includePath.Data()); // Load libraries not linked with aliroot @@ -58,6 +63,11 @@ void init() gSystem->Load("libEG"); gSystem->Load("libEGPythia6"); gSystem->Load("libAliPythia6.so"); + + // libraries needed for Config.C + gSystem->Load("libSTRUCT.so"); + gSystem->Load("libITSbase.so"); + gSystem->Load("libITSsim.so"); } void loadmacro(const TString& macroName) @@ -77,10 +87,10 @@ void loadmacros () loadmacro("AddTaskMuonAlignment"); // Javier loadmacro("AddTaskMuonReAlign"); // Javier loadmacro("DecodeRecoCocktail"); // Hermine, Alessandro + loadmacro("Config"); // loadmacro("DIMUONFakes"); // Philippe P. loadmacro("fastMUONGen"); // Hermine, Alessandro loadmacro("fastMUONSim"); // Hermine, Alessandro - loadmacro("loadFromOCDB"); // Philippe P. loadmacro("MakeMUONFullMisAlignment"); // Javier, Ivana loadmacro("MakeMUONResMisAlignment"); // Javier, Ivana loadmacro("MakeMUONZeroMisAlignment"); // Javier, Ivana @@ -96,6 +106,7 @@ void loadmacros () loadmacro("MUONFakes"); // Philippe P. loadmacro("MUONefficiency"); // Christophe loadmacro("MUONGenerateBusPatch"); // Christian + loadmacro("MUONGenerateGentleGeometry"); // Bogdan loadmacro("MUONGenerateGeometryData"); // Ivana loadmacro("MUONGenerateTestGMS"); // Ivana loadmacro("MUONGeometryViewingHelper"); // Ivana