Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Oct 23, 2020
1 parent c54b5e0 commit 9df3e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimG4Core/Geometry/src/DDG4ProductionCuts.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void DDG4ProductionCuts::dd4hepInitialize() {
for (auto const& it : *dd4hepMap_) {
for (auto const& fit : specs) {
for (auto const& pit : fit.second->paths) {
if (dd4hep::dd::compareEqualName(dd4hep::dd::realTopName(pit), dd4hep::dd::noNamespace(it.first.name()))) {
if (dd4hep::dd::compareEqualName(dd4hep::dd::realTopName(pit), dd4hep::dd::noNamespace(it.first.name()))) {
dd4hepVec_.emplace_back(std::make_pair<G4LogicalVolume*, const dd4hep::SpecPar*>(&*it.second, &*fit.second));
}
}
Expand Down

0 comments on commit 9df3e36

Please sign in to comment.