Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -47,7 +47,7 @@
#include "globals.hh"
#include "G4ThreeVector.hh"
#include"G4PhysicsOrderedFreeVector.hh"
#include"G4PhysicsFreeVector.hh"
class G4AdjointPosOnPhysVolGenerator;
class G4Event;
@@ -98,7 +98,7 @@ class G4AdjointPrimaryGenerator
G4double radius_spherical_source = 0.0;
G4ThreeVector center_spherical_source;
G4Navigator* fLinearNavigator = nullptr;
G4PhysicsOrderedFreeVector* theAccumulatedDepthVector = nullptr;
G4PhysicsFreeVector* theAccumulatedDepthVector = nullptr;
};
#endif