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: G4VGraphicsScene.hh,v 1.10 2007/07/17 17:52:20 allison Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4VGraphicsScene.hh,v 1.11 2008/01/04 22:20:59 allison Exp $
// GEANT4 tag $Name: geant4-09-02 $
// John Allison 19th July 1996
//
// Class Description:
@@ -127,7 +127,9 @@ public: // With description
virtual void EndPrimitives () = 0;
virtual void BeginPrimitives2D () = 0;
virtual void BeginPrimitives2D
(const G4Transform3D& objectTransformation = G4Transform3D()) = 0;
virtual void EndPrimitives2D () = 0;
// The x,y coordinates of the primitives passed to AddPrimitive are
// intrepreted as screen coordinates, -1 < x,y < 1. The