ATLAS Offline Software
Classes | Typedefs
AGDDMaterialStore.h File Reference
#include <string>
#include <map>
#include <iostream>
Include dependency graph for AGDDMaterialStore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AGDDMaterialStore
 

Typedefs

typedef std::map< std::string, AGDDSimpleMaterial * > AGDDMaterialMap
 
typedef std::map< std::string, AGDDElement * > AGDDElementMap
 
typedef AGDDMaterialMap::const_iterator MaterialIterator
 
typedef AGDDElementMap::const_iterator ElementIterator
 

Typedef Documentation

◆ AGDDElementMap

typedef std::map<std::string,AGDDElement* > AGDDElementMap

Definition at line 18 of file AGDDMaterialStore.h.

◆ AGDDMaterialMap

typedef std::map<std::string,AGDDSimpleMaterial* > AGDDMaterialMap

Definition at line 17 of file AGDDMaterialStore.h.

◆ ElementIterator

typedef AGDDElementMap::const_iterator ElementIterator

Definition at line 21 of file AGDDMaterialStore.h.

◆ MaterialIterator

typedef AGDDMaterialMap::const_iterator MaterialIterator

Definition at line 20 of file AGDDMaterialStore.h.