#include <G4VHCIOentry.hh>
Inheritance diagram for G4VHCIOentry:

Public Member Functions | |
| G4VHCIOentry (std::string n) | |
| virtual | ~G4VHCIOentry () |
| void | SetVerboseLevel (G4int v) |
| std::string | GetName () |
| virtual void | CreateHCIOmanager (std::string, std::string) |
Protected Attributes | |
| G4int | m_verbose |
Definition at line 41 of file G4VHCIOentry.hh.
| G4VHCIOentry::G4VHCIOentry | ( | std::string | n | ) |
Definition at line 37 of file G4VHCIOentry.cc.
References G4HCIOcatalog::GetHCIOcatalog(), G4PersistencyCenter::GetPersistencyCenter(), m_verbose, G4HCIOcatalog::RegisterEntry(), and G4PersistencyCenter::VerboseLevel().
00038 : m_name(n) 00039 { 00040 G4HCIOcatalog* c = G4HCIOcatalog::GetHCIOcatalog(); 00041 c->RegisterEntry(this); 00042 00043 m_verbose = G4PersistencyCenter::GetPersistencyCenter()->VerboseLevel(); 00044 }
| virtual G4VHCIOentry::~G4VHCIOentry | ( | ) | [inline, virtual] |
| virtual void G4VHCIOentry::CreateHCIOmanager | ( | std::string | , | |
| std::string | ||||
| ) | [inline, virtual] |
Reimplemented in G4HCIOentryT< T >.
Definition at line 57 of file G4VHCIOentry.hh.
Referenced by G4PersistencyCenter::AddHCIOmanager().
| std::string G4VHCIOentry::GetName | ( | ) | [inline] |
| void G4VHCIOentry::SetVerboseLevel | ( | G4int | v | ) | [inline] |
G4int G4VHCIOentry::m_verbose [protected] |
Definition at line 61 of file G4VHCIOentry.hh.
Referenced by G4HCIOentryT< T >::CreateHCIOmanager(), G4VHCIOentry(), and SetVerboseLevel().
1.4.7