Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4VSceneHandler.hh,v 1.39 2007/01/11 16:38:14 allison Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4VSceneHandler.hh,v 1.40 2008/01/04 22:03:45 allison Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// John Allison 19th July 1996.
@@ -163,7 +163,8 @@ public: // With description
// G4VSceneHandler::EndPrimitives ();
// }
virtual void BeginPrimitives2D ();
virtual void BeginPrimitives2D
(const G4Transform3D& objectTransformation);
// The x,y coordinates of the primitives passed to AddPrimitive are
// intrepreted as screen coordinates, -1 < x,y < 1. The
// z-coordinate is ignored.