Skip to content

Commit

Permalink
Geant4AssemblyVolume: use the same copy ID for the Geant4 Volume as w…
Browse files Browse the repository at this point in the history
…as set in DD4hep geometry construction
  • Loading branch information
andresailer committed Dec 4, 2024
1 parent 960cfa0 commit 64f9566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDG4/src/Geant4AssemblyVolume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void Geant4AssemblyVolume::imprint(const Geant4Converter& cnv,
triplet.GetVolume(),
pMotherLV,
false,
numberOfDaughters + i,
node->GetNumber(),
surfCheck );

info.g4VolumeImprints[vol].emplace_back(new_chain,pvPlaced.first);
Expand Down

0 comments on commit 64f9566

Please sign in to comment.