Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4AssemblyVolume.cc,v 1.10 2006/06/29 18:57:50 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4AssemblyVolume.cc,v 1.11 2008/02/03 09:12:50 ivana Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// Class G4AssemblyVolume - implementation
@@ -77,11 +77,6 @@ G4AssemblyVolume::~G4AssemblyVolume()
{
for( unsigned int j = 0; j < howmany; j++ )
{
G4RotationMatrix* pRotToClean = fPVStore[j]->GetRotation();
if( pRotToClean != 0 )
{
delete pRotToClean;
}
delete fPVStore[j];
}
}
+1 -1
View File
@@ -25,7 +25,7 @@
//
//
// $Id: G4GRSSolid.cc,v 1.8 2006/06/29 18:57:53 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// class G4GRSSolid Implementation
+1 -1
View File
@@ -25,7 +25,7 @@
//
//
// $Id: G4GRSVolume.cc,v 1.8 2006/06/29 18:57:55 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// class G4GRSVolume Implementation
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4LogicalBorderSurface.cc,v 1.15 2007/10/12 20:15:23 gum Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4LogicalBorderSurface.cc,v 1.17 2008/08/19 15:31:52 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
// --------------------------------------------------------------------
// G4LogicalBorderSurface Implementation
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4LogicalSkinSurface.cc,v 1.14 2007/10/12 20:17:27 gum Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4LogicalSkinSurface.cc,v 1.16 2008/08/19 15:31:52 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
// --------------------------------------------------------------------
// G4LogicalSkinSurface Implementation
@@ -25,7 +25,7 @@
//
//
// $Id: G4NavigationHistory.cc,v 1.10 2006/06/29 18:58:02 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// G4NavigationHistory Implementation
@@ -25,7 +25,7 @@
//
//
// $Id: G4NavigationLevel.cc,v 1.4 2006/06/29 18:58:04 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
// 30.09.97 J.Apostolakis Initial version.
//
@@ -25,7 +25,7 @@
//
//
// $Id: G4NavigationLevelRep.cc,v 1.2 2006/06/29 18:58:06 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
// 1 October 1997 J.Apostolakis Initial version.
//
@@ -25,7 +25,7 @@
//
//
// $Id: G4PVParameterised.cc,v 1.10 2007/04/11 07:56:38 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// class G4PVParameterised
+1 -1
View File
@@ -25,7 +25,7 @@
//
//
// $Id: G4PVPlacement.cc,v 1.16 2007/04/11 07:56:38 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// class G4PVPlacement Implementation
+1 -1
View File
@@ -25,7 +25,7 @@
//
//
// $Id: G4PVReplica.cc,v 1.7 2006/06/29 18:58:14 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// class G4PVReplica Implementation
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4ReflectionFactory.cc,v 1.6 2007/05/11 13:58:35 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4ReflectionFactory.cc,v 1.9 2008/11/13 09:33:20 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// Class G4ReflectionFactory Implementation
@@ -74,8 +74,8 @@ G4ReflectionFactory* G4ReflectionFactory::Instance()
// Static singleton access method.
// ---
if (!fInstance) new G4ReflectionFactory();
if (!fInstance) { fInstance = new G4ReflectionFactory(); }
return fInstance;
}
@@ -97,6 +97,7 @@ G4ReflectionFactory::G4ReflectionFactory()
G4ReflectionFactory::~G4ReflectionFactory()
{
delete fInstance;
}
//
@@ -861,7 +862,7 @@ void G4ReflectionFactory::SetVolumesNameExtension(const G4String& nameExtension)
//_____________________________________________________________________________
G4String G4ReflectionFactory::GetVolumesNameExtension() const
const G4String& G4ReflectionFactory::GetVolumesNameExtension() const
{
return fNameExtension;
}
@@ -25,7 +25,7 @@
//
//
// $Id: G4TouchableHistory.cc,v 1.12 2006/06/29 18:58:20 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// class G4TouchableHistory Implementation