| 455 | bool CArtefact::CanBeInvisible() { return (m_detectorObj != nullptr); } |
| 456 | |
| 457 | void CArtefact::SwitchVisibility(bool b) |
| 458 | { |
| 459 | if (m_detectorObj) |
| 460 | m_detectorObj->SetVisible(b); |
| 461 | } |
| 462 | |
| 463 | void CArtefact::SwitchAfParticles(bool bOn) |
| 464 | { |
no test coverage detected