#include <map>#include "G4Types.hh"#include "G4VPDigitsCollectionIO.hh"Go to the source code of this file.
Data Structures | |
| class | G4DCIOcatalog |
Defines | |
| #define | DCIO_CATALOG_HH 1 |
Typedefs | |
| typedef std::map< std::string, G4VDCIOentry *, std::less< std::string > > | DCIOmap |
| typedef std::map< std::string, G4VPDigitsCollectionIO *, std::less< std::string > > | DCIOstore |
| #define DCIO_CATALOG_HH 1 |
Definition at line 32 of file G4DCIOcatalog.hh.
| typedef std::map<std::string, G4VDCIOentry*, std::less<std::string> > DCIOmap |
Definition at line 38 of file G4DCIOcatalog.hh.
| typedef std::map<std::string, G4VPDigitsCollectionIO*, std::less<std::string> > DCIOstore |
Definition at line 42 of file G4DCIOcatalog.hh.
1.4.7