Geant4-11
Data Structures | Typedefs
G4HCIOcatalog.hh File Reference
#include <map>
#include "G4Types.hh"
#include "G4String.hh"
#include "G4VPHitsCollectionIO.hh"

Go to the source code of this file.

Data Structures

class  G4HCIOcatalog
 

Typedefs

using HCIOmap = std::map< std::string, G4VHCIOentry *, std::less< std::string > >
 
using HCIOstore = std::map< G4String, G4VPHitsCollectionIO *, std::less< G4String > >
 

Typedef Documentation

◆ HCIOmap

using HCIOmap = std::map<std::string, G4VHCIOentry*, std::less<std::string> >

Definition at line 44 of file G4HCIOcatalog.hh.

◆ HCIOstore

using HCIOstore = std::map<G4String, G4VPHitsCollectionIO*, std::less<G4String> >

Definition at line 46 of file G4HCIOcatalog.hh.