#include <G4HCIOcatalog.hh>
Definition at line 47 of file G4HCIOcatalog.hh.
 
      
        
          | G4HCIOcatalog::G4HCIOcatalog  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | virtual G4HCIOcatalog::~G4HCIOcatalog  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
      
        
          | std::string G4HCIOcatalog::CurrentHCIOmanager  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 116 of file G4HCIOcatalog.cc.
  118   std::string list = 
"";
 
  119   HCIOstore::const_iterator it;
 
  120   for ( it=theStore.begin(); it != theStore.end(); it++ ) {
 
  121     list += (*it).first + 
" ";
 
 
 
 
Definition at line 79 of file G4HCIOcatalog.cc.
   81   if ( theCatalog.find(
name) == theCatalog.end() ) {
 
   82     G4cout << 
"Hit Collection I/O manager entry \"" << 
name 
   83            << 
"\" not found!" << std::endl;
 
G4GLOB_DLL std::ostream G4cout
 
 
 
 
Definition at line 92 of file G4HCIOcatalog.cc.
   94   if ( theStore.find(
name) == theStore.end() ) {
 
   95     G4cout << 
"Hit Collection I/O manager \"" << 
name 
   96            << 
"\" not found!" << 
G4endl;
 
G4GLOB_DLL std::ostream G4cout
 
 
 
 
Definition at line 139 of file G4HCIOcatalog.cc.
  142   HCIOstore::const_iterator it;
 
  143   for ( it=theStore.begin(); it != theStore.end(); it++ ) {
 
  144     if (i++ == 
n) 
return (*it).second;
 
 
 
 
  
  
      
        
          | size_t G4HCIOcatalog::NumberOfHCIOmanager  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | void G4HCIOcatalog::PrintEntries  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 105 of file G4HCIOcatalog.cc.
  107   G4cout << 
"I/O manager entries: ";
 
  109   HCIOmap::const_iterator it;
 
  110   for ( it=theCatalog.begin(); it != theCatalog.end(); it++ ) {
 
G4GLOB_DLL std::ostream G4cout
 
 
 
 
      
        
          | void G4HCIOcatalog::PrintHCIOmanager  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 127 of file G4HCIOcatalog.cc.
  129   G4cout << 
"I/O managers: ";
 
  131   HCIOstore::const_iterator it;
 
  132   for ( it=theStore.begin(); it != theStore.end(); it++ ) {
 
  133     G4cout << 
"  --- " << (*it).first
 
  134            << 
", " << (*it).second << 
"." << 
G4endl;
 
G4GLOB_DLL std::ostream G4cout
 
 
 
 
Definition at line 51 of file G4HCIOcatalog.cc.
   53   if ( m_verbose > 0 ) {
 
   55            << 
"\" " << d << 
"." << 
G4endl;
 
   57   if ( theCatalog.find(d->
GetName()) != theCatalog.end() ) {
 
G4GLOB_DLL std::ostream G4cout
 
 
 
 
Definition at line 65 of file G4HCIOcatalog.cc.
   67   if ( m_verbose > 0 ) {
 
   69            << 
"\" " << d << 
"." << 
G4endl;
 
   71   if ( theStore.find(d->
SDname()) != theStore.end() ) {
 
G4GLOB_DLL std::ostream G4cout
 
 
 
 
  
  
      
        
          | void G4HCIOcatalog::SetVerboseLevel  | 
          ( | 
          int  | 
          v | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following files: