Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Oct 17, 2023
1 parent 4b34a28 commit 0d4f93a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SimG4CMS/Calo/src/CaloSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ void CaloSD::EndOfEvent(G4HCofThisEvent*) {
if (theHC[k] == nullptr)
edm::LogVerbatim("CaloSim") << "CaloSD: EndofEvent entered for container " << k << " with no entries";
else
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()
<< " entries";
}
#endif
}
Expand Down

0 comments on commit 0d4f93a

Please sign in to comment.