Skip to content

Commit

Permalink
Update DDG4ProductionCuts.cc
Browse files Browse the repository at this point in the history
a fix after megre
  • Loading branch information
ianna committed Jul 25, 2019
1 parent f2b71a2 commit f4d6955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimG4Core/Geometry/src/DDG4ProductionCuts.cc
Expand Up @@ -82,7 +82,7 @@ void DDG4ProductionCuts::initialize() {
G4Region* region = nullptr;
G4RegionStore* store = G4RegionStore::GetInstance();
for (auto const& vv : vec_) {
unsigned int num = map_.toString(keywordRegion_, vv.second, regionName);
unsigned int num = map_->toString(keywordRegion_, vv.second, regionName);
edm::LogVerbatim("Geometry") << " num " << num << " regionName: " << regionName << ", the store of size "
<< store->size();
if (num != 1) {
Expand Down

0 comments on commit f4d6955

Please sign in to comment.