#include "globals.hh"
#include "G4VisAttributes.hh"
#include "G4Color.hh"
Go to the source code of this file.
Functions | |
G4Color | white (1.0, 1.0, 1.0) |
G4Color | ltgray (0.25, 0.25, 0.25) |
G4Color | mdgray (0.5, 0.5, 0.5) |
G4Color | dkgray (0.75, 0.75, 0.75) |
G4Color | black (0.0, 0.0, 0.0) |
G4Color | red (1.0, 0.0, 0.0) |
G4Color | green (0.0, 1.0, 0.0) |
G4Color | blue (0.0, 0.0, 1.0) |
G4Color | cyan (0.0, 1.0, 1.0) |
G4Color | magenta (1.0, 0.0, 1.0) |
G4Color | yellow (1.0, 1.0, 0.0) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AUTHOR: Kareem CONTACT: FIRST SUBMISSION: Thu Jun 24 12:57:48 PDT 2004 REVISION: 06-24-2004, Kareem Initial file submission (very simple 50cm lead shield) 07-02-2004, R. Henning, Converted all G4Color objects to "static" to allow file to be included in many different files without having multiple definitions of the same global objects. |
|
|