G4VMCTruthIO Class Reference

#include <G4VMCTruthIO.hh>


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 (  ) 

Definition at line 33 of file G4VMCTruthIO.cc.

00033 : m_verbose(0) {}

G4VMCTruthIO::~G4VMCTruthIO (  )  [virtual]

Definition at line 34 of file G4VMCTruthIO.cc.

00034 {}


Member Function Documentation

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

void G4VMCTruthIO::SetVerboseLevel ( int  v  )  [inline]

Definition at line 59 of file G4VMCTruthIO.hh.

References m_verbose.

Referenced by G4PersistencyManager::SetVerboseLevel().

00059 { m_verbose = v; };

virtual G4bool G4VMCTruthIO::Store ( G4MCTEvent  )  [pure virtual]

Referenced by G4PersistencyManager::Store().


Field Documentation

G4int G4VMCTruthIO::m_verbose [protected]

Definition at line 59 of file G4VMCTruthIO.hh.

Referenced by SetVerboseLevel().


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:50 2013 for Geant4 by  doxygen 1.4.7