|
|
|||
File indexing completed on 2025-12-16 10:13:06
0001 // SPDX-License-Identifier: LGPL-3.0-or-later 0002 // Copyright (C) 2025 Tristan Protzman 0003 0004 #pragma once 0005 0006 #include <string> 0007 #include <DD4hep/DD4hepUnits.h> 0008 0009 namespace eicrecon { 0010 struct TrackClusterMatchConfig { 0011 double matching_distance = 0.5; 0012 std::string calo_id = ""; 0013 }; 0014 } // namespace eicrecon
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|