Geant4  10.02.p03
G4VMCTruthIO Class Referenceabstract

#include <G4VMCTruthIO.hh>

Collaboration diagram for G4VMCTruthIO:

Public Member Functions

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

Protected Attributes

G4int m_verbose
 

Detailed Description

Definition at line 39 of file G4VMCTruthIO.hh.

Constructor & Destructor Documentation

◆ G4VMCTruthIO()

G4VMCTruthIO::G4VMCTruthIO ( )

Definition at line 33 of file G4VMCTruthIO.cc.

33 : m_verbose(0) {}

◆ ~G4VMCTruthIO()

G4VMCTruthIO::~G4VMCTruthIO ( )
virtual

Definition at line 34 of file G4VMCTruthIO.cc.

34 {}

Member Function Documentation

◆ Retrieve()

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

◆ SetVerboseLevel()

void G4VMCTruthIO::SetVerboseLevel ( int  v)
inline

Definition at line 59 of file G4VMCTruthIO.hh.

59 { m_verbose = v; };
Here is the caller graph for this function:

◆ Store()

virtual G4bool G4VMCTruthIO::Store ( G4MCTEvent )
pure virtual
Here is the caller graph for this function:

Member Data Documentation

◆ m_verbose

G4int G4VMCTruthIO::m_verbose
protected

Definition at line 59 of file G4VMCTruthIO.hh.


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