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

#include <G4VMCTruthIO.hh>

Public Member Functions

 G4VMCTruthIO ()
 
virtual G4bool Retrieve (G4MCTEvent *&)=0
 
void SetVerboseLevel (G4int v)
 
virtual G4bool Store (G4MCTEvent *)=0
 
virtual ~G4VMCTruthIO ()
 

Protected Attributes

G4int m_verbose = 0
 

Detailed Description

Definition at line 39 of file G4VMCTruthIO.hh.

Constructor & Destructor Documentation

◆ G4VMCTruthIO()

G4VMCTruthIO::G4VMCTruthIO ( )

Definition at line 34 of file G4VMCTruthIO.cc.

35{
36}

◆ ~G4VMCTruthIO()

G4VMCTruthIO::~G4VMCTruthIO ( )
virtual

Definition at line 39 of file G4VMCTruthIO.cc.

40{
41}

Member Function Documentation

◆ Retrieve()

virtual G4bool G4VMCTruthIO::Retrieve ( G4MCTEvent *&  )
pure virtual

◆ SetVerboseLevel()

void G4VMCTruthIO::SetVerboseLevel ( G4int  v)
inline

Definition at line 59 of file G4VMCTruthIO.hh.

59{ m_verbose = v; }

References m_verbose.

Referenced by G4PersistencyManager::SetVerboseLevel().

◆ Store()

virtual G4bool G4VMCTruthIO::Store ( G4MCTEvent )
pure virtual

Field Documentation

◆ m_verbose

G4int G4VMCTruthIO::m_verbose = 0
protected

Definition at line 64 of file G4VMCTruthIO.hh.

Referenced by SetVerboseLevel().


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