Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4RayTracerSceneHandler.hh,v 1.11 2006/06/29 21:23:37 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4RayTracerSceneHandler.hh,v 1.12 2009/10/21 15:24:53 allison Exp $
// GEANT4 tag $Name: geant4-09-03 $
// John Allison 17th March 2000
@@ -64,6 +64,7 @@ public:
void AddSolid(const G4VSolid&){}
void AddCompound(const G4VTrajectory&){}
void AddCompound(const G4VHit&){}
void AddCompound(const G4THitsMap<G4double>&) {}
private:
static G4int fSceneIdCount; // Counter for RayTracer scene handlers.
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4RayTracerXViewer.hh,v 1.3 2006/06/29 21:23:43 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4RayTracerXViewer.hh,v 1.5 2009/09/16 16:56:52 allison Exp $
// GEANT4 tag $Name: geant4-09-03 $
// John Allison 17th March 2000
@@ -40,6 +40,7 @@ class G4RayTracerXViewer: public G4RayTracerViewer {
public:
G4RayTracerXViewer(G4VSceneHandler&,const G4String& name);
virtual ~G4RayTracerXViewer();
void Initialise();
};
#endif