ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4PersistencyCenter.hh File Reference
#include "G4Types.hh"
#include <string>
#include <vector>
#include <map>
#include "G4HCIOcatalog.hh"
#include "G4DCIOcatalog.hh"
#include "G4FileUtilities.hh"
+ Include dependency graph for G4PersistencyCenter.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  G4PersistencyCenter
 

Typedefs

typedef std::map< std::string,
G4PersistencyManager
*, std::less< std::string > > 
PMap
 
typedef std::map< int,
std::string, std::less< int > > 
ObjMap
 
typedef std::map< std::string,
std::string, std::less
< std::string > > 
FileMap
 
typedef std::map< std::string,
StoreMode, std::less
< std::string > > 
StoreMap
 
typedef std::map< std::string,
G4bool, std::less< std::string > > 
BoolMap
 

Enumerations

enum  StoreMode { kOn, kOff, kRecycle }
 

Typedef Documentation

typedef std::map<std::string, G4bool, std::less<std::string> > BoolMap

Definition at line 55 of file G4PersistencyCenter.hh.

View newest version in sPHENIX GitHub at line 55 of file G4PersistencyCenter.hh

typedef std::map<std::string, std::string, std::less<std::string> > FileMap

Definition at line 50 of file G4PersistencyCenter.hh.

View newest version in sPHENIX GitHub at line 50 of file G4PersistencyCenter.hh

typedef std::map<int, std::string, std::less<int> > ObjMap

Definition at line 49 of file G4PersistencyCenter.hh.

View newest version in sPHENIX GitHub at line 49 of file G4PersistencyCenter.hh

typedef std::map<std::string, G4PersistencyManager*,std::less<std::string> > PMap

Definition at line 46 of file G4PersistencyCenter.hh.

View newest version in sPHENIX GitHub at line 46 of file G4PersistencyCenter.hh

typedef std::map<std::string, StoreMode, std::less<std::string> > StoreMap

Definition at line 54 of file G4PersistencyCenter.hh.

View newest version in sPHENIX GitHub at line 54 of file G4PersistencyCenter.hh

Enumeration Type Documentation

enum StoreMode
Enumerator:
kOn 
kOff 
kRecycle 

Definition at line 52 of file G4PersistencyCenter.hh.

View newest version in sPHENIX GitHub at line 52 of file G4PersistencyCenter.hh