Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geant4/geant4
/ KeepForPostProcessing
Method
KeepForPostProcessing
source/event/include/G4Event.hh:112–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
return keepTheEvent || GetNumberOfRemainingSubEvents()>0;
111
}
112
inline void KeepForPostProcessing() const
113
{ ++grips; }
114
inline void PostProcessingFinished() const
115
{
116
--grips;
Callers
1
EndOfEventKernel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected