Class Reference for E1039 Core & Analysis Software
PHG4ColorDefs.h
Go to the documentation of this file.
1 #ifndef PHG4ColorDefs_h
2 #define PHG4ColorDefs_h
3 
4 #include <Geant4/G4VisAttributes.hh>
5 
6 namespace PHG4TPCColorDefs
7 {
8  static G4Colour tpc_cu_color = G4Colour::Yellow();
9  static G4Colour tpc_fr4_color = G4Colour::Grey();
10  static G4Colour tpc_gas_color = G4Colour::Magenta();
11  static G4Colour tpc_honeycomb_color = G4Colour::White();
12  static G4Colour tpc_kapton_color = G4Colour::Green();
13  static G4Colour tpc_pcb_color = G4Colour::Blue();
14 };
15 
16 #endif
static G4Colour tpc_kapton_color
Definition: PHG4ColorDefs.h:12
static G4Colour tpc_gas_color
Definition: PHG4ColorDefs.h:10
static G4Colour tpc_pcb_color
Definition: PHG4ColorDefs.h:13
static G4Colour tpc_cu_color
Definition: PHG4ColorDefs.h:8
static G4Colour tpc_fr4_color
Definition: PHG4ColorDefs.h:9
static G4Colour tpc_honeycomb_color
Definition: PHG4ColorDefs.h:11