Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed May 21, 2020
1 parent f04cf6f commit 9c3ab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Geometry/GEMGeometryBuilder/src/ME0GeometryBuilder.cc
Expand Up @@ -400,7 +400,7 @@ ME0Geometry* ME0GeometryBuilder::buildGeometry(cms::DDFilteredView& fv, const Mu
// loop over the other eta partions

while (doEtaParts) {
ME0DetId detId = ME0DetId(me0Num.baseNumberToUnitNumber(mdddnum.geoHistoryToBaseNumber(fv.history())));
ME0DetId detId = ME0DetId(me0Num.baseNumberToUnitNumber(mdddnum.geoHistoryToBaseNumber(fv.history())));
// build other eta partitions
ME0EtaPartition* etaPart = buildEtaPartition(fv, detId);
me0Layer->add(etaPart);
Expand Down

0 comments on commit 9c3ab06

Please sign in to comment.