Geant4  10.00.p02
G4DCIOcatalog Class Reference

#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)
 
G4VDCIOentryGetEntry (std::string name)
 
G4VPDigitsCollectionIOGetDCIOmanager (std::string name)
 
void PrintEntries ()
 
std::string CurrentDCIOmanager ()
 
void PrintDCIOmanager ()
 
size_t NumberOfDCIOmanager ()
 
G4VPDigitsCollectionIOGetDCIOmanager (int n)
 

Static Public Member Functions

static G4DCIOcatalogGetDCIOcatalog ()
 

Private Attributes

int m_verbose
 
DCIOmap theCatalog
 
DCIOstore theStore
 

Static Private Attributes

static G4ThreadLocal
G4DCIOcatalog
f_thePointer = 0
 

Detailed Description

Definition at line 47 of file G4DCIOcatalog.hh.

Constructor & Destructor Documentation

G4DCIOcatalog::G4DCIOcatalog ( )

Definition at line 39 of file G4DCIOcatalog.cc.

Referenced by GetDCIOcatalog().

+ Here is the caller graph for this function:

virtual G4DCIOcatalog::~G4DCIOcatalog ( )
inlinevirtual

Definition at line 53 of file G4DCIOcatalog.hh.

Member Function Documentation

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:

G4DCIOcatalog * G4DCIOcatalog::GetDCIOcatalog ( )
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:

size_t G4DCIOcatalog::NumberOfDCIOmanager ( )
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:

void G4DCIOcatalog::SetVerboseLevel ( int  v)
inline

Definition at line 60 of file G4DCIOcatalog.hh.

References m_verbose.

Referenced by G4PersistencyManager::SetVerboseLevel().

+ Here is the caller graph for this function:

Member Data Documentation

G4ThreadLocal G4DCIOcatalog * G4DCIOcatalog::f_thePointer = 0
staticprivate

Definition at line 92 of file G4DCIOcatalog.hh.

Referenced by GetDCIOcatalog().

int G4DCIOcatalog::m_verbose
private

Definition at line 91 of file G4DCIOcatalog.hh.

Referenced by RegisterDCIOmanager(), RegisterEntry(), and SetVerboseLevel().

DCIOmap G4DCIOcatalog::theCatalog
private

Definition at line 93 of file G4DCIOcatalog.hh.

Referenced by GetEntry(), PrintEntries(), and RegisterEntry().

DCIOstore G4DCIOcatalog::theStore
private

The documentation for this class was generated from the following files: