Skip to content
Snippets Groups Projects

Add postInclude to reproduce MC16/MC20 EMEC geometry configuration

Merged John Derek Chapman requested to merge jchapman/athena:SimuConfigLegacy_master into master
1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
###########################################################
#
# EMEC custom solid WHEEL variant
# Use the WHEEL variant of the EMEC custom solid
# both for the inner and outer wheel as in MC16/MC20.
# More info: https://its.cern.ch/jira/browse/ATLASSIM-3778
#
###########################################################
from LArGeoAlgsNV.LArGeoAlgsNVConf import LArDetectorToolNV
LArDetectorToolNV.EMECVariantInner="Wheel"
LArDetectorToolNV.EMECVariantOuter="Wheel"
Loading