#include "G4Types.hh"
#include <string>
#include <vector>
#include <map>
#include "G4HCIOcatalog.hh"
#include "G4DCIOcatalog.hh"
#include "G4FileUtilities.hh"
Go to the source code of this file.
|
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 |
|
◆ BoolMap
typedef std::map<std::string, G4bool, std::less<std::string> > BoolMap |
◆ FileMap
typedef std::map<std::string, std::string, std::less<std::string> > FileMap |
◆ ObjMap
typedef std::map<int, std::string, std::less<int> > ObjMap |
◆ PMap
◆ StoreMap
◆ StoreMode