X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=test%2Fgenerators%2Ftherminator%2FConfig.C;h=e10dc33589c56c80385dc691954775b273f435ae;hp=577c6af1bf1aaea30a6f107b10384cd953e5c494;hb=5889a25e8fe535aeac0bb8a9789b4ad7c403f89a;hpb=f0667f1e9f6c8e42a086a1cf99b12276d08995f4 diff --git a/test/generators/therminator/Config.C b/test/generators/therminator/Config.C index 577c6af1bf1..e10dc33589c 100644 --- a/test/generators/therminator/Config.C +++ b/test/generators/therminator/Config.C @@ -1,12 +1,12 @@ -// -// Configuration for the first physics production 2008 -// - // One can use the configuration macro in compiled mode by // root [0] gSystem->Load("libgeant321"); -// root [0] gSystem->SetIncludePath("-I$ROOTSYS/include -I$ALICE_ROOT/include\ -// -I$ALICE_ROOT -I$ALICE/geant3/TGeant3"); -// root [0] .x grun.C(1,"Config.C++") +// root [1] gSystem->Load("libpythia6.4.25.so"); +// root [2] gSystem->Load("libqpythia.so"); +// root [3] gSystem->SetIncludePath("-I$ROOTSYS/include -I$ALICE_ROOT/include\ +// -I$ALICE/geant3/TGeant3"); +// root [4] AliSimulation sim +// root [5] sim.SetConfigFile("Config.C++") +// root [6] sim.Run() #if !defined(__CINT__) || defined(__MAKECINT__) #include @@ -15,37 +15,40 @@ #include #include #include -#include "STEER/AliRunLoader.h" -#include "STEER/AliRun.h" -#include "STEER/AliConfig.h" -#include "PYTHIA6/AliDecayerPythia.h" -#include "PYTHIA6/AliGenPythia.h" -#include "TDPMjet/AliGenDPMjet.h" -#include "STEER/AliMagFCheb.h" -#include "STRUCT/AliBODY.h" -#include "STRUCT/AliMAG.h" -#include "STRUCT/AliABSOv3.h" -#include "STRUCT/AliDIPOv3.h" -#include "STRUCT/AliHALLv3.h" -#include "STRUCT/AliFRAMEv2.h" -#include "STRUCT/AliSHILv3.h" -#include "STRUCT/AliPIPEv3.h" -#include "ITS/AliITSv11.h" -#include "TPC/AliTPCv2.h" -#include "TOF/AliTOFv6T0.h" -#include "HMPID/AliHMPIDv3.h" -#include "ZDC/AliZDCv4.h" -#include "TRD/AliTRDv1.h" -#include "TRD/AliTRDgeometry.h" -#include "FMD/AliFMDv1.h" -#include "MUON/AliMUONv1.h" -#include "PHOS/AliPHOSv1.h" -#include "PHOS/AliPHOSSimParam.h" -#include "PMD/AliPMDv1.h" -#include "T0/AliT0v1.h" -#include "EMCAL/AliEMCALv2.h" -#include "ACORDE/AliACORDEv1.h" -#include "VZERO/AliVZEROv7.h" +#include +#include "AliRunLoader.h" +#include "AliRun.h" +#include "AliConfig.h" +#include "AliDecayerPythia.h" +#include "AliGenPythia.h" +#include "AliGenDPMjet.h" +#include "AliMagF.h" +#include "AliBODY.h" +#include "AliMAG.h" +#include "AliABSOv3.h" +#include "AliDIPOv3.h" +#include "AliHALLv3.h" +#include "AliFRAMEv2.h" +#include "AliSHILv3.h" +#include "AliPIPEv3.h" +#include "AliITSv11.h" +#include "AliTPCv2.h" +#include "AliTOFv6T0.h" +#include "AliHMPIDv3.h" +#include "AliZDCv4.h" +#include "AliTRDv1.h" +#include "AliTRDgeometry.h" +#include "AliFMDv1.h" +#include "AliMUONv1.h" +#include "AliPHOSv1.h" +#include "AliPHOSSimParam.h" +#include "AliPMDv1.h" +#include "AliT0v1.h" +#include "AliEMCALv2.h" +#include "AliACORDEv1.h" +#include "AliVZEROv7.h" +#include "AliGenTherminator.h" +#include "AliSimulation.h" #endif enum PDC06Proc_t @@ -202,6 +205,7 @@ void Config() gener = MbPhojet(); break; case kTherminator: + default: gener = Therminator(); break; } @@ -399,7 +403,7 @@ void Config() { //=================== PHOS parameters =========================== - AliPHOS *PHOS = new AliPHOSv1("PHOS", "IHEP"); + AliPHOS *PHOS = new AliPHOSv1("PHOS", "Run1"); } if (iPMD)