OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
Misalignment.h
Go to the documentation of this file.
1#ifndef OPALX_Misalignment_HH
2#define OPALX_Misalignment_HH
3
5
14public:
15 Misalignment() = default;
16 explicit Misalignment(const CoordinateSystemTrafo& nominalToActual)
17 : nominalToActual_m(nominalToActual) {}
18
20
21private:
23};
24
25#endif
Rigid spatial transform between a parent frame and a local frame.
Local nominal-to-actual correction transform.
Misalignment(const CoordinateSystemTrafo &nominalToActual)
CoordinateSystemTrafo nominalToActual_m
Misalignment()=default
const CoordinateSystemTrafo & getNominalToActual() const