DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Static Public Attributes | List of all members

Alignment and Delta item key. More...

#include <Alignments.h>

Static Public Attributes

static const std::string deltaName
 Key name of a delta condition "alignment_delta". More...
 
static const Condition::itemkey_type deltaKey
 Key value of a delta condition "alignment_delta". More...
 
static const std::string alignmentName
 Key name of an alignment condition object "alignment". More...
 
static const Condition::itemkey_type alignmentKey
 Key value of an alignment condition object "alignment". More...
 

Detailed Description

Alignment and Delta item key.

Author
M.Frank
Version
1.0

Definition at line 47 of file Alignments.h.

Member Data Documentation

◆ alignmentKey

const dd4hep::Condition::itemkey_type dd4hep::align::Keys::alignmentKey
static
Initial value:

Key value of an alignment condition object "alignment".

Definition at line 56 of file Alignments.h.

◆ alignmentName

const std::string dd4hep::align::Keys::alignmentName
static

Key name of an alignment condition object "alignment".

Definition at line 54 of file Alignments.h.

◆ deltaKey

const dd4hep::Condition::itemkey_type dd4hep::align::Keys::deltaKey
static
Initial value:
=
dd4hep::ConditionKey::itemCode("alignment_delta")

Key value of a delta condition "alignment_delta".

Definition at line 52 of file Alignments.h.

◆ deltaName

const std::string dd4hep::align::Keys::deltaName
static

Key name of a delta condition "alignment_delta".

Definition at line 50 of file Alignments.h.


The documentation for this class was generated from the following files:
dd4hep::ConditionKey::itemCode
static Condition::itemkey_type itemCode(const char *value)
32 bit hashcode of the item
Definition: Conditions.cpp:287