Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Jan 8, 2020
1 parent e762301 commit ca5be56
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Geometry/HcalCommonData/src/HcalGeomParameters.cc
Expand Up @@ -423,8 +423,9 @@ void HcalGeomParameters::loadGeometry(const cms::DDCompactView* cpv, HcalParamet
// HF
if (!hf) {
#ifdef EDM_ML_DEBUG
edm::LogVerbatim("HCalGeom") << "HF " << fv.name() << " Shape " << cms::dd::name(cms::DDSolidShapeMap, fv.shape())
<< " Z " << t.z() << " with " << paras.size() << " Parameters";
edm::LogVerbatim("HCalGeom") << "HF " << fv.name() << " Shape "
<< cms::dd::name(cms::DDSolidShapeMap, fv.shape()) << " Z " << t.z() << " with "
<< paras.size() << " Parameters";
for (unsigned j = 0; j < paras.size(); j++)
edm::LogVerbatim("HCalGeom") << "HF Parameter[" << j << "] = " << paras[j];
#endif
Expand All @@ -439,8 +440,9 @@ void HcalGeomParameters::loadGeometry(const cms::DDCompactView* cpv, HcalParamet
}
#ifdef EDM_ML_DEBUG
} else {
edm::LogVerbatim("HCalGeom") << "Unknown Detector " << idet << " for " << fv.name() << " Shape " << cms::dd::name(cms::DDSolidShapeMap, fv.shape())
<< " R " << t.Rho() << " Z " << t.z();
edm::LogVerbatim("HCalGeom") << "Unknown Detector " << idet << " for " << fv.name() << " Shape "
<< cms::dd::name(cms::DDSolidShapeMap, fv.shape()) << " R " << t.Rho() << " Z "
<< t.z();
#endif
}
dodet = fv.nextSibling();
Expand Down

0 comments on commit ca5be56

Please sign in to comment.