![]() |
ATLAS Offline Software
|
Temporary and simplified Athena-native Legendre segment finder for MDT studies. More...
#include "LegendreSegmentFinderTool.h"#include "L0MuonMDTTools/L0MDTSegment.h"#include "MuonReadoutGeometryR4/MdtReadoutElement.h"#include <algorithm>#include <cmath>#include <numeric>Go to the source code of this file.
Namespaces | |
| namespace | L0MDT |
| Compact Segment Finder algorithm overview. | |
Temporary and simplified Athena-native Legendre segment finder for MDT studies.
This implementation is intended only as an early integration and validation tool. It provides a first Legendre-transform-based segment-finding chain in the (z, R) plane, using the same external interface as the CSF-based segment finder.
Important limitations of the current implementation:
Main steps:
This tool is expected to be refined in follow-up work.
Definition in file LegendreSegmentFinderTool.cxx.