Geant4
10.00.p01
|
#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.
References m_currentEvtID.
|
inline |
Definition at line 50 of file G4VPEventIO.hh.
References m_verbose.
Referenced by G4PersistencyManager::SetVerboseLevel().
|
protected |
Definition at line 67 of file G4VPEventIO.hh.
Referenced by CurrentEventID().
|
protected |
Definition at line 66 of file G4VPEventIO.hh.
Referenced by SetVerboseLevel().