We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda2dc4 commit fed5887Copy full SHA for fed5887
2 files changed
MC/config/PWGUD/external/generator/GeneratorStarlight.C
@@ -119,6 +119,7 @@ class GeneratorStarlight_class : public Generator
119
{"kCohJpsiToEl", 2, 443011, 20, -1.0, -1.0, 443, 0 }, //
120
{"kCohJpsiToElRad", 2, 443011, 20, -1.0, -1.0, 443, 1 }, //
121
{"kCohJpsiToProton", 2, 4432212, 20, -1.0, -1.0, 443, 0 }, //
122
+ {"kCohJpsiToLLbar", 2, 4433122, 20, -1.0, -1.0, 443, 0 }, //
123
{"kCohJpsi4Prong", 2, 443013, 20, -1.0, -1.0, 443, 1 }, //
124
{"kCohJpsi6Prong", 2, 443013, 20, -1.0, -1.0, 443, 1 }, //
125
{"kCohPsi2sToMu", 2, 444013, 20, -1.0, -1.0, 100443, 0 }, //
MC/config/PWGUD/ini/makeStarlightConfig.py
@@ -8,7 +8,7 @@
8
parser = argparse.ArgumentParser(description='Make Starlight configuration',
9
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
10
11
-parser.add_argument('--collType',default='PbPb', choices=['PbPb', 'pPb', 'Pbp', 'pp', 'OO', 'pO', 'Op'],
+parser.add_argument('--collType',default='PbPb', choices=['PbPb', 'pPb', 'Pbp', 'pp', 'OO', 'pO', 'Op', 'NeNe'],
12
help='Colission system')
13
14
parser.add_argument('--eCM', type=float, default='5360',
@@ -74,6 +74,11 @@
74
pA = 16
75
tZ = 1
76
tA = 1
77
+if 'NeNe' in args.collType:
78
+ pZ = 10
79
+ pA = 20
80
+ tZ = 10
81
+ tA = 20
82
83
### open output file
84
fout = open(args.output, 'w')
0 commit comments