|
||||
File indexing completed on 2025-01-18 09:55:42
0001 // SPDX-License-Identifier: LGPL-3.0-or-later 0002 // Copyright (C) 2024, Dmitry Kalinkin 0003 0004 #pragma once 0005 0006 namespace eicrecon { 0007 0008 struct MatchToRICHPIDConfig { 0009 double etaTolerance{0.2}; 0010 double phiTolerance{0.1}; 0011 }; 0012 0013 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |