DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Public Attributes | List of all members
dd4hep::align::AlignmentsCalib::Entry Class Reference

Helper class to store information about alignment calibration items. More...

Public Member Functions

 Entry ()=default
 
 Entry (const Entry &c)=delete
 
Entryoperator= (const Entry &c)=delete
 

Public Attributes

dd4hep::Delta delta
 
dd4hep::Delta original
 
dd4hep::Condition source
 
dd4hep::DetElement detector
 
dd4hep::Condition::key_type target = 0
 
int dirty = 0
 

Detailed Description

Helper class to store information about alignment calibration items.

Implementation details: Alignment context entry

Author
M.Frank
Version
1.0
Date
31/01/2017

Definition at line 32 of file AlignmentsCalib.cpp.

Constructor & Destructor Documentation

◆ Entry() [1/2]

dd4hep::align::AlignmentsCalib::Entry::Entry ( )
default

◆ Entry() [2/2]

dd4hep::align::AlignmentsCalib::Entry::Entry ( const Entry c)
delete

Member Function Documentation

◆ operator=()

Entry& dd4hep::align::AlignmentsCalib::Entry::operator= ( const Entry c)
delete

Member Data Documentation

◆ delta

dd4hep::Delta dd4hep::align::AlignmentsCalib::Entry::delta

Definition at line 34 of file AlignmentsCalib.cpp.

◆ detector

dd4hep::DetElement dd4hep::align::AlignmentsCalib::Entry::detector

Definition at line 37 of file AlignmentsCalib.cpp.

◆ dirty

int dd4hep::align::AlignmentsCalib::Entry::dirty = 0

Definition at line 39 of file AlignmentsCalib.cpp.

◆ original

dd4hep::Delta dd4hep::align::AlignmentsCalib::Entry::original

Definition at line 35 of file AlignmentsCalib.cpp.

◆ source

dd4hep::Condition dd4hep::align::AlignmentsCalib::Entry::source

Definition at line 36 of file AlignmentsCalib.cpp.

◆ target

dd4hep::Condition::key_type dd4hep::align::AlignmentsCalib::Entry::target = 0

Definition at line 38 of file AlignmentsCalib.cpp.


The documentation for this class was generated from the following file: