Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4HCIOcatalog.hh>
Public Member Functions | |
G4HCIOcatalog () | |
virtual | ~G4HCIOcatalog () |
void | SetVerboseLevel (G4int v) |
void | RegisterEntry (G4VHCIOentry *d) |
void | RegisterHCIOmanager (G4VPHitsCollectionIO *d) |
G4VHCIOentry * | GetEntry (const G4String &name) |
G4VPHitsCollectionIO * | GetHCIOmanager (const G4String &name) |
void | PrintEntries () |
G4String | CurrentHCIOmanager () |
void | PrintHCIOmanager () |
std::size_t | NumberOfHCIOmanager () |
G4VPHitsCollectionIO * | GetHCIOmanager (G4int n) |
Static Public Member Functions | |
static G4HCIOcatalog * | GetHCIOcatalog () |
Definition at line 49 of file G4HCIOcatalog.hh.
G4HCIOcatalog::G4HCIOcatalog | ( | ) |
|
inlinevirtual |
Definition at line 56 of file G4HCIOcatalog.hh.
G4String G4HCIOcatalog::CurrentHCIOmanager | ( | ) |
Definition at line 129 of file G4HCIOcatalog.cc.
Referenced by G4PersistencyCenter::CurrentHCIOmanager().
G4VHCIOentry * G4HCIOcatalog::GetEntry | ( | const G4String & | name | ) |
Definition at line 86 of file G4HCIOcatalog.cc.
Referenced by G4PersistencyCenter::AddHCIOmanager().
|
static |
Definition at line 42 of file G4HCIOcatalog.cc.
Referenced by G4PersistencyCenter::AddHCIOmanager(), G4HCIOentryT< T >::CreateHCIOmanager(), G4PersistencyCenter::CurrentHCIOmanager(), G4VHCIOentry::G4VHCIOentry(), G4VPHitIO::G4VPHitIO(), G4PersistencyCenter::PrintAll(), and G4PersistencyManager::SetVerboseLevel().
G4VPHitsCollectionIO * G4HCIOcatalog::GetHCIOmanager | ( | const G4String & | name | ) |
Definition at line 102 of file G4HCIOcatalog.cc.
Referenced by G4PersistencyManager::SetVerboseLevel(), and G4VPHitIO::SetVerboseLevel().
G4VPHitsCollectionIO * G4HCIOcatalog::GetHCIOmanager | ( | G4int | n | ) |
Definition at line 151 of file G4HCIOcatalog.cc.
|
inline |
Definition at line 86 of file G4HCIOcatalog.hh.
Referenced by G4PersistencyManager::SetVerboseLevel(), and G4VPHitIO::SetVerboseLevel().
void G4HCIOcatalog::PrintEntries | ( | ) |
Definition at line 118 of file G4HCIOcatalog.cc.
Referenced by G4PersistencyCenter::PrintAll().
void G4HCIOcatalog::PrintHCIOmanager | ( | ) |
Definition at line 140 of file G4HCIOcatalog.cc.
Referenced by G4HCIOentryT< T >::CreateHCIOmanager(), and G4PersistencyCenter::PrintAll().
void G4HCIOcatalog::RegisterEntry | ( | G4VHCIOentry * | d | ) |
Definition at line 50 of file G4HCIOcatalog.cc.
Referenced by G4VHCIOentry::G4VHCIOentry().
void G4HCIOcatalog::RegisterHCIOmanager | ( | G4VPHitsCollectionIO * | d | ) |
Definition at line 68 of file G4HCIOcatalog.cc.
Referenced by G4HCIOentryT< T >::CreateHCIOmanager().
|
inline |
Definition at line 62 of file G4HCIOcatalog.hh.
Referenced by G4PersistencyManager::SetVerboseLevel().