Skip to content

Commit 0d4f93a

Browse files
author
Sunanda
committed
Code check
1 parent 4b34a28 commit 0d4f93a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SimG4CMS/Calo/src/CaloSD.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@ void CaloSD::EndOfEvent(G4HCofThisEvent*) {
390390
if (theHC[k] == nullptr)
391391
edm::LogVerbatim("CaloSim") << "CaloSD: EndofEvent entered for container " << k << " with no entries";
392392
else
393-
edm::LogVerbatim("CaloSim") << "CaloSD: EndofEvent entered for container " << k << " with " << theHC[0]->entries() << " entries";
393+
edm::LogVerbatim("CaloSim") << "CaloSD: EndofEvent entered for container " << k << " with " << theHC[0]->entries()
394+
<< " entries";
394395
}
395396
#endif
396397
}

0 commit comments

Comments
 (0)