Changeset 1140 for trunk/source/visualization/RayTracer
- Timestamp:
- Nov 3, 2009, 11:17:28 AM (16 years ago)
- Location:
- trunk/source/visualization/RayTracer
- Files:
-
- 2 edited
-
History (modified) (2 diffs)
-
include/G4RayTracerSceneHandler.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/RayTracer/History
r1136 r1140 1 $Id: History,v 1.5 8 2009/09/16 16:58:26allison Exp $1 $Id: History,v 1.59 2009/10/21 15:24:53 allison Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 24 24 History file for Ray Tracer category 25 25 --------------------------------------- 26 27 21st October 2009 John Allison (raytracer-V09-02-01 coworks greps-V09-02-02) 28 - Added AddCompound (const G4THitsMap<G4double>&) methods. 29 o Prevents warnings about hiding - calls G4VSceneHandler base class. 26 30 27 31 16 September 2009 John Allison (raytracer-V09-02-00) -
trunk/source/visualization/RayTracer/include/G4RayTracerSceneHandler.hh
r954 r1140 25 25 // 26 26 // 27 // $Id: G4RayTracerSceneHandler.hh,v 1.1 1 2006/06/29 21:23:37 gunterExp $27 // $Id: G4RayTracerSceneHandler.hh,v 1.12 2009/10/21 15:24:53 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 … … 65 65 void AddCompound(const G4VTrajectory&){} 66 66 void AddCompound(const G4VHit&){} 67 void AddCompound(const G4THitsMap<G4double>&) {} 67 68 68 69 private:
Note:
See TracChangeset
for help on using the changeset viewer.
