GDML
GDML copied to clipboard
Adding sensitive detector to part causes duplicates in gdml output
Adding a sensitive detector to a part using the Set SensDet button successfully adds a sensitive detector to the part. Once the GDML is exported it creates 2 duplicate lines such as in the code snippet below
<volume name="Daughter_Item">
<materialref ref="G4_Al"/>
<solidref ref="inner"/>
<auxiliary auxtype="SensDet" auxvalue="Daughter_Item"/>
<auxiliary auxtype="SensDet" auxvalue="Daughter_Item"/>
</volume>