Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4VDCIOentry Class Reference

#include <G4VDCIOentry.hh>

Inheritance diagram for G4VDCIOentry:

Public Member Functions

 G4VDCIOentry (std::string n)
 
virtual ~G4VDCIOentry ()
 
void SetVerboseLevel (G4int v)
 
std::string GetName ()
 
virtual void CreateDCIOmanager (std::string, std::string)
 

Protected Attributes

G4int m_verbose
 

Detailed Description

Definition at line 41 of file G4VDCIOentry.hh.

Constructor & Destructor Documentation

G4VDCIOentry::G4VDCIOentry ( std::string  n)

Definition at line 37 of file G4VDCIOentry.cc.

38  : m_name(n)
39 {
41  c->RegisterEntry(this);
42 
44 }
static G4DCIOcatalog * GetDCIOcatalog()
void RegisterEntry(G4VDCIOentry *d)
static G4PersistencyCenter * GetPersistencyCenter()

Here is the call graph for this function:

virtual G4VDCIOentry::~G4VDCIOentry ( )
inlinevirtual

Definition at line 47 of file G4VDCIOentry.hh.

47 {}

Member Function Documentation

virtual void G4VDCIOentry::CreateDCIOmanager ( std::string  ,
std::string   
)
inlinevirtual

Reimplemented in G4DCIOentryT< T >.

Definition at line 57 of file G4VDCIOentry.hh.

57 {}

Here is the caller graph for this function:

std::string G4VDCIOentry::GetName ( )
inline

Definition at line 54 of file G4VDCIOentry.hh.

54 { return m_name; }

Here is the caller graph for this function:

void G4VDCIOentry::SetVerboseLevel ( G4int  v)
inline

Definition at line 51 of file G4VDCIOentry.hh.

51 { m_verbose = v; }

Member Data Documentation

G4int G4VDCIOentry::m_verbose
protected

Definition at line 61 of file G4VDCIOentry.hh.


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