master
[RECONSTRUCTION] Drop Geometry/CommonDetUnit package
Clang-Format
clang checks
changed boost::bind for std::bind, deleted unused headers
[RECONSTRUCTION] Fix for virtual method inside a final class
Cleanup following comments
Move disk sector classes into DataFormats
Remove addition of MTD to Tracker geometry navigation
Further reduce duplication in TkDetLayers
apply code checks
[RECONSTRUCTION] Changes suggested by new llvm18 clang-format
Removing some commented code and unneeded class method
Code checks
code format
[RECONSTRUCTION] [LLVM21] Apply clang-tidy changes
[RECONSTRUCTION] [LLVM21] Apply code-checks and formats
code-checks
Adding IT barrel layer 1 with two sensors per module
optimization when starting point is not sandwiched
[RECONSTRUCTION] [LLVM16] Code format changes applied
actually return a default value on failed crossings
Finished fix of naming GeometricDet::geographicalID() -> GeometricDet::geographicalId() in dependencies (there were 2 functions named differently in GeometricDet and doing the same thing).
[TrackingTools] Move public headers on to interface directory
Use std::optional to work around maybe-uninitialized warning
use simply a static constexpr without capture, as suggested by M. Kortelainen