|
Geant4_10
|
#include <G4VPEventIO.hh>
Public Member Functions | |
| G4VPEventIO () | |
| virtual | ~G4VPEventIO () |
| void | SetVerboseLevel (int v) |
| G4int | CurrentEventID () |
| virtual G4bool | Store (const G4Event *anEvent)=0 |
| virtual G4bool | Retrieve (G4Pevent *&anEvent)=0 |
| virtual G4bool | Retrieve (G4Event *&anEvent)=0 |
Protected Attributes | |
| G4int | m_verbose |
| G4int | m_currentEvtID |
Definition at line 40 of file G4VPEventIO.hh.
| G4VPEventIO::G4VPEventIO | ( | ) |
Definition at line 34 of file G4VPEventIO.cc.
|
inlinevirtual |
Definition at line 46 of file G4VPEventIO.hh.
|
inline |
Definition at line 53 of file G4VPEventIO.hh.


|
protected |
Definition at line 67 of file G4VPEventIO.hh.
|
protected |
Definition at line 66 of file G4VPEventIO.hh.
1.8.5