From 066d9e8ca23417f876319c84ca8c61b97b990c3c Mon Sep 17 00:00:00 2001 From: Roberto Preghenella Date: Wed, 5 Apr 2017 08:16:44 +0200 Subject: [PATCH] Merge pull request #8 from dbobulsk/master New PWGLF generator Epos_Nuclex005 --- MC/CustomGenerators/PWGLF/Epos_Nuclex005.C | 13 +++++++++++++ MC/GeneratorConfig.C | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 MC/CustomGenerators/PWGLF/Epos_Nuclex005.C diff --git a/MC/CustomGenerators/PWGLF/Epos_Nuclex005.C b/MC/CustomGenerators/PWGLF/Epos_Nuclex005.C new file mode 100644 index 00000000..82ad7b7c --- /dev/null +++ b/MC/CustomGenerators/PWGLF/Epos_Nuclex005.C @@ -0,0 +1,13 @@ +// Requires AliRoot from v5-09-02 +AliGenerator * +GeneratorCustom() +{ + AliGenCocktail *ctl = GeneratorCocktail("Epos_Nuclex005"); + AliGenerator *epos = GeneratorEPOSLHC(); + ctl->AddGenerator(epos, "EPOSLHC", 1.); + AliGenerator *nu1a = Generator_Nuclex(0x70000, kFALSE, 10); + AliGenerator *nu1b = Generator_Nuclex(0x70000, kTRUE, 10); + ctl->AddGenerator(nu1a, "Nuclex1a", 1.); + ctl->AddGenerator(nu1b, "Nuclex1b", 1.); + return ctl; +} diff --git a/MC/GeneratorConfig.C b/MC/GeneratorConfig.C index 3e3dd90f..6adde304 100644 --- a/MC/GeneratorConfig.C +++ b/MC/GeneratorConfig.C @@ -1013,7 +1013,7 @@ Generator_Nuclex(UInt_t injbit, Bool_t antiparticle, Int_t ninj) "Hyper-Helium-4", // 0x8000 "Ps(2100)", // 0x10000 "Ps(2500)", // 0x20000 - "d*(2380)" //0x4000 + "d*(2380)" //0x40000 }; for (Int_t ipart = 0; ipart < 19; ipart++) {