Skip to content

Commit

Permalink
Merge pull request #28921 from slomeo/MuonBaseLocalDebug
Browse files Browse the repository at this point in the history
LOCAL_DEBUG in MuonBaseNumber.cc restored
  • Loading branch information
cmsbuild authored Feb 12, 2020
2 parents 3453411 + 7c1cfe9 commit 30b42eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Geometry/MuonNumbering/src/MuonBaseNumber.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void MuonBaseNumber::addBase(const LevelBaseNumber& num) {
}
sortedBaseNumber.insert(cur, num);

//#ifdef LOCAL_DEBUG
#ifdef LOCAL_DEBUG
cur = sortedBaseNumber.begin();
end = sortedBaseNumber.end();
edm::LogVerbatim("Geometry") << "MuonBaseNumber::AddBase ";
Expand All @@ -39,7 +39,7 @@ void MuonBaseNumber::addBase(const LevelBaseNumber& num) {
cur++;
++k;
}
//#endif
#endif
}

void MuonBaseNumber::addBase(const int level, const int super, const int base) {
Expand Down

0 comments on commit 30b42eb

Please sign in to comment.