24 using namespace DD4hep::Conditions;
27 bool DetConditions::hasConditions()
const {
44 return conditions().
get(key, iov);
49 return conditions().
get(key, iov);
54 return conditions().
get(key, pool);
59 return conditions().
get(key, pool);
Interface for conditions pool optimized to host conditions updates.
bool isValid() const
Check the validity of the object held by the handle.
T & get()
Generic getter. Specify the exact type, not a polymorph type.
The data class behind a conditions container handle.
Main condition object handle.
Container class for condition handles aggregated by a detector element.
unsigned int key_type
Forward definition of the key type.
const Keys & keys() const
Known keys of conditions in this container.
Class describing the interval of validty.
ConditionsContainer assign_conditions()
void assign(Implementation *n, const std::string &nam, const std::string &title)
Assign a new named object. Note: object references must be managed by the user.
ConditionsContainer conditions
The detector elements conditions access.
Data class with properties of a detector element.