EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4ColorDefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4ColorDefs.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4MAIN_PHG4COLORDEFS_H
4 #define G4MAIN_PHG4COLORDEFS_H
5 
6 #include <Geant4/G4VisAttributes.hh>
7 
8 namespace PHG4TpcColorDefs
9 {
10  static G4Colour tpc_cu_color = G4Colour::Yellow();
11  static G4Colour tpc_fr4_color = G4Colour::Grey();
12  static G4Colour tpc_gas_color = G4Colour::Magenta();
13  static G4Colour tpc_honeycomb_color = G4Colour::White();
14  static G4Colour tpc_kapton_color = G4Colour::Green();
15  static G4Colour tpc_pcb_color = G4Colour::Blue();
16 };
17 
18 #endif