![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
Stack entry definition. More...
#include <GlobalAlignmentStack.h>
Public Member Functions | |
| StackEntry ()=delete | |
| Default constructor. More... | |
| StackEntry (DetElement p, const std::string &placement, const Delta &t, double ov) | |
| Fully initializing constructor. More... | |
| StackEntry (const StackEntry &e) | |
| Copy constructor. More... | |
| virtual | ~StackEntry () |
| Default destructor. More... | |
| StackEntry & | operator= (const StackEntry &e)=default |
| Assignment operator. More... | |
Public Attributes | |
| DetElement | detector |
| Reference to the detector element. More... | |
| Delta | delta |
| Delta transformation to be applied. More... | |
| std::string | path |
| Path to the misaligned volume. More... | |
| double | overlap = 0.0 |
| Parameter for overlap checking. More... | |
|
delete |
Default constructor.
| GlobalAlignmentStack::StackEntry::StackEntry | ( | DetElement | p, |
| const std::string & | placement, | ||
| const Delta & | t, | ||
| double | ov | ||
| ) |
Fully initializing constructor.
Constructor with partial initialization.
Definition at line 34 of file GlobalAlignmentStack.cpp.
| GlobalAlignmentStack::StackEntry::StackEntry | ( | const StackEntry & | e | ) |
Copy constructor.
Definition at line 41 of file GlobalAlignmentStack.cpp.
|
virtual |
Default destructor.
Definition at line 48 of file GlobalAlignmentStack.cpp.
|
default |
Assignment operator.
| Delta dd4hep::align::GlobalAlignmentStack::StackEntry::delta |
Delta transformation to be applied.
Definition at line 57 of file GlobalAlignmentStack.h.
| DetElement dd4hep::align::GlobalAlignmentStack::StackEntry::detector |
Reference to the detector element.
Definition at line 55 of file GlobalAlignmentStack.h.
| double dd4hep::align::GlobalAlignmentStack::StackEntry::overlap = 0.0 |
Parameter for overlap checking.
Definition at line 61 of file GlobalAlignmentStack.h.
| std::string dd4hep::align::GlobalAlignmentStack::StackEntry::path |
Path to the misaligned volume.
Definition at line 59 of file GlobalAlignmentStack.h.
1.8.18