Skip to content

Commit 560c13c

Browse files
committed
Minor update
1 parent a59956e commit 560c13c

5 files changed

+11
-11
lines changed

VanillaCSM.Extras.ipynb

+6-6
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
" *out << setw(15) << \"dNch/deta\";\n",
226226
"\n",
227227
" for (int i = 0; i < names1.size(); ++i) {\n",
228-
" *out << setw(15) << \"(\" + (names1[i] + \"/\" + names2[i]) + \")toHML\";\n",
228+
" *out << setw(15) << (names1[i] + \"/\" + names2[i]) + \"\";\n",
229229
" }\n",
230230
"\n",
231231
" *out << endl;\n",
@@ -328,7 +328,7 @@
328328
"name": "stdout",
329329
"output_type": "stream",
330330
"text": [
331-
" dNpipm/dy Vc[fm3] dNch/dy dNch/deta (K/pi)toHML (Xi/pi)toHML (phi/pi)toHML (p/pi)toHML (Om/pi)toHML (La/pi)toHML (K*/pi)toHML\n",
331+
" dNpipm/dy Vc[fm3] dNch/dy dNch/deta K/pi Xi/pi phi/pi p/pi Om/pi La/pi K*/pi\n",
332332
" 0.0768496 1 0.0077515 0.00645958 0.0617676 1.5189e-05 0.0743313 0.000861875 3.96148e-07 0.000333069 0.00682599\n",
333333
" 0.111546 1.39317 0.0151233 0.0126027 0.0636195 2.18256e-05 0.0713456 0.00119742 5.87085e-07 0.000468215 0.00795567\n",
334334
" 0.164161 1.94091 0.0295411 0.0246176 0.0662119 3.17536e-05 0.0675398 0.00166367 8.91101e-07 0.000661047 0.00947104\n",
@@ -376,7 +376,7 @@
376376
"name": "stdout",
377377
"output_type": "stream",
378378
"text": [
379-
" dNpipm/dy Vc[fm3] dNch/dy dNch/deta (K/pi)toHML (Xi/pi)toHML (phi/pi)toHML (p/pi)toHML (Om/pi)toHML (La/pi)toHML (K*/pi)toHML\n",
379+
" dNpipm/dy Vc[fm3] dNch/dy dNch/deta K/pi Xi/pi phi/pi p/pi Om/pi La/pi K*/pi\n",
380380
" 0.0933613 3 0.0237505 0.0197921 0.0712572 5.33777e-05 0.0611887 0.00256605 1.62127e-06 0.00105048 0.0122335\n",
381381
" 0.143668 4.1795 0.0463811 0.0386509 0.0769044 8.15653e-05 0.0553986 0.00358046 2.69182e-06 0.00151233 0.015092\n",
382382
" 0.225991 5.82274 0.0900831 0.0750692 0.0847562 0.00012872 0.0490675 0.005023 4.72354e-06 0.00220831 0.0187609\n",
@@ -424,7 +424,7 @@
424424
"name": "stdout",
425425
"output_type": "stream",
426426
"text": [
427-
" dNpipm/dy Vc[fm3] dNch/dy dNch/deta (K/pi)toHML (Xi/pi)toHML (phi/pi)toHML (p/pi)toHML (Om/pi)toHML (La/pi)toHML (K*/pi)toHML\n",
427+
" dNpipm/dy Vc[fm3] dNch/dy dNch/deta K/pi Xi/pi phi/pi p/pi Om/pi La/pi K*/pi\n",
428428
" 0.117839 6 0.0478035 0.0398362 0.0855983 0.000134384 0.0484836 0.00518106 4.98489e-06 0.00228708 0.0191375\n",
429429
" 0.188941 8.359 0.0913563 0.0761303 0.0966135 0.000220884 0.0421307 0.00733355 9.35435e-06 0.00340191 0.0238328\n",
430430
" 0.304414 11.6455 0.169261 0.141051 0.110965 0.000375949 0.036435 0.0104706 1.85861e-05 0.00513596 0.0294824\n",
@@ -475,9 +475,9 @@
475475
"file_extension": ".cpp",
476476
"mimetype": "text/x-c++src",
477477
"name": "c++",
478-
"version": "-std=c++17"
478+
"version": "17"
479479
}
480480
},
481481
"nbformat": 4,
482-
"nbformat_minor": 2
482+
"nbformat_minor": 4
483483
}

index.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"file_extension": ".cpp",
4848
"mimetype": "text/x-c++src",
4949
"name": "c++",
50-
"version": "-std=c++17"
50+
"version": "17"
5151
}
5252
},
5353
"nbformat": 4,
54-
"nbformat_minor": 2
54+
"nbformat_minor": 4
5555
}

out/reference.other/VanillaCSM.Extras.Vc.eq.3dVdy.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dNpipm/dy Vc[fm3] dNch/dy dNch/deta (K/pi)toHML (Xi/pi)toHML (phi/pi)toHML (p/pi)toHML (Om/pi)toHML (La/pi)toHML (K*/pi)toHML
1+
dNpipm/dy Vc[fm3] dNch/dy dNch/deta K/pi Xi/pi phi/pi p/pi Om/pi La/pi K*/pi
22
0.0933613 3 0.0237505 0.0197921 0.0712572 5.33777e-05 0.0611887 0.00256605 1.62127e-06 0.00105048 0.0122335
33
0.143668 4.1795 0.0463811 0.0386509 0.0769044 8.15653e-05 0.0553986 0.00358046 2.69182e-06 0.00151233 0.015092
44
0.225991 5.82274 0.0900831 0.0750692 0.0847562 0.00012872 0.0490675 0.005023 4.72354e-06 0.00220831 0.0187609

out/reference.other/VanillaCSM.Extras.Vc.eq.6dVdy.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dNpipm/dy Vc[fm3] dNch/dy dNch/deta (K/pi)toHML (Xi/pi)toHML (phi/pi)toHML (p/pi)toHML (Om/pi)toHML (La/pi)toHML (K*/pi)toHML
1+
dNpipm/dy Vc[fm3] dNch/dy dNch/deta K/pi Xi/pi phi/pi p/pi Om/pi La/pi K*/pi
22
0.117839 6 0.0478035 0.0398362 0.0855983 0.000134384 0.0484836 0.00518106 4.98489e-06 0.00228708 0.0191375
33
0.188941 8.359 0.0913563 0.0761303 0.0966135 0.000220884 0.0421307 0.00733355 9.35435e-06 0.00340191 0.0238328
44
0.304414 11.6455 0.169261 0.141051 0.110965 0.000375949 0.036435 0.0104706 1.85861e-05 0.00513596 0.0294824

out/reference.other/VanillaCSM.Extras.Vc.eq.dVdy.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dNpipm/dy Vc[fm3] dNch/dy dNch/deta (K/pi)toHML (Xi/pi)toHML (phi/pi)toHML (p/pi)toHML (Om/pi)toHML (La/pi)toHML (K*/pi)toHML
1+
dNpipm/dy Vc[fm3] dNch/dy dNch/deta K/pi Xi/pi phi/pi p/pi Om/pi La/pi K*/pi
22
0.0768496 1 0.0077515 0.00645958 0.0617676 1.5189e-05 0.0743313 0.000861875 3.96148e-07 0.000333069 0.00682599
33
0.111546 1.39317 0.0151233 0.0126027 0.0636195 2.18256e-05 0.0713456 0.00119742 5.87085e-07 0.000468215 0.00795567
44
0.164161 1.94091 0.0295411 0.0246176 0.0662119 3.17536e-05 0.0675398 0.00166367 8.91101e-07 0.000661047 0.00947104

0 commit comments

Comments
 (0)