Skip to content
Snippets Groups Projects

MuonR4 - Update R4 test geometry & augment Micromega test

Merged Johannes Junggeburth requested to merge jojungge/athena:UpdateGeoModelTest into main
6 files
+ 98
54
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -95,7 +95,9 @@ namespace MuonGM {
std::vector<GeoChildNodeWithTrf> children{getAllSubVolumes(pvc)};
for (const GeoChildNodeWithTrf& child : children) {
ATH_MSG_VERBOSE("Child node "<<child.nodeName<<" "<<child.volume->getLogVol()->getName());
if (child.volume->getLogVol()->getName().find("Sensitive") == std::string::npos) {
if (child.volume->getLogVol()->getName().find("Sensitive") == std::string::npos &&
/// Active gas volume in the R4 like description
child.volume->getLogVol()->getName() != "actMicroMegaGas") {
continue;
}
++m_nlayers;
Loading