Skip to content

Remove particles already in G4 10.7.3

Gloria Corti requested to merge gcorti-port-mr1003 into master

XibPlus and XibMinus definition have been added to G4 10.7.3, so it is no longer needed to do so in Gauss and indeed it causes a compilation error.

G4WT3 > 
-------- EEEE ------- G4Exception-START -------- EEEE -------
*** G4Exception : Run0117
      issued by : G4WorkerRunManagerKernel::SetupShadowProcess()
 Size of G4ProcessVector is inconsistent between master and worker threads  for the particle <anti-xi_b+>. 
 size of G4ProcessVector for worker thread is 10 while master thread is 6.
*** Fatal Exception *** core dump ***
G4WT3 >  **** Track information is not available at this moment
G4WT3 >  **** Step information is not available at this moment
G4WT3 > 
-------- EEEE -------- G4Exception-END --------- EEEE -------

G4WT3 > 
G4WT3 > *** G4Exception: Aborting execution ***

This ports by hand the change for Sim10 in !1003 and replaces the hotfix in !801 (closed) that was making the LHCb double definition use the same name as in Geant4.

cc: @mimazure, @veltri, @witoldp, @dpopovremove unused copy of src/GiGaPhysUnknowParticle and fix removal in the one in src/particle that is used

This was initially !1016 that has additional commits to introduce in Sim11 the fucntionality to defined particles on the fly.

Merge request reports