Skip to content
Snippets Groups Projects
Commit fbd61f18 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'dtou_ut_dxdy' into '2024-patches'

Expose UT sector dxDy for Allen.

See merge request lhcb/LHCb!4640
parents a0aee901 756731a3
No related branches found
No related tags found
2 merge requests!4647Synchronize master branch with 2024-patches,!4640Expose UT sector dxDy for Allen.
Pipeline #7964612 passed
......@@ -556,6 +556,9 @@ public:
/** getter for dy */
[[nodiscard]] double get_dy() const { return m_dy; }
/** getter for dxdy */
[[nodiscard]] double get_dxdy() const { return m_dxdy; }
/// get half length in x an y
std::pair<double, double> halfLengths() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment