Skip to content
Snippets Groups Projects
Commit dbff5ae6 authored by flavigny's avatar flavigny
Browse files

Merge branch 'NPTool.2.dev' of https://gitlab.in2p3.fr/np/nptool into NPTool.2.dev

parents a59dc9b6 fbec1f8e
No related branches found
No related tags found
No related merge requests found
Pipeline #77534 passed
......@@ -84,11 +84,11 @@ Catana::Catana(){
m_DetectorType5 = 0;
// RGB Color + Transparency
m_VisCrystal1 = new G4VisAttributes(G4Colour(0.8, 0.3, 0.3, 0.3));
m_VisCrystal2 = new G4VisAttributes(G4Colour(0.3, 0.8, 0.3, 0.3));
m_VisCrystal3 = new G4VisAttributes(G4Colour(0.3, 0.3, 0.8, 0.3));
m_VisCrystal4 = new G4VisAttributes(G4Colour(0.3, 0.8, 0.8, 0.3));
m_VisCrystal5 = new G4VisAttributes(G4Colour(0.8, 0.3, 0.8, 0.3));
m_VisCrystal1 = new G4VisAttributes(G4Colour(0.8, 0.3, 0.3, 1));
m_VisCrystal2 = new G4VisAttributes(G4Colour(0.3, 0.8, 0.3, 1));
m_VisCrystal3 = new G4VisAttributes(G4Colour(0.3, 0.3, 0.8, 1));
m_VisCrystal4 = new G4VisAttributes(G4Colour(0.3, 0.8, 0.8, 1));
m_VisCrystal5 = new G4VisAttributes(G4Colour(0.8, 0.3, 0.8, 1));
m_VisHousing = new G4VisAttributes(G4Colour(0.3, 0.3, 0.3, 0.2));
m_VisReflector = new G4VisAttributes(G4Colour(1, 1, 1, 0.1));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment