Geant4_10
|
#include <G4HCIOcatalog.hh>
Public Member Functions | |
G4HCIOcatalog () | |
virtual | ~G4HCIOcatalog () |
void | SetVerboseLevel (int v) |
void | RegisterEntry (G4VHCIOentry *d) |
void | RegisterHCIOmanager (G4VPHitsCollectionIO *d) |
G4VHCIOentry * | GetEntry (std::string name) |
G4VPHitsCollectionIO * | GetHCIOmanager (std::string name) |
void | PrintEntries () |
std::string | CurrentHCIOmanager () |
void | PrintHCIOmanager () |
size_t | NumberOfHCIOmanager () |
G4VPHitsCollectionIO * | GetHCIOmanager (int n) |
Static Public Member Functions | |
static G4HCIOcatalog * | GetHCIOcatalog () |
Definition at line 47 of file G4HCIOcatalog.hh.
G4HCIOcatalog::G4HCIOcatalog | ( | ) |
|
inlinevirtual |
Definition at line 53 of file G4HCIOcatalog.hh.
std::string G4HCIOcatalog::CurrentHCIOmanager | ( | ) |
G4VHCIOentry * G4HCIOcatalog::GetEntry | ( | std::string | name | ) |
|
static |
Definition at line 44 of file G4HCIOcatalog.cc.
G4VPHitsCollectionIO * G4HCIOcatalog::GetHCIOmanager | ( | std::string | name | ) |
G4VPHitsCollectionIO * G4HCIOcatalog::GetHCIOmanager | ( | int | n | ) |
Definition at line 139 of file G4HCIOcatalog.cc.
|
inline |
void G4HCIOcatalog::PrintEntries | ( | ) |
void G4HCIOcatalog::PrintHCIOmanager | ( | ) |
void G4HCIOcatalog::RegisterEntry | ( | G4VHCIOentry * | d | ) |
Definition at line 51 of file G4HCIOcatalog.cc.
void G4HCIOcatalog::RegisterHCIOmanager | ( | G4VPHitsCollectionIO * | d | ) |
Definition at line 65 of file G4HCIOcatalog.cc.