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
@@ -82,10 +82,7 @@ class G4ParticleHPInelasticData : public G4VCrossSectionDataSet
void DumpPhysicsTable(const G4ParticleDefinition&);
void IgnoreOnFlightDopplerBroadening(){ onFlightDB = false; };
void EnableOnFlightDopplerBroadening(){ onFlightDB = true; };
G4ParticleDefinition* GetProjectile(){return theProjectile;}
G4ParticleDefinition* GetProjectile(){return theProjectile;}
public:
G4int GetVerboseLevel() const;
@@ -96,9 +93,7 @@ class G4ParticleHPInelasticData : public G4VCrossSectionDataSet
G4PhysicsTable * theCrossSections;
G4bool onFlightDB;
G4ParticleDefinition* theProjectile;
G4ParticleDefinition* theProjectile;
G4ParticleHPData* theHPData;
@@ -109,7 +104,7 @@ class G4ParticleHPInelasticData : public G4VCrossSectionDataSet
const G4Element* element_cache;
const G4Material* material_cache;
//char envVariable[500];
//char envVariable[500];
};
#endif