Geant4-11
Public Member Functions | Protected Attributes
G4VPEventIO Class Referenceabstract

#include <G4VPEventIO.hh>

Public Member Functions

G4int CurrentEventID ()
 
 G4VPEventIO ()
 
virtual G4bool Retrieve (G4Event *&anEvent)=0
 
virtual G4bool Retrieve (G4Pevent *&anEvent)=0
 
void SetVerboseLevel (G4int v)
 
virtual G4bool Store (const G4Event *anEvent)=0
 
virtual ~G4VPEventIO ()
 

Protected Attributes

G4int m_currentEvtID = 0
 
G4int m_verbose = 0
 

Detailed Description

Definition at line 40 of file G4VPEventIO.hh.

Constructor & Destructor Documentation

◆ G4VPEventIO()

G4VPEventIO::G4VPEventIO ( )

Definition at line 34 of file G4VPEventIO.cc.

35{
36}

◆ ~G4VPEventIO()

virtual G4VPEventIO::~G4VPEventIO ( )
inlinevirtual

Definition at line 47 of file G4VPEventIO.hh.

47{}

Member Function Documentation

◆ CurrentEventID()

G4int G4VPEventIO::CurrentEventID ( )
inline

Definition at line 53 of file G4VPEventIO.hh.

53{ return m_currentEvtID; }
G4int m_currentEvtID
Definition: G4VPEventIO.hh:68

References m_currentEvtID.

◆ Retrieve() [1/2]

virtual G4bool G4VPEventIO::Retrieve ( G4Event *&  anEvent)
pure virtual

◆ Retrieve() [2/2]

virtual G4bool G4VPEventIO::Retrieve ( G4Pevent *&  anEvent)
pure virtual

◆ SetVerboseLevel()

void G4VPEventIO::SetVerboseLevel ( G4int  v)
inline

Definition at line 50 of file G4VPEventIO.hh.

50{ m_verbose = v; }
G4int m_verbose
Definition: G4VPEventIO.hh:67

References m_verbose.

Referenced by G4PersistencyManager::SetVerboseLevel().

◆ Store()

virtual G4bool G4VPEventIO::Store ( const G4Event anEvent)
pure virtual

Field Documentation

◆ m_currentEvtID

G4int G4VPEventIO::m_currentEvtID = 0
protected

Definition at line 68 of file G4VPEventIO.hh.

Referenced by CurrentEventID().

◆ m_verbose

G4int G4VPEventIO::m_verbose = 0
protected

Definition at line 67 of file G4VPEventIO.hh.

Referenced by SetVerboseLevel().


The documentation for this class was generated from the following files: