FDsimG4Colours.hh
Go to the documentation of this file.
1 #ifndef FDSIMG4COLOURS_H
2 #define FDSIMG4COLOURS_H
3 
4 #include"G4Colour.hh"
5 
6 namespace TelescopeSimulatorLX {
7 
8  static const G4Colour red (1.0,0.0,0.0) ;
9  static const G4Colour green (0.0,1.0,0.0) ;
10  static const G4Colour blue (0.0,0.0,1.0) ;
11  static const G4Colour yellow (1.0,1.0,0.5) ;
12  static const G4Colour cyan (0.0,1.0,1.0) ;
13  static const G4Colour gray (0.5,0.5,0.5) ;
14  static const G4Colour magenta (1.0,0.5,1.0) ;
15 
16 }
17 
18 #endif
static const G4Colour green(0.0, 1.0, 0.0)
static const G4Colour gray(0.5, 0.5, 0.5)
static const G4Colour magenta(1.0, 0.5, 1.0)
static const G4Colour cyan(0.0, 1.0, 1.0)
static const G4Colour red(1.0, 0.0, 0.0)
static const G4Colour yellow(1.0, 1.0, 0.5)
static const G4Colour blue(0.0, 0.0, 1.0)

, generated on Tue Sep 26 2023.