Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4ModelingParameters.icc,v 1.11 2006/11/14 14:42:08 allison Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4ModelingParameters.icc,v 1.12 2010/05/11 11:13:35 allison Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
//
//
// John Allison 31st December 1997.
@@ -81,11 +81,11 @@ inline G4int G4ModelingParameters::GetNoOfSides () const {
return fNoOfSides;
}
inline const G4Polyhedron* G4ModelingParameters::GetSectionPolyhedron () const
{return fpSectionPolyhedron;}
inline G4VSolid* G4ModelingParameters::GetSectionSolid () const
{return fpSectionSolid;}
inline const G4Polyhedron* G4ModelingParameters::GetCutawayPolyhedron () const
{return fpCutawayPolyhedron;}
inline G4VSolid* G4ModelingParameters::GetCutawaySolid () const
{return fpCutawaySolid;}
inline const G4Event* G4ModelingParameters::GetEvent () const
{return fpEvent;}
@@ -130,16 +130,6 @@ inline void G4ModelingParameters::SetExplodeCentre
fExplodeCentre = explodeCentre;
}
inline void G4ModelingParameters::SetSectionPolyhedron
(const G4Polyhedron* pSectionPolyhedron) {
fpSectionPolyhedron = pSectionPolyhedron;
}
inline void G4ModelingParameters::SetCutawayPolyhedron
(const G4Polyhedron* pCutawayPolyhedron) {
fpCutawayPolyhedron = pCutawayPolyhedron;
}
inline void G4ModelingParameters::SetEvent(const G4Event* pEvent) {
fpEvent = pEvent;
}