vtkGeantEvent

This commit is contained in:
AndreaRigoni
2026-03-16 17:51:53 +00:00
parent c63a1ae047
commit d8ef413216
31 changed files with 509 additions and 155 deletions

View File

@@ -97,8 +97,8 @@ void vtkGeantEvent::InstallPipe() {
m_MuonPath->SetMapper(mapper);
// Set default look: Red line
m_MuonPath->GetProperty()->SetColor(1.0, 0.0, 0.0);
m_MuonPath->GetProperty()->SetLineWidth(2.0);
m_MuonPath->GetProperty()->SetColor(1.0, 1.0, 1.0);
m_MuonPath->GetProperty()->SetLineWidth(1.0);
m_MuonPath->GetProperty()->SetAmbient(1.0);
this->SetProp(m_MuonPath);