Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-09-28 07:02:58

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2022 Whitney Armstrong, Sylvester Joosten, Wouter Deconinck, Dmitry Romanov
0003 
0004 #pragma once
0005 
0006 namespace eicrecon {
0007     struct TrackerHitReconstructionConfig {
0008         float timeResolution = 10;
0009     };
0010 }