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