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