23 using namespace DD4hep::Alignments;
28 return access()->nominal;
33 return access()->survey;
37 bool DetAlign::hasAlignments()
const {
54 return alignments().get(key, iov);
59 return alignments().get(key, iov);
64 return alignments().get(key, pool);
69 return alignments().get(key, pool);
The data class behind an alignments container handle.
Interface for conditions pool optimized to host conditions updates.
bool isValid() const
Check the validity of the object held by the handle.
Main handle class to hold an alignment object.
const Keys & keys() const
Known keys of conditions in this container.
Class describing the interval of validty.
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.
Container class for alignment handles aggregated by a detector element.
unsigned int key_type
Forward definition of the key type.
Data class with properties of a detector element.
AlignmentsContainer alignments
The detector elements alignments access.