Warning, file /include/EICrecon/algorithms/fardetectors/FarDetectorTrackerClusterConfig.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004 #pragma once
0005
0006 #include <edm4eic/unit_system.h>
0007
0008 namespace eicrecon {
0009 struct FarDetectorTrackerClusterConfig {
0010
0011
0012 std::string readout{""};
0013 std::string x_field{"x"};
0014 std::string y_field{"y"};
0015
0016
0017 double hit_time_limit{10 * edm4eic::unit::ns};
0018 };
0019 }