Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Aug 31, 2021
1 parent 213cbdc commit e1ea31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimG4CMS/CherenkovAnalysis/src/DreamSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void DreamSD::fillMap(const std::string &name, double length, double width) {
for (auto lvcite = lvs->begin(); lvcite != lvs->end(); lvcite++) {
edm::LogVerbatim("EcalSim") << name << " vs " << (*lvcite)->GetName();
std::string namex = static_cast<std::string>((*lvcite)->GetName());
if (name == static_cast<std::string>(dd4hep::dd::noNamespace(namex))) {
if (name == static_cast<std::string>(dd4hep::dd::noNamespace(namex))) {
lv = (*lvcite);
break;
}
Expand Down

0 comments on commit e1ea31c

Please sign in to comment.