|
|
|||
File indexing completed on 2026-07-26 08:22:20
0001 /** TRACCC library, part of the ACTS project (R&D line) 0002 * 0003 * (c) 2025 CERN for the benefit of the ACTS project 0004 * 0005 * Mozilla Public License Version 2.0 0006 */ 0007 0008 #pragma once 0009 0010 #include "traccc/definitions/common.hpp" 0011 0012 namespace traccc { 0013 0014 struct seed_matching_config { 0015 float matching_ratio = 0.5f; 0016 }; 0017 0018 } // namespace traccc
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|