Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -22,7 +22,7 @@
//
//
// $Id: G4RTJpeg.hh,v 1.5 2001/07/11 10:09:01 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: G4RTJpegCoder.hh,v 1.5 2001/07/11 10:09:01 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: G4RTJpegCoderTables.hh,v 1.5 2001/07/11 10:09:01 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
// class description:
@@ -22,7 +22,7 @@
//
//
// $Id: G4RTJpegMaker.hh,v 1.5 2001/07/11 10:09:02 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: G4RTMessenger.hh,v 1.4 2001/07/11 10:09:02 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: G4RTOutBitStream.hh,v 1.6 2001/07/11 10:09:02 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: G4RTSteppingAction.hh,v 1.4 2001/07/11 10:09:02 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: G4RTTrackingAction.hh,v 1.4 2001/07/11 10:09:02 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: G4RayShooter.hh,v 1.3 2001/07/11 10:09:02 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
// class description:
@@ -22,7 +22,7 @@
//
//
// $Id: G4RayTracer.hh,v 1.8 2001/07/27 22:33:03 johna Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: G4RayTracerFeatures.hh,v 1.3 2001/07/11 10:09:02 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4RayTracerSceneHandler.hh,v 1.5 2001/08/24 21:19:43 johna Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4RayTracerSceneHandler.hh,v 1.6 2002/12/11 15:59:34 johna Exp $
// GEANT4 tag $Name: geant4-05-00 $
// John Allison 17th March 2000
@@ -59,6 +59,8 @@ public:
void AddThis(const G4Polycone&){}
void AddThis(const G4Polyhedra&){}
void AddThis(const G4VSolid&){}
void AddThis(const G4VTrajectory&){}
void AddThis(const G4VHit&){}
static G4int GetSceneCount();
@@ -22,7 +22,7 @@
//
//
// $Id: G4RayTracerViewer.hh,v 1.4 2001/07/11 10:09:02 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
// John Allison 17th March 2000
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4RayTrajectory.hh,v 1.8 2001/07/11 10:09:03 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4RayTrajectory.hh,v 1.9 2002/10/16 11:42:48 johna Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -62,10 +62,10 @@ class G4RayTrajectory : public G4VTrajectory
inline void* operator new(size_t);
inline void operator delete(void*);
inline int operator == (const G4RayTrajectory& right){return (this==&right);}
// inline int operator == (const G4RayTrajectory& right){return (this==&right);}
virtual void AppendStep(const G4Step*);
virtual void ShowTrajectory() const;
virtual void ShowTrajectory(G4std::ostream&) const;
virtual void DrawTrajectory(G4int i_mode=0) const {;}
virtual int GetPointEntries() const {return positionRecord->size();}
virtual G4VTrajectoryPoint* GetPoint(G4int i) const
@@ -74,6 +74,14 @@ class G4RayTrajectory : public G4VTrajectory
{ return (*positionRecord)[i]; }
virtual void MergeTrajectory(G4VTrajectory* secondTrajectory);
// Get/Set functions to satisfy pure virtual functions of base class.
inline G4int GetTrackID() const { return 0; }
inline G4int GetParentID() const { return 0; }
inline G4String GetParticleName() const { return ""; }
inline G4double GetCharge() const { return 0.; }
inline G4int GetPDGEncoding() const { return 0; }
inline G4ThreeVector GetInitialMomentum() const { return G4ThreeVector(); }
private:
G4std::vector<G4RayTrajectoryPoint*>* positionRecord;
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4RayTrajectoryPoint.hh,v 1.4 2001/07/11 10:09:03 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4RayTrajectoryPoint.hh,v 1.5 2002/10/16 11:42:48 johna Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -54,8 +54,8 @@ class G4RayTrajectoryPoint :public G4VTrajectoryPoint
inline void *operator new(size_t);
inline void operator delete(void *aTrajectoryPoint);
inline int operator==(const G4RayTrajectoryPoint& right) const
{ return (this==&right); };
// inline int operator==(const G4RayTrajectoryPoint& right) const
// { return (this==&right); };
private:
const G4VisAttributes* preStepAtt;
@@ -72,7 +72,9 @@ class G4RayTrajectoryPoint :public G4VTrajectoryPoint
inline G4ThreeVector GetSurfaceNormal() const { return surfaceNormal; }
inline void SetStepLength(G4double val) { stepLength = val; }
inline G4double GetStepLength() const { return stepLength; }
inline const G4ThreeVector GetPosition() const { return G4ThreeVector();}
// Dummy function (not used) to satisfy base class pure virtual function.
};
extern G4Allocator<G4RayTrajectoryPoint> G4RayTrajectoryPointAllocator;
@@ -22,7 +22,7 @@
//
//
// $Id: G4VFigureFileMaker.hh,v 1.4 2001/07/11 10:09:03 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//