We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ca72e commit 56c003bCopy full SHA for 56c003b
SimG4CMS/Calo/src/CaloSD.cc
@@ -420,7 +420,7 @@ void CaloSD::EndOfEvent(G4HCofThisEvent*) {
420
if (theHC[k] == nullptr)
421
edm::LogVerbatim("CaloSim") << "CaloSD: EndofEvent entered for container " << k << " with no entries";
422
else
423
- edm::LogVerbatim("CaloSim") << "CaloSD: EndofEvent entered for container " << k << " with " << theHC[0]->entries()
+ edm::LogVerbatim("CaloSim") << "CaloSD: EndofEvent entered for container " << k << " with " << theHC[k]->entries()
424
<< " entries";
425
}
426
#endif
0 commit comments