|
||||
File indexing completed on 2025-01-18 09:55:41
0001 // SPDX-License-Identifier: LGPL-3.0-or-later 0002 // Copyright (C) 2023 - 2024, Simon Gardner 0003 0004 #pragma once 0005 0006 #include <edm4eic/unit_system.h> 0007 0008 namespace eicrecon { 0009 struct FarDetectorTrackerClusterConfig { 0010 0011 // Readout identifiers for dividing detector 0012 std::string readout{""}; 0013 std::string x_field{"x"}; 0014 std::string y_field{"y"}; 0015 0016 // Timing limit to add a hit to a cluster 0017 double hit_time_limit{10*edm4eic::unit::ns}; 0018 0019 }; 0020 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |