Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
@@ -47,7 +47,7 @@
class G4TwistedBox : public G4VTwistedFaceted
{
public: // with description
public:
G4TwistedBox(const G4String& pName,
G4double pPhiTwist,
@@ -55,7 +55,7 @@ class G4TwistedBox : public G4VTwistedFaceted
G4double pDy,
G4double pDz );
virtual ~G4TwistedBox();
~G4TwistedBox() override;
// accessors
@@ -64,16 +64,14 @@ class G4TwistedBox : public G4VTwistedFaceted
inline G4double GetZHalfLength() const { return GetDz() ; }
inline G4double GetPhiTwist() const { return GetTwistAngle() ; }
G4GeometryType GetEntityType() const;
G4GeometryType GetEntityType() const override;
G4double GetCubicVolume();
G4double GetSurfaceArea();
G4double GetCubicVolume() override;
G4double GetSurfaceArea() override;
G4VSolid* Clone() const;
G4VSolid* Clone() const override;
std::ostream& StreamInfo(std::ostream& os) const;
public: // without description
std::ostream& StreamInfo(std::ostream& os) const override;
G4TwistedBox(__void__&);
// Fake default constructor for usage restricted to direct object