Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
@@ -30,11 +30,10 @@
// Describes partial regular parameterisations, i.e. the voxels do not
// completely fill the container in the three dimensions
// History:
// - Created: P.Arce, September 2010
// --------------------------------------------------------------------
#ifndef G4PartialPhantomParameterisation_HH
#define G4PartialPhantomParameterisation_HH
#ifndef G4PartialPhantomParameterisation_hh
#define G4PartialPhantomParameterisation_hh 1
#include <map>
#include <set>
@@ -52,10 +51,10 @@ class G4Material;
class G4PartialPhantomParameterisation : public G4PhantomParameterisation
{
public: // with description
public:
G4PartialPhantomParameterisation();
~G4PartialPhantomParameterisation() override;
G4PartialPhantomParameterisation() = default;
~G4PartialPhantomParameterisation() override = default;
void ComputeTransformation(const G4int, G4VPhysicalVolume *) const override;