We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 488044c + b2bbed4 commit 816cee7Copy full SHA for 816cee7
Geometry/HGCalGeometry/test/HGCalIdCheck.cc
@@ -85,8 +85,8 @@ HGCalIdCheck::HGCalIdCheck(const edm::ParameterSet &iC)
85
std::vector<std::string> items = HGCalGeomUtils::splitString(std::string(buffer));
86
DetId::Detector det = static_cast<DetId::Detector>(std::atoi(items[0].c_str()));
87
if (det == dets_) {
88
- int32_t zp = std::atoi(items[2].c_str());
89
- int32_t type = std::atoi(items[1].c_str());
+ int32_t zp = std::atoi(items[1].c_str());
+ int32_t type = std::atoi(items[2].c_str());
90
int32_t layer = std::atoi(items[3].c_str());
91
int32_t waferU = std::atoi(items[4].c_str());
92
int32_t waferV = std::atoi(items[5].c_str());
0 commit comments