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: G4RTSimpleScanner.hh,v 1.3 2006/06/29 21:23:25 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4RTSimpleScanner.hh,v 1.4 2010/06/14 14:33:34 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
//
//
@@ -44,9 +44,9 @@ class G4RTSimpleScanner: public G4VRTScanner {
public: // with description
G4RTSimpleScanner();
virtual ~G4RTSimpleScanner();
// Compiler defaults for destructor, copy constructor and
// assignmemt.
// Compiler defaults for copy constructor and assignmemt.
virtual const G4String& GetGSName() const;
// Get name that acts as graphics system name.
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4RTXScanner.hh,v 1.4 2006/06/29 21:23:31 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4RTXScanner.hh,v 1.5 2010/06/14 14:33:34 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
//
//
@@ -52,9 +52,9 @@ class G4RTXScanner: public G4VRTScanner {
public: // with description
G4RTXScanner();
virtual ~G4RTXScanner();
// Compiler defaults for destructor, copy constructor and
// assignmemt.
// Compiler defaults for copy constructor and assignmemt.
virtual const G4String& GetGSName() const;
// Get name that acts as graphics system name.
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4RayTracerSceneHandler.hh,v 1.12 2009/10/21 15:24:53 allison Exp $
// GEANT4 tag $Name: geant4-09-03 $
// $Id: G4RayTracerSceneHandler.hh,v 1.13 2010/05/30 10:21:25 allison Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
// 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 G4VDigi&){}
void AddCompound(const G4THitsMap<G4double>&) {}
private:
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4RayTrajectory.hh,v 1.15 2006/06/29 21:23:45 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4RayTrajectory.hh,v 1.16 2010/05/29 21:09:40 allison Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
//
//
@@ -69,6 +69,7 @@ class G4RayTrajectory : public G4VTrajectory
virtual void AppendStep(const G4Step*);
virtual void ShowTrajectory(std::ostream&) const;
virtual void DrawTrajectory() const {;}
virtual void DrawTrajectory(G4int) const {;}
virtual int GetPointEntries() const {return positionRecord->size();}
virtual G4VTrajectoryPoint* GetPoint(G4int i) const
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4VRTScanner.hh,v 1.5 2006/06/29 21:23:53 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4VRTScanner.hh,v 1.6 2010/06/14 14:33:34 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
//
//
@@ -43,6 +43,9 @@ class G4VRTScanner {
public: // with description
G4VRTScanner();
virtual ~G4VRTScanner();
virtual const G4String& GetGSName() const = 0;
// Get name that acts as graphics system name.
@@ -65,8 +68,7 @@ public: // with description
};
inline void G4VRTScanner::Draw
(unsigned char, unsigned char, unsigned char)
{}
inline
void G4VRTScanner::Draw(unsigned char, unsigned char, unsigned char) {}
#endif