Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
+7 -1
View File
@@ -57,7 +57,7 @@ class G4PhysicsVector;
class G4VIonDEDXTable {
public:
G4VIonDEDXTable();
explicit G4VIonDEDXTable();
virtual ~G4VIonDEDXTable();
// Function for building a stopping power table for a material consisting of
@@ -104,6 +104,12 @@ class G4VIonDEDXTable {
G4int, // Atomic number of ion
const G4String& // Name or chemical formula of material
) = 0;
private:
G4VIonDEDXTable(G4VIonDEDXTable&) = delete;
const G4VIonDEDXTable & operator=(const G4VIonDEDXTable&) = delete;
};
#endif // G4VIONDEDXTABLE_HH