#include <DD4hep/Conditions.h>
#include <DD4hep/DetElement.h>
#include <map>
#include <unordered_map>
Go to the source code of this file.
|
| dd4hep |
| Namespace for the AIDA detector description toolkit.
|
|
|
typedef ConditionsMapping< std::map< Condition::key_type, Condition > > | dd4hep::ConditionsTreeMap |
| Concrete implementation of the conditions map using a left-right map. More...
|
|
typedef ConditionsMapping< std::multimap< Condition::key_type, Condition > > | dd4hep::ConditionsMultiMap |
| Concrete implementation of the conditions map using a multimap. More...
|
|
typedef ConditionsMapping< std::unordered_map< Condition::key_type, Condition > > | dd4hep::ConditionsHashMap |
| Concrete implementation of the conditions map using a hashmap. More...
|
|