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.
1 parent 4b34a28 commit 0d4f93aCopy full SHA for 0d4f93a
SimG4CMS/Calo/src/CaloSD.cc
@@ -390,7 +390,8 @@ void CaloSD::EndOfEvent(G4HCofThisEvent*) {
390
if (theHC[k] == nullptr)
391
edm::LogVerbatim("CaloSim") << "CaloSD: EndofEvent entered for container " << k << " with no entries";
392
else
393
- edm::LogVerbatim("CaloSim") << "CaloSD: EndofEvent entered for container " << k << " with " << theHC[0]->entries() << " entries";
+ edm::LogVerbatim("CaloSim") << "CaloSD: EndofEvent entered for container " << k << " with " << theHC[0]->entries()
394
+ << " entries";
395
}
396
#endif
397
0 commit comments