Skip to content

Commit fed5887

Browse files
committed
Extra Jpsi decay and Neon setup
1 parent fda2dc4 commit fed5887

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

MC/config/PWGUD/external/generator/GeneratorStarlight.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ class GeneratorStarlight_class : public Generator
119119
{"kCohJpsiToEl", 2, 443011, 20, -1.0, -1.0, 443, 0 }, //
120120
{"kCohJpsiToElRad", 2, 443011, 20, -1.0, -1.0, 443, 1 }, //
121121
{"kCohJpsiToProton", 2, 4432212, 20, -1.0, -1.0, 443, 0 }, //
122+
{"kCohJpsiToLLbar", 2, 4433122, 20, -1.0, -1.0, 443, 0 }, //
122123
{"kCohJpsi4Prong", 2, 443013, 20, -1.0, -1.0, 443, 1 }, //
123124
{"kCohJpsi6Prong", 2, 443013, 20, -1.0, -1.0, 443, 1 }, //
124125
{"kCohPsi2sToMu", 2, 444013, 20, -1.0, -1.0, 100443, 0 }, //

MC/config/PWGUD/ini/makeStarlightConfig.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
parser = argparse.ArgumentParser(description='Make Starlight configuration',
99
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
1010

11-
parser.add_argument('--collType',default='PbPb', choices=['PbPb', 'pPb', 'Pbp', 'pp', 'OO', 'pO', 'Op'],
11+
parser.add_argument('--collType',default='PbPb', choices=['PbPb', 'pPb', 'Pbp', 'pp', 'OO', 'pO', 'Op', 'NeNe'],
1212
help='Colission system')
1313

1414
parser.add_argument('--eCM', type=float, default='5360',
@@ -74,6 +74,11 @@
7474
pA = 16
7575
tZ = 1
7676
tA = 1
77+
if 'NeNe' in args.collType:
78+
pZ = 10
79+
pA = 20
80+
tZ = 10
81+
tA = 20
7782

7883
### open output file
7984
fout = open(args.output, 'w')

0 commit comments

Comments
 (0)