Import Geant4 11.1.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2022-07-01 10:44:02 +02:00
parent b3bf75a2a1
commit c07cea1fe0
2172 changed files with 183300 additions and 123938 deletions
@@ -67,10 +67,19 @@ public:
~G4EmDataHandler();
// add table
size_t SetTable(G4PhysicsTable*);
// update existing table
void UpdateTable(G4PhysicsTable*, size_t idx);
// assuming that the table is already defined
G4PhysicsTable* MakeTable(size_t idx);
// existing table may be substituted
G4PhysicsTable* MakeTable(G4PhysicsTable*, size_t idx);
// clean existing table
void CleanTable(size_t idx);
G4bool StorePhysicsTable(size_t idx,
@@ -82,7 +91,7 @@ public:
const G4ParticleDefinition* part,
const G4String& fname,
G4bool ascii, G4bool spline);
void SetMasterProcess(const G4VEmProcess*);
const G4VEmProcess* GetMasterProcess(size_t idx) const;