Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4NavigationLevelRep.hh,v 1.6 2001/07/11 10:00:29 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4NavigationLevelRep.hh,v 1.7 2002/07/23 08:50:35 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
// class G4NavigationLevelRep
//
@@ -38,6 +38,7 @@
// History:
//
// - 1 October 1997, J.Apostolakis: initial version.
// ********************************************************************
#ifndef G4NAVIGATIONLEVELREP_HH
#define G4NAVIGATIONLEVELREP_HH
@@ -53,16 +54,16 @@ class G4NavigationLevelRep
public: // with description
G4NavigationLevelRep(G4VPhysicalVolume* newPtrPhysVol,
const G4AffineTransform& newT,
EVolume newVolTp,
G4int newRepNo= -1);
G4NavigationLevelRep( G4VPhysicalVolume* newPtrPhysVol,
const G4AffineTransform& newT,
EVolume newVolTp,
G4int newRepNo= -1 );
G4NavigationLevelRep(G4VPhysicalVolume* newPtrPhysVol,
const G4AffineTransform& levelAbove,
const G4AffineTransform& relativeCurrent,
EVolume newVolTp,
G4int newRepNo= -1);
G4NavigationLevelRep( G4VPhysicalVolume* newPtrPhysVol,
const G4AffineTransform& levelAbove,
const G4AffineTransform& relativeCurrent,
EVolume newVolTp,
G4int newRepNo= -1 );
// As the previous constructor, but instead of giving Transform, give
// the AffineTransform to the level above and the current level's
// Transform relative to that.
@@ -91,12 +92,6 @@ class G4NavigationLevelRep
inline void operator delete(void *aTrack);
// Override "delete" to use "G4Allocator".
public: // without description
// G4AffineTransform& GetTransform();
// const G4AffineTransform* GetPtrTransform() const;
// G4AffineTransform& accessTransform();
private:
G4AffineTransform sTransform;
@@ -116,6 +111,4 @@ class G4NavigationLevelRep
#include "G4NavigationLevelRep.icc"
// extern G4Allocator<G4NavigationLevelRep> aNavigLevelRepAllocator;
#endif