Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-12 17:16:06 +01:00
parent 80e2389dd8
commit 84f33a068c
593 changed files with 68589 additions and 1 deletions
@@ -0,0 +1,28 @@
///\file "visualization/perspective/.README.txt"
///\brief Example perspective README page
/*! \page Exampleperspective Example perspective
examples/extended/visualization/perspective
This example is another example of using the Geant Visualization
System as a "stand-alone" graphics library and viewer. See
\ref Examplestandalone for a simpler introductory explanation.
The particular feature of this example is the addition of "perspective
lines". The direction of these lines is controlled by
\verbatim
/perspectiveDemo/optionString x
\endverbatim
See vis.mac.
Notes:
- /perspectiveDemo/scene is not used at present.
- visXm.mac is specially for use with G4UIXm and OGL*Xm.
John Allison
11th June 2012
*/
@@ -0,0 +1,25 @@
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
examples/extended/visualization/perspective
------------------------------------------
This example is another example of using the Geant Visualization
System as a "stand-alone" graphics library and viewer. See
examples/extended/visualization/standalone for a simpler
introductory explanation.
The particular feature of this example is the addition of "perspective
lines". The direction of these lines is controlled by
/perspectiveDemo/optionString x
See vis.mac.
Notes:
- /perspectiveDemo/scene is not used at present.
- visXm.mac is specially for use with G4UIXm and OGL*Xm.
John Allison
11th June 2012