| 
    Geant4
    10.00.p01
    
   | 
 
#include <G4DCIOcatalog.hh>
 Collaboration diagram for G4DCIOcatalog:Public Member Functions | |
| G4DCIOcatalog () | |
| virtual | ~G4DCIOcatalog () | 
| void | SetVerboseLevel (int v) | 
| void | RegisterEntry (G4VDCIOentry *d) | 
| void | RegisterDCIOmanager (G4VPDigitsCollectionIO *d) | 
| G4VDCIOentry * | GetEntry (std::string name) | 
| G4VPDigitsCollectionIO * | GetDCIOmanager (std::string name) | 
| void | PrintEntries () | 
| std::string | CurrentDCIOmanager () | 
| void | PrintDCIOmanager () | 
| size_t | NumberOfDCIOmanager () | 
| G4VPDigitsCollectionIO * | GetDCIOmanager (int n) | 
Static Public Member Functions | |
| static G4DCIOcatalog * | GetDCIOcatalog () | 
Private Attributes | |
| int | m_verbose | 
| DCIOmap | theCatalog | 
| DCIOstore | theStore | 
Static Private Attributes | |
| static G4ThreadLocal  G4DCIOcatalog *  | f_thePointer = 0 | 
Definition at line 47 of file G4DCIOcatalog.hh.
| G4DCIOcatalog::G4DCIOcatalog | ( | ) | 
Definition at line 39 of file G4DCIOcatalog.cc.
Referenced by GetDCIOcatalog().
 Here is the caller graph for this function:
      
  | 
  inlinevirtual | 
Definition at line 53 of file G4DCIOcatalog.hh.
| std::string G4DCIOcatalog::CurrentDCIOmanager | ( | ) | 
Definition at line 116 of file G4DCIOcatalog.cc.
References theStore.
Referenced by G4PersistencyCenter::CurrentDCIOmanager().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 44 of file G4DCIOcatalog.cc.
References f_thePointer, and G4DCIOcatalog().
Referenced by G4PersistencyCenter::AddDCIOmanager(), G4DCIOentryT< T >::CreateDCIOmanager(), G4PersistencyCenter::CurrentDCIOmanager(), G4VDCIOentry::G4VDCIOentry(), G4VPDigitIO::G4VPDigitIO(), G4PersistencyCenter::PrintAll(), and G4PersistencyManager::SetVerboseLevel().
 Here is the call graph for this function:
 Here is the caller graph for this function:| G4VPDigitsCollectionIO * G4DCIOcatalog::GetDCIOmanager | ( | std::string | name | ) | 
Definition at line 92 of file G4DCIOcatalog.cc.
References G4cout, G4endl, name, and theStore.
Referenced by G4VPDigitIO::SetVerboseLevel(), and G4PersistencyManager::SetVerboseLevel().
 Here is the caller graph for this function:| G4VPDigitsCollectionIO * G4DCIOcatalog::GetDCIOmanager | ( | int | n | ) | 
Definition at line 139 of file G4DCIOcatalog.cc.
References theStore.
| G4VDCIOentry * G4DCIOcatalog::GetEntry | ( | std::string | name | ) | 
Definition at line 79 of file G4DCIOcatalog.cc.
References G4cout, G4endl, name, and theCatalog.
Referenced by G4PersistencyCenter::AddDCIOmanager().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 84 of file G4DCIOcatalog.hh.
References theStore.
Referenced by G4VPDigitIO::SetVerboseLevel(), and G4PersistencyManager::SetVerboseLevel().
 Here is the caller graph for this function:| void G4DCIOcatalog::PrintDCIOmanager | ( | ) | 
Definition at line 127 of file G4DCIOcatalog.cc.
References G4cout, G4endl, and theStore.
Referenced by G4DCIOentryT< T >::CreateDCIOmanager(), and G4PersistencyCenter::PrintAll().
 Here is the caller graph for this function:| void G4DCIOcatalog::PrintEntries | ( | ) | 
Definition at line 105 of file G4DCIOcatalog.cc.
References G4cout, G4endl, and theCatalog.
Referenced by G4PersistencyCenter::PrintAll().
 Here is the caller graph for this function:| void G4DCIOcatalog::RegisterDCIOmanager | ( | G4VPDigitsCollectionIO * | d | ) | 
Definition at line 65 of file G4DCIOcatalog.cc.
References G4VPDigitsCollectionIO::DMname(), G4cout, G4endl, m_verbose, and theStore.
Referenced by G4DCIOentryT< T >::CreateDCIOmanager().
 Here is the call graph for this function:
 Here is the caller graph for this function:| void G4DCIOcatalog::RegisterEntry | ( | G4VDCIOentry * | d | ) | 
Definition at line 51 of file G4DCIOcatalog.cc.
References G4cout, G4endl, G4VDCIOentry::GetName(), m_verbose, and theCatalog.
Referenced by G4VDCIOentry::G4VDCIOentry().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 60 of file G4DCIOcatalog.hh.
References m_verbose.
Referenced by G4PersistencyManager::SetVerboseLevel().
 Here is the caller graph for this function:
      
  | 
  staticprivate | 
Definition at line 92 of file G4DCIOcatalog.hh.
Referenced by GetDCIOcatalog().
      
  | 
  private | 
Definition at line 91 of file G4DCIOcatalog.hh.
Referenced by RegisterDCIOmanager(), RegisterEntry(), and SetVerboseLevel().
      
  | 
  private | 
Definition at line 93 of file G4DCIOcatalog.hh.
Referenced by GetEntry(), PrintEntries(), and RegisterEntry().
      
  | 
  private | 
Definition at line 94 of file G4DCIOcatalog.hh.
Referenced by CurrentDCIOmanager(), GetDCIOmanager(), NumberOfDCIOmanager(), PrintDCIOmanager(), and RegisterDCIOmanager().