#include <G4HCIOcatalog.hh>
Definition at line 47 of file G4HCIOcatalog.hh.
◆ G4HCIOcatalog()
G4HCIOcatalog::G4HCIOcatalog |
( |
| ) |
|
◆ ~G4HCIOcatalog()
virtual G4HCIOcatalog::~G4HCIOcatalog |
( |
| ) |
|
|
inlinevirtual |
◆ CurrentHCIOmanager()
std::string G4HCIOcatalog::CurrentHCIOmanager |
( |
| ) |
|
Definition at line 116 of file G4HCIOcatalog.cc.
118 std::string list =
"";
119 HCIOstore::const_iterator it;
121 list += (*it).first +
" ";
◆ GetEntry()
Definition at line 79 of file G4HCIOcatalog.cc.
82 G4cout <<
"Hit Collection I/O manager entry \"" <<
name 83 <<
"\" not found!" << std::endl;
G4GLOB_DLL std::ostream G4cout
◆ GetHCIOcatalog()
Definition at line 44 of file G4HCIOcatalog.cc.
static G4ThreadLocal G4HCIOcatalog * f_thePointer
◆ GetHCIOmanager() [1/2]
◆ GetHCIOmanager() [2/2]
Definition at line 139 of file G4HCIOcatalog.cc.
142 HCIOstore::const_iterator it;
144 if (i++ ==
n)
return (*it).second;
◆ NumberOfHCIOmanager()
size_t G4HCIOcatalog::NumberOfHCIOmanager |
( |
| ) |
|
|
inline |
◆ PrintEntries()
void G4HCIOcatalog::PrintEntries |
( |
| ) |
|
Definition at line 105 of file G4HCIOcatalog.cc.
107 G4cout <<
"I/O manager entries: ";
109 HCIOmap::const_iterator it;
G4GLOB_DLL std::ostream G4cout
◆ PrintHCIOmanager()
void G4HCIOcatalog::PrintHCIOmanager |
( |
| ) |
|
Definition at line 127 of file G4HCIOcatalog.cc.
129 G4cout <<
"I/O managers: ";
131 HCIOstore::const_iterator it;
133 G4cout <<
" --- " << (*it).first
134 <<
", " << (*it).second <<
"." <<
G4endl;
G4GLOB_DLL std::ostream G4cout
◆ RegisterEntry()
◆ RegisterHCIOmanager()
◆ SetVerboseLevel()
void G4HCIOcatalog::SetVerboseLevel |
( |
int |
v | ) |
|
|
inline |
◆ f_thePointer
◆ m_verbose
int G4HCIOcatalog::m_verbose |
|
private |
◆ theCatalog
◆ theStore
The documentation for this class was generated from the following files: