Geant4-11
Data Structures | Typedefs
G4DCIOcatalog.hh File Reference
#include <map>
#include "G4Types.hh"
#include "G4VPDigitsCollectionIO.hh"

Go to the source code of this file.

Data Structures

class  G4DCIOcatalog
 

Typedefs

using DCIOmap = std::map< G4String, G4VDCIOentry *, std::less< G4String > >
 
using DCIOstore = std::map< G4String, G4VPDigitsCollectionIO *, std::less< G4String > >
 

Typedef Documentation

◆ DCIOmap

using DCIOmap = std::map<G4String, G4VDCIOentry*, std::less<G4String> >

Definition at line 43 of file G4DCIOcatalog.hh.

◆ DCIOstore

using DCIOstore = std::map<G4String, G4VPDigitsCollectionIO*, std::less<G4String> >

Definition at line 45 of file G4DCIOcatalog.hh.