Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Jul 9, 2020
1 parent 27e1a85 commit 66c629a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Geometry/HGCalCommonData/src/HGCalDDDConstants.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ std::pair<int, int> HGCalDDDConstants::waferTypeRotation(
if (debug)
edm::LogVerbatim("HGCalGeom") << "waferTypeRotation: Layer " << layer << " Wafer " << waferU << ":" << waferV
<< " Index " << std::hex << wl << std::dec << ":" << endOfList << " Type " << type
<< " Rotation " << rotn;
<< " Rotation " << rotn;
#endif
return std::make_pair(type, rotn);
}
Expand Down

0 comments on commit 66c629a

Please sign in to comment.