Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/EICrecon/algorithms/tracking/TrackerHitReconstructionConfig.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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 } // namespace eicrecon