![]() |
![]() |
DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep
Rev:Unversioneddirectory
|
#include "DD4hep/objects/ConditionsInterna.h"
Go to the source code of this file.
Classes | |
class | DD4hep::Conditions::Cond__Oper |
class | DD4hep::Conditions::ConditionsPoolInsert |
Helper to insert objects into a conditions pool. More... | |
class | DD4hep::Conditions::ConditionsPoolRemove |
Helper to insert objects into a conditions pool. More... | |
class | DD4hep::Conditions::PoolInsert< pool_type > |
Helper to insert objects into a conditions pool. More... | |
class | DD4hep::Conditions::CollectionSelect< collection_type > |
Helper to select objects from a conditions pool. More... | |
class | DD4hep::Conditions::ActiveSelect< collection_type > |
Helper to select active objects from a conditions pool. More... | |
class | DD4hep::Conditions::KeyedSelect< collection_type > |
Helper to select keyed objects from a conditions pool. More... | |
class | DD4hep::Conditions::HashConditionFind |
Helper to select condition objects by hash key from a conditions pool. More... | |
Namespaces | |
DD4hep | |
Namespace for the AIDA detector description toolkit. | |
DD4hep::Conditions | |
Namespace for the conditions part of the AIDA detector description toolkit. | |
Functions | |
template<typename pool_type > | |
PoolInsert< pool_type > | DD4hep::Conditions::poolInsert (pool_type &pool) |
template<typename collection_type > | |
CollectionSelect< collection_type > | DD4hep::Conditions::collectionSelect (collection_type &collection) |
template<typename collection_type > | |
ActiveSelect< collection_type > | DD4hep::Conditions::activeSelect (collection_type &active) |
template<typename collection_type > | |
KeyedSelect< collection_type > | DD4hep::Conditions::keyedSelect (Condition::key_type k, collection_type &keyed) |