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
@@ -79,9 +79,6 @@ class G4ParticleHPCaptureData : public G4VCrossSectionDataSet
void DumpPhysicsTable(const G4ParticleDefinition&);
void IgnoreOnFlightDopplerBroadening(){ onFlightDB = false; };
void EnableOnFlightDopplerBroadening(){ onFlightDB = true; };
public:
G4int GetVerboseLevel() const;
void SetVerboseLevel( G4int );
@@ -91,7 +88,6 @@ class G4ParticleHPCaptureData : public G4VCrossSectionDataSet
G4PhysicsTable * theCrossSections;
G4bool onFlightDB;
G4bool instanceOfWorker;
G4double ke_cache;