Skip to content

Add a general 'ExtraParticle' package to add G4 particles from the PDGTABLE

Miha Muskinja requested to merge mmuskinj/athena:master-ExtraParticles into master

Adds custom G4 particles to the Geant4 particle table fur the purposes of the quasi-stable simulation. Once merged, this package will supersede the G4Extensions/Mesons package.

New particles are read from the PDGTABLE file and a set of ranges for particles to be added can be configured in SimFlags:

class ExtraParticlesRanges(JobProperty):
    """Steering of ISF: set ranges for pdgIDs to be added"""
    statusOn     = True
    allowedTypes = ['str']
    StoredValue  = '111-556,1112-9090226'

With the default config it adds the following particles:

EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: B(2)_star(5747)+ 525 1 5743 23 2.86179e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: B(2)_star(5747)- -525 -1 5743 23 2.86179e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: B(2)_star(5747)0 515 0 5743 23 2.86179e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: B(s)_star0 533 0 5415.4 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: B(s2)_star(5840)0 535 0 5839.7 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: B_star+ 523 1 5325.1 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: B_star- -523 -1 5325.1 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: B_star0 513 0 5325.1 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(0)_star(2400)+ 10411 1 2318 270 2.43782e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(0)_star(2400)- -10411 -1 2318 270 2.43782e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(0)_star(2400)0 10421 0 2318 270 2.43782e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(1)(2420)0 10423 0 2421.3 27.1 2.42883e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(2)_star(2460)+ 415 1 2464.4 37 1.77895e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(2)_star(2460)- -415 -1 2464.4 37 1.77895e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(2)_star(2460)0 425 0 2462.6 49 1.34329e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(s)_star+ 433 1 2112.3 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(s)_star- -433 -1 2112.3 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(s0)_star(2317)+ 10431 1 2317.8 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(s0)_star(2317)- -10431 -1 2317.8 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(s1)(2460)+ 20433 1 2459.5 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(s1)(2460)- -20433 -1 2459.5 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(s1)(2536)+ 10433 1 2535.28 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(s1)(2536)- -10433 -1 2535.28 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(s2)_star(2573)+ 435 1 2572.6 20 3.29106e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D(s2)_star(2573)- -435 -1 2572.6 20 3.29106e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D_star(2007)0 423 0 2006.93 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D_star(2010)+ 413 1 2010.22 0.096 6.85638e-12
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: D_star(2010)- -413 -1 2010.22 0.096 6.85638e-12
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: K(2)(1820)+ 20325 1 1816 276 2.38483e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: K(2)(1820)- -20325 -1 1816 276 2.38483e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: K(2)(1820)0 20315 0 1816 276 2.38483e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: K(4)_star(2045)+ 329 1 2045 198 3.3243e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: K(4)_star(2045)- -329 -1 2045 198 3.3243e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: K(4)_star(2045)0 319 0 2045 198 3.3243e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Lambda(c)(2595)+ 14122 1 2595.4 3.6 1.82837e-13
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Lambda(c)(2595)- -14122 -1 2595.4 3.6 1.82837e-13
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Lambda(c)(2625)+ 104122 1 2628.11 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Lambda(c)(2625)- -104122 -1 2628.11 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Lambda(c)(2880)+ 204126 1 2881.53 5.8 1.13485e-13
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Lambda(c)(2880)- -204126 -1 2881.53 5.8 1.13485e-13
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Omega(2250)+ -203338 1 2252 55 1.19675e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Omega(2250)- 203338 -1 2252 55 1.19675e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Omega(c)(2770)0 4334 0 2765.9 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Sigma(b)_star+ -5114 1 5836.4 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Sigma(b)_star- -5224 -1 5829 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Sigma(b)_star0 5214 0 5829 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Sigma(c)(2520)+ 4214 1 2517.5 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Sigma(c)(2520)++ 4224 2 2518.4 14.9 4.41753e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Sigma(c)(2520)- -4214 -1 2517.5 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Sigma(c)(2520)-- -4224 -2 2518.4 14.9 4.41753e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Sigma(c)(2520)0 4114 0 2518 16.1 4.08827e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Upsilon(10860)0 9000553 0 10876 55 1.19675e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Upsilon(11020)0 9010553 0 11019 79 8.3318e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Upsilon(1D)0 30553 0 10163.7 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Upsilon(2S)0 100553 0 10023.3 0.032 2.05691e-11
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Upsilon(3S)0 200553 0 10355.2 0.0203 3.24242e-11
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Upsilon(4S)0 300553 0 10579.4 20.5 3.21079e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(1690)+ -203312 1 1690 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(1690)- 203312 -1 1690 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(1690)0 203322 0 1690 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(1950)+ -103316 1 1950 60 1.09702e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(1950)- 103316 -1 1950 60 1.09702e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(1950)0 103326 0 1950 60 1.09702e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(2030)+ -203316 1 2025 20 3.29106e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(2030)- 203316 -1 2025 20 3.29106e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(2030)0 203326 0 2025 20 3.29106e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)(2645)+ 4324 1 2645.9 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)(2645)- -4324 -1 2645.9 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)(2645)0 4314 0 2645.9 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)(2790)+ 104324 1 2789.1 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)(2790)- -104324 -1 2789.1 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)(2790)0 104314 0 2791.8 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)(2815)+ 104322 1 2816.6 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)(2815)- -104322 -1 2816.6 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)(2815)0 104312 0 2819.6 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)_prime+ 4322 1 2575.6 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)_prime- -4322 -1 2575.6 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: Xi(c)_prime0 4312 0 2577.9 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: a(4)(2040)+ 219 1 1996 255 2.58122e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: a(4)(2040)- -219 -1 1996 255 2.58122e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: a(4)(2040)0 119 0 1996 255 2.58122e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_B(2)_star(5747)0 -515 0 5743 23 2.86179e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_B(s)_star0 -533 0 5415.4 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_B(s2)_star(5840)0 -535 0 5839.7 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_B_star0 -513 0 5325.1 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_D(0)_star(2400)0 -10421 0 2318 270 2.43782e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_D(1)(2420)0 -10423 0 2421.3 27.1 2.42883e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_D(2)_star(2460)0 -425 0 2462.6 49 1.34329e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_D_star(2007)0 -423 0 2006.93 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_J/psi(1S)0 -443 0 3096.92 0.0929 7.08517e-12
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_K(2)(1820)0 -20315 0 1816 276 2.38483e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_K(4)_star(2045)0 -319 0 2045 198 3.3243e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_K(L)0 -130 0 497.614 1.287e-14 51.1431
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_K(S)0 -310 0 497.614 7.352e-12 0.0895283
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Omega(c)(2770)0 -4334 0 2765.9 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Sigma(b)_star0 -5214 0 5829 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Sigma(c)(2520)0 -4114 0 2518 16.1 4.08827e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Upsilon(10860)0 -9000553 0 10876 55 1.19675e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Upsilon(11020)0 -9010553 0 11019 79 8.3318e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Upsilon(1D)0 -30553 0 10163.7 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Upsilon(1S)0 -553 0 9460.3 0.054 1.21891e-11
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Upsilon(2S)0 -100553 0 10023.3 0.032 2.05691e-11
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Upsilon(3S)0 -200553 0 10355.2 0.0203 3.24242e-11
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Upsilon(4S)0 -300553 0 10579.4 20.5 3.21079e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Xi(1690)0 -203322 0 1690 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Xi(1950)0 -103326 0 1950 60 1.09702e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Xi(2030)0 -203326 0 2025 20 3.29106e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Xi(c)(2645)0 -4314 0 2645.9 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Xi(c)(2790)0 -104314 0 2791.8 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Xi(c)(2815)0 -104312 0 2819.6 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_Xi(c)_prime0 -4312 0 2577.9 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_a(0)(1450)0 -10111 0 1474 265 2.48382e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_a(0)(980)0 -9000111 0 980 75 8.77616e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_a(1)(1260)0 -20113 0 1230 420 1.56717e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_a(2)(1320)0 -115 0 1318.3 107 6.15152e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_a(4)(2040)0 -119 0 1996 255 2.58122e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_b(1)(1235)0 -10113 0 1229.5 142 4.6353e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_chi(b0)(1P)0 -10551 0 9859.4 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_chi(b0)(2P)0 -110551 0 10232.5 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_chi(b1)(1P)0 -20553 0 9892.8 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_chi(b1)(2P)0 -120553 0 10255.5 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_chi(b2)(1P)0 -555 0 9912.2 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_chi(b2)(2P)0 -100555 0 10268.6 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_chi(c0)(1P)0 -10441 0 3414.75 10.4 6.32896e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_chi(c1)(1P)0 -20443 0 3510.66 0.86 7.65363e-13
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_chi(c2)(1P)0 -445 0 3556.2 1.97 3.34118e-13
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_chi(c2)(2P)0 -100445 0 3927.2 24 2.74255e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_eta(1295)0 -100221 0 1294 55 1.19675e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_eta(1405)0 -9020221 0 1409.8 51.1 1.28809e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_eta(1475)0 -100331 0 1476 85 7.74367e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_eta(2)(1645)0 -10225 0 1617 181 3.63653e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_eta(c)(1S)0 -441 0 2980.3 28.6 2.30144e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_eta(c)(2S)0 -100441 0 3637 14 4.70152e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_eta0 -221 0 547.853 0.0013 5.06317e-10
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_eta_prime(958)0 -331 0 957.78 0.199 3.3076e-12
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(0)(1370)0 -30221 0 1350 350 1.88061e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(0)(1500)0 -9030221 0 1505 109 6.03864e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(0)(1710)0 -10331 0 1720 135 4.87565e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(0)(600)0 -9000221 0 800 800 8.22765e-16
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(0)(980)0 -9010221 0 980 70 9.40303e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(1)(1285)0 -20223 0 1281.8 24.3 2.70869e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(1)(1420)0 -20333 0 1426.4 54.9 1.19893e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(2)(1270)0 -225 0 1275.1 185.1 3.55598e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(2)(1950)0 -9050225 0 1944 472 1.39452e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(2)(2010)0 -9060225 0 2010 200 3.29106e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(2)(2300)0 -9080225 0 2297 150 4.38808e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(2)(2340)0 -9090225 0 2340 320 2.05691e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(2)_prime(1525)0 -335 0 1525 73 9.01661e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_f(4)(2050)0 -229 0 2018 237 2.77727e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_h(1)(1170)0 -10223 0 1170 360 1.82837e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_h(b)(1P)0 -10553 0 9899.3 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_h(c)(1P)0 -10443 0 3525.41 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_omega(1420)0 -100223 0 1425 215 3.06145e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_omega(1650)0 -30223 0 1670 315 2.08956e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_omega(3)(1670)0 -227 0 1667 168 3.91793e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_omega(782)0 -223 0 782.65 8.49 7.75279e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_phi(1020)0 -333 0 1019.46 4.26 1.5451e-13
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_phi(1680)0 -100333 0 1680 150 4.38808e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_phi(3)(1850)0 -337 0 1854 87 7.56566e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_pi(1)(1400)0 -9000113 0 1354 330 1.99458e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_pi(1)(1600)0 -9010113 0 1662 240 2.74255e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_pi(1300)0 -100111 0 1300 400 1.64553e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_pi(1800)0 -9010111 0 1812 208 3.16448e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_pi(2)(1670)0 -10115 0 1672.2 260 2.53159e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_pi0 -111 0 134.977 7.8e-06 8.43862e-08
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_psi(2S)0 -100443 0 3686.09 0.304 2.16517e-12
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_psi(3770)0 -30443 0 3772.92 27.3 2.41103e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_psi(4040)0 -9000443 0 4039 80 8.22765e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_psi(4160)0 -9010443 0 4153 103 6.39041e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_psi(4415)0 -9020443 0 4421 62 1.06163e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_rho(1450)0 -100113 0 1465 400 1.64553e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_rho(1700)0 -30113 0 1720 250 2.63285e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_rho(3)(1690)0 -117 0 1688.8 161 4.08827e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: anti_rho(770)0 -113 0 775.49 149.1 4.41457e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: chi(b0)(1P)0 10551 0 9859.4 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: chi(b0)(2P)0 110551 0 10232.5 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: chi(b1)(1P)0 20553 0 9892.8 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: chi(b1)(2P)0 120553 0 10255.5 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: chi(b2)(1P)0 555 0 9912.2 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: chi(b2)(2P)0 100555 0 10268.6 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: chi(c0)(1P)0 10441 0 3414.75 10.4 6.32896e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: chi(c1)(1P)0 20443 0 3510.66 0.86 7.65363e-13
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: chi(c2)(1P)0 445 0 3556.2 1.97 3.34118e-13
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: chi(c2)(2P)0 100445 0 3927.2 24 2.74255e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: eta(c)(2S)0 100441 0 3637 14 4.70152e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: f(2)(1950)0 9050225 0 1944 472 1.39452e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: f(2)(2300)0 9080225 0 2297 150 4.38808e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: f(2)(2340)0 9090225 0 2340 320 2.05691e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: f(4)(2050)0 229 0 2018 237 2.77727e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: h(b)(1P)0 10553 0 9899.3 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: h(c)(1P)0 10443 0 3525.41 -1 6.62608e-25
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: pi(1)(1400)+ 9000213 1 1354 330 1.99458e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: pi(1)(1400)- -9000213 -1 1354 330 1.99458e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: pi(1)(1400)0 9000113 0 1354 330 1.99458e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: pi(1)(1600)+ 9010213 1 1662 240 2.74255e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: pi(1)(1600)- -9010213 -1 1662 240 2.74255e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: pi(1)(1600)0 9010113 0 1662 240 2.74255e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: pi(1800)+ 9010211 1 1812 208 3.16448e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: pi(1800)- -9010211 -1 1812 208 3.16448e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: pi(1800)0 9010111 0 1812 208 3.16448e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: psi(2S)0 100443 0 3686.09 0.304 2.16517e-12
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: psi(3770)0 30443 0 3772.92 27.3 2.41103e-14
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: psi(4040)0 9000443 0 4039 80 8.22765e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: psi(4160)0 9010443 0 4153 103 6.39041e-15
EVNTtoHITS 07:10:11 ToolSvc.Physics...   INFO Adding: psi(4415)0 9020443 0 4421 62 1.06163e-14
Edited by Miha Muskinja

Merge request reports