k4SimGeant4
|
Interface to the output saving tool. More...
#include <SimG4Interface/include/SimG4Interface/ISimG4SaveOutputTool.h>
Public Member Functions | |
DeclareInterfaceID (ISimG4SaveOutputTool, 1, 0) | |
virtual StatusCode | saveOutput (const G4Event &aEvent)=0 |
Save the data output. | |
Interface to the output saving tool.
ISimG4SaveOutputTool::DeclareInterfaceID | ( | ISimG4SaveOutputTool | , |
1 | , | ||
0 | ) |
|
pure virtual |
Save the data output.
[in] | aEvent | Event with data to save. |
Implemented in InspectHitsCollectionsTool, SimG4SaveCalHits, SimG4SaveParticleHistory, SimG4SaveSmearedParticles, SimG4SaveTrackerHits, and SimG4SaveTrajectory.