From 643bf407d8f146b7b42118511614d1f0e7e52e2a Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Thu, 24 Feb 2022 16:08:30 +0100
Subject: [PATCH] DDG4 Particle.tbl: drop some diffr(active) particles causing
 warnings with Geant4 11.0

warnings like
-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : em0044
      issued by : G4VEnergyLossProcess::SetMinKinEnergy
Parameter is out of range: 0 it will have no effect!
  Process hIoni  nbins= 84 Emin(keV)= 0.1 Emax(GeV)= 100000
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : em0044
      issued by : G4VEnergyLossProcess::SetDEDXBinning
Parameter is out of range: -2.14748e+09 it will have no effect!
  Process hIoni  nbins= 84 Emin(keV)= 0.1 Emax(GeV)= 100000
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------
---
 DDG4/examples/particle.tbl | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/DDG4/examples/particle.tbl b/DDG4/examples/particle.tbl
index 8f1b7b174..999b67feb 100644
--- a/DDG4/examples/particle.tbl
+++ b/DDG4/examples/particle.tbl
@@ -534,15 +534,9 @@
     9900042 H_R^++                  6    200.00000     0.88001   0.00000E+00
    -9900042 H_R^--                 -6    200.00000     0.88001   0.00000E+00
     9910113 rho_diffr^0             0      0.00000     0.00000   0.00000E+00
-    9910211 pi_diffr^+              3      0.00000     0.00000   0.00000E+00
-   -9910211 pi_diffr^-             -3      0.00000     0.00000   0.00000E+00
     9910223 omega_diffr             0      0.00000     0.00000   0.00000E+00
     9910333 phi_diffr               0      0.00000     0.00000   0.00000E+00
     9910443 psi_diffr               0      0.00000     0.00000   0.00000E+00
-    9912112 n_diffr^0               0      0.00000     0.00000   0.00000E+00
-   -9912112 n_diffr~^0              0      0.00000     0.00000   0.00000E+00
-    9912212 p_diffr^+               3      0.00000     0.00000   0.00000E+00
-   -9912212 p_diffr~^-             -3      0.00000     0.00000   0.00000E+00
  1000010020 Deuterium               3      1.87561     0.00000   0.00000E+00
  1000010030 Tritium                 3      2.80925     0.00000   0.00000E+00
  1000020030 He3                     6      2.80923     0.00000   0.00000E+00
-- 
GitLab