Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -23,21 +23,16 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
//
// class G4GDMLWriteSetup
// G4GDMLWriteSetup
//
// Class description:
//
// GDML writer class for geometry setup of volumes.
// History:
// - Created. Zoltan Torzsok, November 2007
// -------------------------------------------------------------------------
#ifndef _G4GDMLWRITESETUP_INCLUDED_
#define _G4GDMLWRITESETUP_INCLUDED_
// Author: Zoltan Torzsok, November 2007
// --------------------------------------------------------------------
#ifndef G4GDMLWRITESETUP_HH
#define G4GDMLWRITESETUP_HH 1
#include "G4GDMLWriteSolids.hh"
@@ -47,11 +42,10 @@ class G4GDMLWriteSetup : public G4GDMLWriteSolids
virtual void SetupWrite(xercesc::DOMElement*, const G4LogicalVolume* const);
protected:
G4GDMLWriteSetup();
virtual ~G4GDMLWriteSetup();
protected:
G4GDMLWriteSetup();
virtual ~G4GDMLWriteSetup();
};
#endif