Skip to content

Commit

Permalink
Geant4AssemblyVolume: remove no longer used numberOfDaughters
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer authored and MarkusFrankATcernch committed Dec 5, 2024
1 parent f5d7c14 commit 17ac97b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DDG4/src/Geant4AssemblyVolume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@ void Geant4AssemblyVolume::imprint(const Geant4Converter& cnv,
TGeoVolume* vol = parent->GetVolume();
G4AssemblyVolume* par_ass = pParentAssembly->m_assembly;
Geant4GeometryInfo& info = cnv.data();
unsigned int numberOfDaughters = (copyNumBase == 0) ? pMotherLV->GetNoDaughters() : copyNumBase;

// We start from the first available index
numberOfDaughters++;
_Wrap::imprintsCountPlus(par_ass);

path = detail::tools::placementPath(chain);
Expand Down

0 comments on commit 17ac97b

Please sign in to comment.