Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Sep 14, 2020
1 parent 18b6fd0 commit 6fcde3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DetectorDescription/DDCMS/plugins/DDCMSDetector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void DDCMSDetector::analyze(const Event&, const EventSetup& iEventSetup) {

LogVerbatim("Geometry") << "Iterate over the detectors:\n";
LogVerbatim("Geometry").log([&](auto& log) {
for (auto const& it : det->description()->detectors()) {
for (auto const& it : det->description()->detectors()) {
dd4hep::DetElement det(it.second);
log << it.first << ": " << det.path();
}
Expand Down

0 comments on commit 6fcde3c

Please sign in to comment.