Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed May 14, 2020
1 parent 284a4d0 commit 1ee631f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Geometry/MuonNumbering/src/MuonDDDNumbering.cc
Expand Up @@ -66,12 +66,11 @@ MuonBaseNumber MuonDDDNumbering::geoHistoryToBaseNumber(const DDGeoHistory &hist
return num;
}

MuonBaseNumber MuonDDDNumbering::geoHistoryToBaseNumber(const cms::ExpandedNodes& nodes) const {

MuonBaseNumber MuonDDDNumbering::geoHistoryToBaseNumber(const cms::ExpandedNodes &nodes) const {
MuonBaseNumber num;

int ctr(0);
for (auto const& it : nodes.tags) {
for (auto const &it : nodes.tags) {
int tag = it / theLevelPart;
if (tag > 0) {
int offset = nodes.offsets[ctr];
Expand Down

0 comments on commit 1ee631f

Please sign in to comment.