Import Geant4 10.3.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History 96733 2016-05-02 11:52:48Z gcosmo $
|
||||
$Id: History 99076 2016-09-01 12:40:47Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -24,6 +24,9 @@ committal in the CVS repository !
|
||||
History file for Ray Tracer category
|
||||
---------------------------------------
|
||||
|
||||
31st August 2016 John Allison (raytracer-V10-02-01)
|
||||
- Fix G4Orb and G4Ellipsoid hiding warnings.
|
||||
|
||||
2nd May 2016 John Allison (raytracer-V10-02-00)
|
||||
- G4RTJpegCoder.cc: Fixed gcc-6.1 warning.
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4RayTracerSceneHandler.hh 66870 2013-01-14 23:38:59Z adotti $
|
||||
// $Id: G4RayTracerSceneHandler.hh 99152 2016-09-07 08:04:30Z gcosmo $
|
||||
|
||||
// John Allison 17th March 2000
|
||||
|
||||
@@ -59,11 +59,14 @@ public:
|
||||
void AddSolid(const G4Torus&){}
|
||||
void AddSolid(const G4Polycone&){}
|
||||
void AddSolid(const G4Polyhedra&){}
|
||||
void AddSolid(const G4Orb&){}
|
||||
void AddSolid(const G4Ellipsoid&){}
|
||||
void AddSolid(const G4VSolid&){}
|
||||
void AddCompound(const G4VTrajectory&){}
|
||||
void AddCompound(const G4VHit&){}
|
||||
void AddCompound(const G4VDigi&){}
|
||||
void AddCompound(const G4THitsMap<G4double>&) {}
|
||||
void AddCompound(const G4THitsMap<G4StatDouble>&) {}
|
||||
|
||||
private:
|
||||
static G4int fSceneIdCount; // Counter for RayTracer scene handlers.
|
||||
|
||||
Reference in New Issue
Block a user