Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4BooleanSolid.cc,v 1.9 2003/06/16 16:53:14 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
// $Id: G4BooleanSolid.cc,v 1.11 2003/11/03 17:48:45 gcosmo Exp $
// GEANT4 tag $Name: geant4-06-00 $
//
// Implementation for the abstract base class for solids created by boolean
// operations between other solids
@@ -31,15 +31,10 @@
//
// 10.09.98 V.Grichine, created
//
// ********************************************************************
// --------------------------------------------------------------------
#include "G4BooleanSolid.hh"
#include "G4DisplacedSolid.hh"
#include "G4RotationMatrix.hh"
#include "G4ThreeVector.hh"
#include "G4Transform3D.hh"
#include "G4AffineTransform.hh"
#include "G4VSolid.hh"
//////////////////////////////////////////////////////////////////
//
@@ -114,7 +109,9 @@ const G4VSolid* G4BooleanSolid::GetConstituentSolid(G4int no) const
else
{
DumpInfo();
G4Exception("G4BooleanSolid::GetConstituentSolid() - invalid solid index");
G4Exception("G4BooleanSolid::GetConstituentSolid()",
"WrongArgumentValue", FatalException,
"Invalid solid index.");
}
return subSolid;
@@ -136,7 +133,9 @@ G4VSolid* G4BooleanSolid::GetConstituentSolid(G4int no)
else
{
DumpInfo();
G4Exception("G4BooleanSolid::GetConstituentSolid() - invalid solid index");
G4Exception("G4BooleanSolid::GetConstituentSolid()",
"WrongArgumentValue", FatalException,
"Invalid solid index.");
}
return subSolid;