Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -47,7 +47,7 @@ class G4AdjointCSManager;
class G4AdjointForcedInteractionForGamma : public G4VContinuousDiscreteProcess
{
public:
explicit G4AdjointForcedInteractionForGamma(G4String process_name);
explicit G4AdjointForcedInteractionForGamma(const G4String& process_name);
~G4AdjointForcedInteractionForGamma() override;
@@ -102,6 +102,8 @@ class G4AdjointForcedInteractionForGamma : public G4VContinuousDiscreteProcess
G4double fTotNbAdjIntLength = 0.;
G4double fNbAdjIntLength = 0.;
G4int fLastFreeFlightTrackId = 1000;
G4bool fContinueGammaAsNewFreeFlight = false;
G4bool fFreeFlightGamma = false;