DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Classes | Namespaces | Typedefs
ConditionsMap.h File Reference
#include "DD4hep/Conditions.h"
#include "DD4hep/DetElement.h"
#include <map>
#include <unordered_map>

Go to the source code of this file.

Classes

class  dd4hep::ConditionsMap
 ConditionsMap class. More...
 
class  dd4hep::ConditionsMapping< T >
 Concrete ConditionsMap implementation class using externally defined containers. More...
 

Namespaces

 dd4hep
 Namespace for the AIDA detector description toolkit.
 

Typedefs

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...