From a8e801aae61b055cd959c6695224cab8ac830c98 Mon Sep 17 00:00:00 2001 From: Bong-Hwi Lim Date: Fri, 15 Nov 2024 18:19:31 +0100 Subject: [PATCH] Add a2(1230) exotic resonance candidate (#1803) --- .../PWGLF/ini/tests/GeneratorLF_Resonances_pp_exotic.C | 2 ++ .../PWGLF/pythia8/generator/resonancelistgun_exotic.json | 9 +++++++++ .../pythia8/generator/resonancelistgun_exotic_pbpb.json | 9 +++++++++ 3 files changed, 20 insertions(+) diff --git a/MC/config/PWGLF/ini/tests/GeneratorLF_Resonances_pp_exotic.C b/MC/config/PWGLF/ini/tests/GeneratorLF_Resonances_pp_exotic.C index 3cb00cb4a..61d739eab 100644 --- a/MC/config/PWGLF/ini/tests/GeneratorLF_Resonances_pp_exotic.C +++ b/MC/config/PWGLF/ini/tests/GeneratorLF_Resonances_pp_exotic.C @@ -13,6 +13,7 @@ int External() 20223, // f_1(1285) 20333, // f_1(1420) 335, // f_2(1525) + 115, // a_2(1230) 10323, // K1(1270)+ -10323, // K1(1270)-bar 123314, // Xi(1820)- @@ -28,6 +29,7 @@ int External() {310, -321, 211}, // f_1(1285) {310, -321, 211}, // f_1(1420) {310, 310}, // f_2(1525) + {310, 310}, // a_2(1230) {321, 211}, // K1(1270)+ {-321, -211}, // K1(1270)-bar {2212, 211}, // Delta(1232)+ diff --git a/MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic.json b/MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic.json index 9f64a1260..1d1f07fcb 100644 --- a/MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic.json +++ b/MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic.json @@ -62,6 +62,15 @@ "etaMax": 1.2, "genDecayed": true }, + "a_2(1230)" : { + "pdg": 115, + "n": 1, + "ptMin": 0.0, + "ptMax": 20, + "etaMin": -1.2, + "etaMax": 1.2, + "genDecayed": true + }, "K1(1270)+": { "pdg": 10323, "n": 1, diff --git a/MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic_pbpb.json b/MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic_pbpb.json index a6bc15a51..99b38064d 100644 --- a/MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic_pbpb.json +++ b/MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic_pbpb.json @@ -62,6 +62,15 @@ "etaMax": 1.2, "genDecayed": true }, + "a_2(1230)" : { + "pdg": 115, + "n": 1, + "ptMin": 0.0, + "ptMax": 20, + "etaMin": -1.2, + "etaMax": 1.2, + "genDecayed": true + }, "K1(1270)+": { "pdg": 10323, "n": 10,